Accepting request 976022 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/976022 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=37
This commit is contained in:
commit
25bf53c9dd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52f54314aefd45945d47a6ecf4bd21f362e6467fa5d0538b0d45a06bc6eaaed5
|
||||
size 3658606
|
@ -1,6 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQRsRNs+C/Pq9bQzI5pf7gXmpW4VowUCXvLOTQAKCRBf7gXmpW4V
|
||||
o+a/AKDpcVii0+UyiATkLFqlLtB9oV8YnACffUBRw1wN4TlW4A5W/NZZzKS+cOs=
|
||||
=WoPW
|
||||
-----END PGP SIGNATURE-----
|
3
exempi-2.6.1.tar.bz2
Normal file
3
exempi-2.6.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:072451ac1e0dc97ed69a2e5bfc235fd94fe093d837f65584d0e3581af5db18cd
|
||||
size 3696390
|
6
exempi-2.6.1.tar.bz2.asc
Normal file
6
exempi-2.6.1.tar.bz2.asc
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQRsRNs+C/Pq9bQzI5pf7gXmpW4VowUCYgkh2wAKCRBf7gXmpW4V
|
||||
o8+8AKCTwijWV6OFkQ+0oFZ1fBntOXwoqwCcDkxfN07MpsJ3vLTG1vpRuS2zSNk=
|
||||
=sxSE
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 9 15:29:18 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 2.6.1:
|
||||
* Update XMPCore to Adobe XMP SDK v2021.10
|
||||
* Some fixes previously done in Exempi are now upstream
|
||||
- Install the NEWS file instead of the obsolete ChangeLog one
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 19 15:29:58 UTC 2021 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
|
20
exempi.spec
20
exempi.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package exempi
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,25 +18,21 @@
|
||||
|
||||
%define sonum 8
|
||||
Name: exempi
|
||||
Version: 2.5.2
|
||||
Version: 2.6.1
|
||||
Release: 0
|
||||
Summary: XMP support library
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://libopenraw.freedesktop.org/wiki/Exempi
|
||||
Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2
|
||||
Source1: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2.asc
|
||||
URL: https://libopenraw.freedesktop.org/exempi/
|
||||
Source0: https://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2
|
||||
Source1: https://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2.asc
|
||||
Source2: %{name}.keyring
|
||||
Source3: baselibs.conf
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: zlib-devel
|
||||
%if 0%{?suse_version} > 1325
|
||||
BuildRequires: libboost_test-devel
|
||||
%else
|
||||
BuildRequires: boost-devel >= 1.33.0
|
||||
%endif
|
||||
|
||||
%description
|
||||
Exempi is a library for XMP parsing and I/O. XMP is a kind of
|
||||
@ -97,18 +93,16 @@ find %{buildroot} -type f -name "*.a" -delete -print
|
||||
|
||||
%files -n libexempi%{sonum}
|
||||
%license COPYING
|
||||
%doc README ChangeLog
|
||||
%doc README.md NEWS
|
||||
%{_libdir}/lib*.so.*
|
||||
|
||||
%files tools
|
||||
%license COPYING
|
||||
%doc README ChangeLog
|
||||
%{_bindir}/exempi
|
||||
%{_mandir}/man1/exempi.1%{?ext_man}
|
||||
|
||||
%files -n libexempi-devel
|
||||
%license COPYING
|
||||
%doc README ChangeLog
|
||||
%{_libdir}/lib*.so
|
||||
%{_includedir}/exempi-2.0
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
Loading…
Reference in New Issue
Block a user