Name: libexiv2_6 Epoch: 2 Version: 0.19 Release: 1mamba Summary: Exif and IPTC metadata library and tools Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.exiv2.org/ Source: http://www.exiv2.org/exiv2-%{version}.tar.gz ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libexpat-devel BuildRequires: libgcc BuildRequires: libstdc++6-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRequires: gettext-devel BuildRequires: gcc-c++ License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Exiv2 is a C++ library and a command line utility to access image metadata. %package devel Group: Development/Libraries Summary: Static libraries and headers for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel Exiv2 is a C++ library and a command line utility to access image metadata. This package contains static libraries and header files need for development. %package -n exiv2_6 Group: System/Tools Summary: A command line utility to access image metadata Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description -n exiv2_6 Exiv2 is a C++ library and a command line utility to access image metadata. This package contains static libraries and header files need for development. %prep %setup -q -n exiv2-%{version} %build %configure --disable-static %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %find_lang exiv2 %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_libdir}/libexiv2.so.* %doc COPYING %files devel %defattr(-,root,root) %{_includedir}/exiv2/ %{_libdir}/libexiv2.la %{_libdir}/libexiv2.so %{_libdir}/pkgconfig/exiv2.pc %doc README %files -n exiv2_6 -f exiv2.lang %defattr(-,root,root) %{_bindir}/exiv2 %{_mandir}/man1/exiv2.* %changelog * Thu Jul 28 2011 Silvan Calarco 0.19-1mamba - created legacy package