Compare commits
10 Commits
816720e466
...
614534b2c9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
614534b2c9 | ||
|
|
4e5c8d0e46 | ||
|
|
1aeaf30e8d | ||
|
|
eb70a3e028 | ||
|
|
f94985911d | ||
|
|
41bef3b074 | ||
|
|
e6386d2006 | ||
|
|
cdae0be6f2 | ||
|
|
313d9f923f | ||
|
|
87ff76725e |
Binary file not shown.
BIN
exempi-2.6.4.tar.bz2
Normal file
BIN
exempi-2.6.4.tar.bz2
Normal file
Binary file not shown.
23
exempi.spec
23
exempi.spec
@ -1,13 +1,13 @@
|
||||
Name: exempi
|
||||
Version: 2.5.2
|
||||
Release: 2
|
||||
Version: 2.6.4
|
||||
Release: 1
|
||||
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
|
||||
@ -29,7 +29,7 @@ Summary: Help information for user
|
||||
Help information for user
|
||||
|
||||
%prep
|
||||
%autosetup -n exempi-2.5.2 -p1
|
||||
%autosetup -n exempi-2.6.4 -p1
|
||||
|
||||
%build
|
||||
libtoolize -vi
|
||||
@ -45,10 +45,9 @@ make check
|
||||
|
||||
%install
|
||||
%make_install
|
||||
cp -a %{_libdir}/libexempi.so.3* %{buildroot}%{_libdir}
|
||||
|
||||
%files
|
||||
%doc AUTHORS ChangeLog COPYING README
|
||||
%doc AUTHORS ChangeLog COPYING
|
||||
%{_libdir}/*.so.*
|
||||
%{_bindir}/exempi
|
||||
|
||||
@ -63,6 +62,18 @@ cp -a %{_libdir}/libexempi.so.3* %{buildroot}%{_libdir}
|
||||
%{_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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user