diff --git a/exempi.spec b/exempi.spec index 2fc4ccaa66f913f7a1e2bb849ce8c855b15485e1..0398345428650b4ddeaeeb78601a31a6ecf8b843 100644 --- a/exempi.spec +++ b/exempi.spec @@ -1,13 +1,13 @@ Name: exempi Version: 2.5.2 -Release: 2 +Release: 3 Summary: Exempi is an implementation of XMP (Adobe's Extensible Metadata Platform) License: BSD URL: https://wiki.freedesktop.org/libopenraw/Exempi/ Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2 BuildRequires: gcc-c++ autoconf automake libtool -BuildRequires: boost-devel expat-devel zlib-devel pkgconfig exempi +BuildRequires: boost-devel expat-devel zlib-devel pkgconfig Provides: bundled(md5-polstra) %description @@ -45,7 +45,6 @@ make check %install %make_install -cp -a %{_libdir}/libexempi.so.3* %{buildroot}%{_libdir} %files %doc AUTHORS ChangeLog COPYING README @@ -63,6 +62,9 @@ cp -a %{_libdir}/libexempi.so.3* %{buildroot}%{_libdir} %{_mandir}/man1/exempi.1* %changelog +* Mon Apr 18 2022 Wei, Qiang - 2.5.2-3 +- Remove self dependency which is temporary used to resolve compatiable during upgrade. + * Tue Feb 2 2021 wangchen - 2.5.2-2 - Provide old so files.