auto-import changelog data from libexif-0.5.12-1.src.rpm

Mon Dec 22 2003 Matt Wilson <msw@redhat.com>
- Initial build.
This commit is contained in:
cvsdist 2004-09-09 07:23:41 +00:00
parent 254a2377fe
commit 1b4fd3ee28
3 changed files with 61 additions and 0 deletions

View File

@ -0,0 +1 @@
libexif-0.5.12.tar.gz

59
libexif.spec Normal file
View File

@ -0,0 +1,59 @@
Summary: libexif is a library for extracting extra information from image files
Name: libexif
Version: 0.5.12
Release: 1
Group: System Environment/Libraries
License: LGPL
URL: http://libexif.sourceforge.net/
Source0: http://umn.dl.sourceforge.net/sourceforge/libexif/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
%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: libexif 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
%build
%configure
make
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
find $RPM_BUILD_ROOT -name "*.la" -exec rm {} \;
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc
%{_libdir}/libexif.so.*
%{_datadir}/locale/*/LC_MESSAGES/libexif.mo
%files devel
%defattr(-,root,root,-)
%{_includedir}/libexif
%{_libdir}/*.a
%{_libdir}/*.so
%{_libdir}/pkgconfig/libexif.pc
%changelog
* Mon Dec 22 2003 Matt Wilson <msw@redhat.com>
- Initial build.

View File

@ -0,0 +1 @@
97e17fa05cb638eed5e8e59db431ed3a libexif-0.5.12.tar.gz