diff --git a/exiv2.spec b/exiv2.spec index af8fbce60f4fe220b504b76db5d7cd54a8c2e8a4..beb384d9fc7fd5af587761b981abc97eb2447a4c 100644 --- a/exiv2.spec +++ b/exiv2.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 3 %undefine __cmake_in_source_build @@ -21,7 +21,7 @@ BuildRequires: zlib-devel # docs BuildRequires: doxygen graphviz libxslt -Requires: %{name}-libs%{?_isa} = %{version}-%{release} +Requires: %{name}-libs = %{version}-%{release} %description A command line utility to access image metadata, allowing one to: @@ -37,7 +37,7 @@ A command line utility to access image metadata, allowing one to: %package devel Summary: Header files, libraries and development documentation for %{name} -Requires: %{name}-libs%{?_isa} = %{version}-%{release} +Requires: %{name}-libs = %{version}-%{release} %description devel %{summary}. @@ -91,8 +91,6 @@ test -x %{buildroot}%{_libdir}/libexiv2.so %{_bindir}/exiv2 %{_mandir}/man1/exiv2*.1* -%ldconfig_scriptlets libs - %files libs %{_libdir}/libexiv2.so.27* %{_libdir}/libexiv2.so.%{internal_ver} @@ -108,6 +106,9 @@ test -x %{buildroot}%{_libdir}/libexiv2.so %{_pkgdocdir}/ -%changelog -* Wed Apr 13 2022 Zhongling He 0.27.5-1 +%changelog +* Sun Jan 1 2023 Funda Wang - 0.27.5-3 +- Bump release for upgrading from anolis 8 + +* Wed Apr 13 2022 Zhongling He - 0.27.5-1 - Init package from upstream v0.27.5