update to 0.28.2 [release 0.28.2-1mamba;Thu May 02 2024]
This commit is contained in:
parent
2ee7ae3997
commit
cc51672140
@ -1,27 +1,27 @@
|
|||||||
Name: libexiv2
|
Name: libexiv2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.27.3
|
Version: 0.28.2
|
||||||
Release: 2mamba
|
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: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.exiv2.org/
|
URL: https://github.com/Exiv2/exiv2
|
||||||
Source0: https://www.exiv2.org/builds/exiv2-%{version}-Source.tar.gz
|
Source0: https://github.com/Exiv2/exiv2.git/v%{version}/exiv2-%{version}.tar.bz2
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
BuildRequires: libbrotli-devel
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libinih-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
Obsoletes: libexiv2_0
|
Obsoletes: libexiv2_0 < 1:0.28.2
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Exiv2 is a C++ library and a command line utility to access image metadata.
|
Exiv2 is a C++ library and a command line utility to access image metadata.
|
||||||
@ -47,7 +47,7 @@ This package contains static libraries and header files needed for development.
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n exiv2-%{version}-Source
|
%setup -q -n exiv2-%{version}
|
||||||
%ifarch arm aarch64
|
%ifarch arm aarch64
|
||||||
sed -i "/cf-protection/d" cmake/compilerFlags.cmake
|
sed -i "/cf-protection/d" cmake/compilerFlags.cmake
|
||||||
%endif
|
%endif
|
||||||
@ -79,10 +79,10 @@ sed -i "/cf-protection/d" cmake/compilerFlags.cmake
|
|||||||
%dir %{_includedir}/exiv2/
|
%dir %{_includedir}/exiv2/
|
||||||
%{_includedir}/exiv2/*
|
%{_includedir}/exiv2/*
|
||||||
%{_libdir}/libexiv2.so
|
%{_libdir}/libexiv2.so
|
||||||
|
#%{_libdir}/libexiv2-xmp.a
|
||||||
%{_libdir}/pkgconfig/exiv2.pc
|
%{_libdir}/pkgconfig/exiv2.pc
|
||||||
%dir %{_libdir}/cmake/exiv2
|
%dir %{_libdir}/cmake/exiv2
|
||||||
%{_libdir}/cmake/exiv2/exiv2*.cmake
|
%{_libdir}/cmake/exiv2/exiv2*.cmake
|
||||||
%{_libdir}/libexiv2-xmp.a
|
|
||||||
#%doc README
|
#%doc README
|
||||||
|
|
||||||
%files -n exiv2
|
%files -n exiv2
|
||||||
@ -91,6 +91,9 @@ sed -i "/cf-protection/d" cmake/compilerFlags.cmake
|
|||||||
%{_mandir}/man1/exiv2.*
|
%{_mandir}/man1/exiv2.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 02 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.28.2-1mamba
|
||||||
|
- update to 0.28.2
|
||||||
|
|
||||||
* Mon Dec 28 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.27.3-2mamba
|
* Mon Dec 28 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.27.3-2mamba
|
||||||
- rebuilt with debug package and aarch64 build fix
|
- rebuilt with debug package and aarch64 build fix
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user