libexif/libexif.spec

88 lines
2.1 KiB
RPMSpec
Raw Normal View History

Summary: Library for extracting extra information from image files
Name: libexif
2005-03-28 21:36:16 +00:00
Version: 0.6.12
Release: 1
Group: System Environment/Libraries
License: LGPL
URL: http://libexif.sourceforge.net/
2005-03-28 21:36:16 +00:00
Source0: http://umn.dl.sourceforge.net/sourceforge/libexif/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
2005-03-28 21:42:49 +00:00
Patch0: libexif-0.6.12-gcc4.patch
%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: libexif = %{version}-%{release}
%description devel
The libexif-devel package contains the static libraries and header files
for writing programs that use libexif.
%prep
%setup -q
2005-03-28 21:42:49 +00:00
%patch -p1 -b .gcc4
%build
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
find $RPM_BUILD_ROOT -name "*.la" -exec rm {} \;
2005-03-29 03:03:04 +00:00
%find_lang libexif-12
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
2005-03-29 03:03:04 +00:00
%files -f libexif-12.lang
%defattr(-,root,root,-)
%doc ChangeLog COPYING README
%{_libdir}/libexif.so.*
%files devel
%defattr(-,root,root,-)
%{_includedir}/libexif
%{_libdir}/*.a
%{_libdir}/*.so
%{_libdir}/pkgconfig/libexif.pc
%changelog
2005-03-28 21:36:16 +00:00
* 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
2005-03-02 16:01:23 +00:00
* 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.