Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > cda024dd1047258683ed0bac7ddcda48 > files > 3

libexif-0.6.20-1.el5_7.1.src.rpm

Summary:	Library for extracting extra information from image files
Name:		libexif
Version:	0.6.20
Release:	1%{?dist}.1
Group:		System Environment/Libraries
License:	LGPLv2+
URL:		http://libexif.sourceforge.net/
Source0:	%{name}-%{version}.tar.bz2 
Source1:	%{name}-doc-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	doxygen, pkgconfig

%description
Most digital cameras produce EXIF files, which are JPEG files with
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

%description devel
The libexif-devel package contains the libraries and header files
for writing programs that use libexif.

%prep
%setup -q
# to avoid multilib conflicts, we use pre-generated docs
tar xjf %{SOURCE1}

%build
%configure --disable-static --disable-docs
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
find %{buildroot} -name "*.la" -exec rm {} \;
rm -rf %{buildroot}%{_datadir}/doc/libexif
cp -R doc/doxygen-output/libexif-api.html .
iconv -f latin1 -t utf-8 < COPYING > COPYING.utf8; cp COPYING.utf8 COPYING
iconv -f latin1 -t utf-8 < README > README.utf8; cp README.utf8 README
%find_lang libexif-12

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files -f libexif-12.lang
%defattr(-,root,root,-)
%doc COPYING README NEWS
%{_libdir}/libexif.so.*

%files devel
%defattr(-,root,root,-)
%doc libexif-api.html
%{_includedir}/libexif
%{_libdir}/*.so
%{_libdir}/pkgconfig/libexif.pc

%changelog
* Wed Nov 02 2011 Richard Hughes <rhughes@redhat.com> - 0.6.20-1%{?dist}.1
- Update to 0.6.20
- Repackage a newer version of libexif-docs
- Convert doc files to utf-8
- Update the license field
- Resolves: #689614

* Sat Dec 15 2007 Matthias Clasen <mclasen@redhat.com> 
- Add patch for CVE-2007-6351. Fixes bug #425681
- Add patch for CVE-2007-6352. Fixes bug #425681

* Wed Jun 13 2007 Matthias Clasen <mclasen@redhat.com> - 0.6.13-4.0.2
- Fix another segfault

* Tue Jun 12 2007 Matthias Clasen <mclasen@redhat.com> - 0.6.13-4.0.1
- Add patch for CVE-2007-4168. Fix bug #243895

* Thu Jan 25 2007 Matthias Clasen <mclasen@redhat.com> - 0.6.13-4
- Try harder to not run doxygen at build time (#222724)

* Tue Jan 16 2007 Matthias Clasen <mclasen@redhat.com> - 0.6.13-3
- Avoid multilib problems due to buildtime-generated
  docs.  (#222724)

* Wed Jul 26 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.13-2
- Rebuild

* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.6.13-1.1
- rebuild

* 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
- bump again for double-long bug on ppc(64)

* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.6.12-3.2
- rebuilt for new gcc4.1 snapshot and glibc changes

* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt

* Fri May  6 2005 Matthias Clasen <mclasen@redhat.com>
- Prevent infinite recursion (#156365)

* Sun Apr 24 2005 Matthias Clasen <mclasen@redhat.com>
- Fix MakerNote handling (#153282)

* Mon Mar 28 2005 Matthias Clasen <mclasen@redhat.com>
- Update to 0.6.12

* Tue Mar  8 2005 Marco Pesenti Gritti <mpg@redhat.com>
- Add libexif-0.5.12-buffer-overflow.patch 

* Wed Mar  2 2005 Matthias Clasen <mclasen@redhat.com> 
- Rebuild with gcc4

* Wed Nov  9 2004 Matthias Saou <matthias.saou@est.une.marmotte.net>
- Use %%find_lang macro.
- Add %%doc files, including mandatory copy of the LGPL license.
- Use %{?_smp_mflags}
- Improve the descriptions

* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt

* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt

* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt

* Mon Dec 22 2003 Matt Wilson <msw@redhat.com> 
- Initial build.