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:
parent
254a2377fe
commit
1b4fd3ee28
@ -0,0 +1 @@
|
|||||||
|
libexif-0.5.12.tar.gz
|
59
libexif.spec
Normal file
59
libexif.spec
Normal 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.
|
Loading…
Reference in New Issue
Block a user