diff --git a/libexiv2.spec b/libexiv2.spec index 431e150..a168a6b 100644 --- a/libexiv2.spec +++ b/libexiv2.spec @@ -1,14 +1,14 @@ Name: libexiv2 Epoch: 1 -Version: 0.25 -Release: 2mamba +Version: 0.26 +Release: 1mamba Summary: Exif and IPTC metadata library and tools Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Davide Madrisan URL: http://www.exiv2.org/ -Source0: http://www.exiv2.org/exiv2-%{version}.tar.gz +Source0: http://www.exiv2.org/builds/exiv2-%{version}-trunk.tar.gz ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libgcc @@ -44,7 +44,7 @@ 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} +%setup -q -n exiv2-trunk %build %configure --disable-static @@ -79,8 +79,12 @@ This package contains static libraries and header files need for development. %defattr(-,root,root) %{_bindir}/exiv2 %{_mandir}/man1/exiv2.* +%{_mandir}/man1/exiv2samples.1* %changelog +* Sat Dec 23 2017 Silvan Calarco 0.26-1mamba +- update to 0.26 + * Sun Dec 13 2015 Silvan Calarco 0.25-2mamba - rebuilt with gcc 5.2.0