Compare commits

..

No commits in common. "614534b2c96702e61efb488e9009b5bda602e109" and "816720e46665e93de7c9a1391a7035a63cbfdd97" have entirely different histories.

3 changed files with 6 additions and 17 deletions

BIN
exempi-2.5.2.tar.bz2 Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +1,13 @@
Name: exempi
Version: 2.6.4
Release: 1
Version: 2.5.2
Release: 2
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
BuildRequires: boost-devel expat-devel zlib-devel pkgconfig exempi
Provides: bundled(md5-polstra)
%description
@ -29,7 +29,7 @@ Summary: Help information for user
Help information for user
%prep
%autosetup -n exempi-2.6.4 -p1
%autosetup -n exempi-2.5.2 -p1
%build
libtoolize -vi
@ -45,9 +45,10 @@ make check
%install
%make_install
cp -a %{_libdir}/libexempi.so.3* %{buildroot}%{_libdir}
%files
%doc AUTHORS ChangeLog COPYING
%doc AUTHORS ChangeLog COPYING README
%{_libdir}/*.so.*
%{_bindir}/exempi
@ -62,18 +63,6 @@ make check
%{_mandir}/man1/exempi.1*
%changelog
* Wed Jul 12 2023 chenzixuan <chenzixuan@kylinos.cn> - 2.6.4-1
- Update to 2.6.4
* Tue Feb 07 2023 wangjunqi <wangjunqi@kylinos.cn> - 2.6.3-1
- Update to 2.6.3
* Mon Jun 20 2022 dillon chen <dillon.chen@gmail.com> - 2.6.1-1
- Update to 2.6.1
* 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.