Summary: JPEG Scaling Library Name: epeg Version: 0.9.0.007 Release: 1.n0i.1%{?dist} License: BSD Group: System Environment/Libraries URL: http://www.enlightenment.org/ Source: ftp://ftp.enlightenment.org/pub/epeg/%{name}-%{version}.tar.gz Buildroot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) BuildRequires: libjpeg-devel libX11-devel %description Epeg is a library which provides facilities for scaling JPEG images very quickly. %package devel Summary: Development files for Epeg Group: System Environment/Libraries Requires: %{name} = %{version} Requires: libjpeg-devel libX11-devel %description devel The epeg-devel contains the development files necessary for developing programs which will use the Epeg library. %prep %setup -q %build %{configure} %{__make} %{?_smp_mflags} %install %{__rm} -rf $RPM_BUILD_ROOT %{__make} DESTDIR=$RPM_BUILD_ROOT install %clean %{__rm} -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-, root, root) %doc AUTHORS COPYING README %{_libdir}/*.so.* %{_bindir}/epeg %files devel %defattr(-, root, root) %{_libdir}/*.so %exclude %{_libdir}/*.a %exclude %{_libdir}/*.la %{_bindir}/epeg-config %{_includedir}/* %{_libdir}/pkgconfig/* %changelog * Thu Mar 22 2007 Marius FERARU - 0.9.0.007-1.n0i.1 - initial packaging