update to 0.27.1 [release 0.27.1-1mamba;Sun May 26 2019]

This commit is contained in:
Silvan Calarco 2024-01-06 04:13:14 +01:00
parent e838f20f31
commit 50a0686ec8

View File

@ -1,14 +1,14 @@
Name: libexiv2 Name: libexiv2
Epoch: 1 Epoch: 1
Version: 0.26 Version: 0.27.1
Release: 1mamba Release: 1mamba
Summary: Exif and IPTC metadata library and tools Summary: Exif and IPTC metadata library and tools
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com> Packager: Davide Madrisan <davide.madrisan@gmail.com>
URL: http://www.exiv2.org/ URL: https://www.exiv2.org/
Source0: http://www.exiv2.org/builds/exiv2-%{version}-trunk.tar.gz Source0: https://www.exiv2.org/builds/exiv2-%{version}-Source.tar.gz
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libgcc BuildRequires: libgcc
@ -44,17 +44,18 @@ 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. This package contains static libraries and header files need for development.
%prep %prep
%setup -q -n exiv2-trunk %setup -q -n exiv2-%{version}-Source
%build %build
%configure --disable-static %cmake -d build
%make %make
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall %makeinstall -C build
%find_lang exiv2 #% find_lang exiv2
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -69,19 +70,26 @@ This package contains static libraries and header files need for development.
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/exiv2/ %dir %{_includedir}/exiv2/
%{_libdir}/libexiv2.la %{_includedir}/exiv2/*
%{_libdir}/libexiv2.so %{_libdir}/libexiv2.so
%{_libdir}/pkgconfig/exiv2.pc %{_libdir}/pkgconfig/exiv2.pc
%doc README %dir %{_libdir}/exiv2
%dir %{_libdir}/exiv2/cmake
%{_libdir}/exiv2/cmake/exiv2Config*.cmake
%{_libdir}/libexiv2-xmp.a
#%doc README
%files -n exiv2 -f exiv2.lang %files -n exiv2
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/exiv2 %{_bindir}/*
%{_mandir}/man1/exiv2.* %{_mandir}/man1/exiv2.*
%{_mandir}/man1/exiv2samples.1* %{_mandir}/man1/exiv2samples.1*
%changelog %changelog
* Sun May 26 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.27.1-1mamba
- update to 0.27.1
* Sat Dec 23 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.26-1mamba * Sat Dec 23 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.26-1mamba
- update to 0.26 - update to 0.26