2024-01-06 04:13:14 +01:00
|
|
|
Name: libexiv2
|
|
|
|
Epoch: 1
|
2024-01-06 04:13:14 +01:00
|
|
|
Version: 0.27.2
|
2024-01-06 04:13:14 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 04:13:14 +01:00
|
|
|
Summary: Exif and IPTC metadata library and tools
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
2024-01-06 04:13:14 +01:00
|
|
|
URL: https://www.exiv2.org/
|
|
|
|
Source0: https://www.exiv2.org/builds/exiv2-%{version}-Source.tar.gz
|
2024-01-06 04:13:14 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
Obsoletes: libexiv2_0
|
|
|
|
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
|
|
|
|
Group: System/Tools
|
|
|
|
Summary: A command line utility to access image metadata
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description -n exiv2
|
|
|
|
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
|
2024-01-06 04:13:14 +01:00
|
|
|
%setup -q -n exiv2-%{version}-Source
|
2024-01-06 04:13:14 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-06 04:13:14 +01:00
|
|
|
%cmake -d build
|
|
|
|
|
2024-01-06 04:13:14 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 04:13:14 +01:00
|
|
|
%makeinstall -C build
|
2024-01-06 04:13:14 +01:00
|
|
|
|
2024-01-06 04:13:14 +01:00
|
|
|
#% find_lang exiv2
|
2024-01-06 04:13:14 +01:00
|
|
|
|
|
|
|
%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)
|
2024-01-06 04:13:14 +01:00
|
|
|
%dir %{_includedir}/exiv2/
|
|
|
|
%{_includedir}/exiv2/*
|
2024-01-06 04:13:14 +01:00
|
|
|
%{_libdir}/libexiv2.so
|
|
|
|
%{_libdir}/pkgconfig/exiv2.pc
|
2024-01-06 04:13:14 +01:00
|
|
|
%dir %{_libdir}/cmake/exiv2
|
|
|
|
%{_libdir}/cmake/exiv2/exiv2*.cmake
|
2024-01-06 04:13:14 +01:00
|
|
|
%{_libdir}/libexiv2-xmp.a
|
|
|
|
#%doc README
|
2024-01-06 04:13:14 +01:00
|
|
|
|
2024-01-06 04:13:14 +01:00
|
|
|
%files -n exiv2
|
2024-01-06 04:13:14 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-06 04:13:14 +01:00
|
|
|
%{_bindir}/*
|
2024-01-06 04:13:14 +01:00
|
|
|
%{_mandir}/man1/exiv2.*
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 04:13:14 +01:00
|
|
|
* Sun Aug 11 2019 Automatic Build System <autodist@mambasoft.it> 0.27.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:13:14 +01:00
|
|
|
* Sun May 26 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.27.1-1mamba
|
|
|
|
- update to 0.27.1
|
|
|
|
|
2024-01-06 04:13:14 +01:00
|
|
|
* Sat Dec 23 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.26-1mamba
|
|
|
|
- update to 0.26
|
|
|
|
|
2024-01-06 04:13:14 +01:00
|
|
|
* Sun Dec 13 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.25-2mamba
|
|
|
|
- rebuilt with gcc 5.2.0
|
|
|
|
|
|
|
|
* Tue Aug 04 2015 Automatic Build System <autodist@mambasoft.it> 0.25-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:13:14 +01:00
|
|
|
* Mon Jan 27 2014 Automatic Build System <autodist@mambasoft.it> 0.24-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:13:14 +01:00
|
|
|
* Wed Apr 25 2012 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.23-1mamba
|
|
|
|
- update to 0.23
|
|
|
|
|
|
|
|
* Sat Dec 31 2011 Davide Madrisan <davide.madrisan@gmail.com> 0.22-1mamba
|
|
|
|
- update to 0.22
|
|
|
|
|
|
|
|
* Thu Jul 28 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.21.1-1mamba
|
|
|
|
- update to 0.21.1
|
|
|
|
|
|
|
|
* Wed Jan 20 2010 Davide Madrisan <davide.madrisan@gmail.com> 0.19-1mamba
|
|
|
|
- update to 0.19
|
|
|
|
- do not provide libexiv2_0. it's not used in openmamba
|
|
|
|
- new compatibility package libexiv2_4
|
|
|
|
|
|
|
|
* Wed Sep 10 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.17.1-3mamba
|
|
|
|
- epoch incremented
|
|
|
|
|
|
|
|
* Mon Sep 08 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.17.1-1mamba
|
|
|
|
- remove duplicated version 0 of the library in libexiv2
|
|
|
|
|
|
|
|
* Tue Aug 26 2008 Aleph0 <aleph0@openmamba.org> 0.16-1mamba
|
|
|
|
- update to 0.15
|
|
|
|
|
|
|
|
* Thu Jun 14 2007 Aleph0 <aleph0@openmamba.org> 0.14-1mamba
|
|
|
|
- package created by autospec
|