!5 [sync] PR-4: 去除自依赖问题

From: @openeuler-sync-bot 
Reviewed-by: @overweight 
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2022-04-19 06:53:24 +00:00 committed by Gitee
commit 313d9f923f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <qiang.wei@suse.com> - 2.5.2-3
- Remove self dependency which is temporary used to resolve compatiable during upgrade.
* Tue Feb 2 2021 wangchen <wangchen137@huawei.com> - 2.5.2-2
- Provide old so files.