Remove self dependency which is temporary used to resolve compatiable during upgrade.
Signed-off-by: Wei, Qiang <qiang.wei@suse.com> (cherry picked from commit d8982d1e8c9d60579e4ec3080fbc00ca8747b63f)
This commit is contained in:
parent
816720e466
commit
87ff76725e
@ -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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user