libexif 0.6.19 fixes #589283
This commit is contained in:
parent
c27f75e799
commit
70cd57b44e
@ -1 +1,2 @@
|
||||
libexif-0.6.19.tar.bz2
|
||||
libexif-docs.tar.gz
|
||||
|
36
libexif.spec
36
libexif.spec
@ -1,15 +1,12 @@
|
||||
Summary: Library for extracting extra information from image files
|
||||
Name: libexif
|
||||
Version: 0.6.16
|
||||
Release: 4%{?dist}
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://libexif.sourceforge.net/
|
||||
Source0: libexif-%{version}.tar.bz2
|
||||
Source1: libexif-docs.tar.gz
|
||||
Patch1: cve-2007-6351.patch
|
||||
Patch2: cve-2007-6352.patch
|
||||
Patch3: olympus-byte-order.patch
|
||||
Summary: Library for extracting extra information from image files
|
||||
Name: libexif
|
||||
Version: 0.6.19
|
||||
Release: 1%{?dist}
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://libexif.sourceforge.net/
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Source1: %{name}-docs.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: doxygen, pkgconfig
|
||||
|
||||
@ -19,10 +16,10 @@ extra tags that contain information about the image. The EXIF library
|
||||
allows you to parse an EXIF file and read the data from those tags.
|
||||
|
||||
%package devel
|
||||
Summary: Files needed for libexif application development
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
Summary: Files needed for libexif application development
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
The libexif-devel package contains the libraries and header files
|
||||
@ -30,9 +27,6 @@ for writing programs that use libexif.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1 -b .cve-2007-6351
|
||||
%patch2 -p1 -b .cve-2007-6352
|
||||
%patch3 -p1 -b .olympus-byte-order
|
||||
|
||||
# to avoid multilib conflicts, we toss in pre-generated docs
|
||||
# and neuter make all in the docs dir
|
||||
@ -76,6 +70,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/libexif.pc
|
||||
|
||||
%changelog
|
||||
* Wed May 26 2010 Thomas Janssen <thomasj@fedoraproject.org> 0.6.19-1
|
||||
- libexif 0.6.19
|
||||
- fixes #589283
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.16-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user