Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > by-pkgid > 129a9b79a2604db7d6d2baae79d4c2bb > files > 2

epeg-0.9.1.042-2mdv2008.1.src.rpm

%define	name	epeg
%define version 0.9.1.042
%define release %mkrel 2

%define major 	0
%define libname %mklibname %{name} %major
%define libnamedev %mklibname %{name} -d

Summary: 	Enlightenment JPEG thumbnailer library
Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
License: 	BSD
Group: 		Graphical desktop/Enlightenment
URL: 		http://www.enlightenment.org/
Source: 	%{name}-%{version}.tar.bz2
BuildRoot: 	%{_tmppath}/%{name}-buildroot
BuildRequires:  jpeg-devel

%description
It's a convenience library API to using libjpeg to load JPEG images destined
to be turned into thumbnails of the original, saving information with these
thumbnails, retreiving it and managing to load the image ready for scaling
with the minimum of fuss and CPU overhead.

This package is part of the Enlightenment DR17 desktop shell.

%package -n %libname
Summary: Libraries for the %{name} package
Group: System/Libraries

%description -n %libname
Libraries for %{name}

%package -n %libnamedev
Summary: Headers and development libraries from %{name}
Group: Development/Other
Requires: %libname = %{version}
Provides: lib%{name}-devel = %{version}-%{release}
Provides: %name-devel = %{version}-%{release}

%description -n %libnamedev
%{name} development headers and libraries

%prep
%setup -q 

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%post -n %libname -p /sbin/ldconfig
%postun -n %libname -p /sbin/ldconfig

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS COPYING README
%{_bindir}/%name

%files -n %libname
%defattr(-,root,root)
%{_libdir}/*.so.*

%files -n %libnamedev
%defattr(-,root,root)
%{_libdir}/pkgconfig/*
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/*.la
%{_includedir}/*.h


%changelog
* Fri Feb 15 2008 Antoine Ginies <aginies@mandriva.com> 0.9.1.042-2mdv2008.1
+ Revision: 168931
- bump release

* Sat Feb 02 2008 Austin Acton <austin@mandriva.org> 0.9.1.042-1mdv2008.1
+ Revision: 161556
- new version
- fix URL
- no major in devel package name
- drop epeg-config

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Wed Oct 31 2007 Antoine Ginies <aginies@mandriva.com> 0.9.0.011-2mdv2008.1
+ Revision: 104070
- CVS SNAPSHOT 20071031, release 0.9.0.011

* Thu Aug 30 2007 Antoine Ginies <aginies@mandriva.com> 0.9.0.011-1mdv2008.0
+ Revision: 76326
- fix missing file epeg-config
- fix path in tarball
- CVS SNAPSHOT 20070830, release 0.9.0.011

* Tue May 29 2007 Antoine Ginies <aginies@mandriva.com> 0.9.0.008-3mdv2008.0
+ Revision: 32623
- CVS SNAPSHOT 20070529, release 0.9.0.008

* Thu May 24 2007 Antoine Ginies <aginies@mandriva.com> 0.9.0.008-2mdv2008.0
+ Revision: 30646
- increase mkrel
- CVS snapshot 20070524, release 0.9.0.008

* Mon Apr 23 2007 Pascal Terjan <pterjan@mandriva.org> 0.9.0.007-1mdv2008.0
+ Revision: 17426
- New snapshot
- Add an empty line at the end to not break multiarch macro
- Use mkrel
- Import epeg



* Fri Mar 24 2006 Austin Acton <austin@mandriva.org> 0.9.0.006-0.20060323.1mdk
- new cvs checkout

* Fri Feb 17 2006 Austin Acton <austin@mandriva.org> 0.9.0.005-0.20060216.1mdk
- new cvs checkout

* Wed Jan 18 2006 Austin Acton <austin@mandriva.org> 0.9.0.005-0.20060117.1mdk
- new cvs checkout

* Thu Jan 12 2006 Austin Acton <austin@mandriva.org> 0.9.0.004-0.20060111.1mdk
- new cvs checkout

* Fri Nov 25 2005 Austin Acton <austin@mandriva.org> 0.9.0.004-0.20051124.1mdk
- new cvs checkout

* Wed Nov 09 2005 Austin Acton <austin@mandriva.org> 0.9.0.004-0.20051109.1mdk
- new cvs checkout

* Fri Nov 04 2005 Austin Acton <austin@mandriva.org> 0.9.0.004-0.20051104.1mdk
- new cvs checkout

* Thu Oct 06 2005 Nicolas Lécureuil <neoclust@mandriva.org> 0.9.0.004-0.20050904.2mdk
- Fix BuildRequires

* Mon Sep 05 2005 Austin Acton <austin@mandriva.org> 0.9.0.004-0.20050904.1mdk
- new cvs checkout

* Sun Aug 14 2005 Austin Acton <austin@mandriva.org> 0.9.0.004-0.20050813.1mdk
- new cvs checkout

* Mon Jun 27 2005 Austin Acton <austin@mandriva.org> 0.9.0.003-0.20050627.1mdk
- new cvs checkout

* Wed Jun 08 2005 Austin Acton <austin@mandriva.org> 0.9.0.003-0.20050608.1mdk
- new cvs checkout

* Wed May 25 2005 Austin Acton <austin@mandriva.org> 0.9.0.003-0.20050524.2mdk
- multiarch binaries

* Wed May 25 2005 Austin Acton <austin@mandriva.org> 0.9.0.003-0.20050524.1mdk
- new cvs checkout

* Sun May 15 2005 Austin Acton <austin@mandriva.org> 0.9.0.003-0.20050511.2mdk
- clean spec

* Thu May 11 2005 Austin Acton <austin@mandriva.org> 0.9.0.003-0.20050511.1mdk
- initial package