0..6.13
This commit is contained in:
parent
a851a5477e
commit
904094e5bc
@ -1,2 +1 @@
|
|||||||
libexif-0.5.12.tar.gz
|
libexif-0.6.13.tar.bz2
|
||||||
libexif-0.6.12.tar.bz2
|
|
||||||
|
18
libexif.spec
18
libexif.spec
@ -1,18 +1,13 @@
|
|||||||
Summary: Library for extracting extra information from image files
|
Summary: Library for extracting extra information from image files
|
||||||
Name: libexif
|
Name: libexif
|
||||||
Version: 0.6.12
|
Version: 0.6.13
|
||||||
Release: 3.2.1
|
Release: 1
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPL
|
License: LGPL
|
||||||
URL: http://libexif.sourceforge.net/
|
URL: http://libexif.sourceforge.net/
|
||||||
Source0: http://umn.dl.sourceforge.net/sourceforge/libexif/%{name}-%{version}.tar.bz2
|
Source0: http://umn.dl.sourceforge.net/sourceforge/libexif/%{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
|
|
||||||
Patch0: libexif-0.6.12-gcc4.patch
|
|
||||||
# fixed in libexif CVS
|
|
||||||
Patch1: libexif-0.6.12-odd.patch
|
|
||||||
Patch2: libexif-0.6.12-recurse.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Most digital cameras produce EXIF files, which are JPEG files with
|
Most digital cameras produce EXIF files, which are JPEG files with
|
||||||
extra tags that contain information about the image. The EXIF library
|
extra tags that contain information about the image. The EXIF library
|
||||||
@ -29,9 +24,6 @@ for writing programs that use libexif.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .gcc4
|
|
||||||
%patch1 -p1 -b .odd
|
|
||||||
%patch2 -p1 -b .recurse
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -58,11 +50,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_includedir}/libexif
|
%{_includedir}/libexif
|
||||||
%{_libdir}/*.a
|
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/libexif.pc
|
%{_libdir}/pkgconfig/libexif.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 23 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.13-1
|
||||||
|
- Update to 0.6.13
|
||||||
|
- Drop upstreamed patches
|
||||||
|
- Don't ship static libraries
|
||||||
|
|
||||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.6.12-3.2.1
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.6.12-3.2.1
|
||||||
- bump again for double-long bug on ppc(64)
|
- bump again for double-long bug on ppc(64)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user