Accepting request 345784 from multimedia:libs

1

OBS-URL: https://build.opensuse.org/request/show/345784
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=33
This commit is contained in:
Dominique Leuenberger 2015-12-03 12:26:17 +00:00 committed by Git OBS Bridge
commit c655d96156
4 changed files with 51862 additions and 17 deletions

7
exempi-2.2.2.tar.bz2.asc Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlQD4rUACgkQX+4F5qVuFaPYsACeJ/JzbFIFBE950MF92v02/Tan
888An0nojYEGGUgn+scqC3bFOCOiE0dp
=d0uc
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Nov 22 20:09:11 UTC 2015 - mpluskal@suse.com
- Add gpg signature
- Cleanup spec file with spec-cleaner
-------------------------------------------------------------------
Fri Dec 26 20:09:36 UTC 2014 - zaitor@opensuse.org

51832
exempi.keyring Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
#
# spec file for package exempi
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,22 +16,24 @@
#
%define debug_package_requires libexempi3 = %{version}
Name: exempi
Url: http://libopenraw.freedesktop.org/wiki/Exempi
Version: 2.2.2
Release: 0
Summary: XMP support library
License: BSD-3-Clause
Group: Development/Libraries/C and C++
Url: http://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
Source2: %{name}.keyring
Source3: baselibs.conf
BuildRequires: boost-devel >= 1.33.0
BuildRequires: gcc-c++
BuildRequires: libexpat-devel
BuildRequires: pkg-config
BuildRequires: zlib-devel
Summary: XMP support library
License: BSD-3-Clause
Group: Development/Libraries/C and C++
Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2
Source1: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libexempi3 = %{version}
%description
XMP parsing and IO library
@ -63,26 +65,24 @@ XMP parsing and IO library
%setup -q
%build
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure --disable-static
%__make %{?jobs:-j%jobs} V=1
export CXXFLAGS="%{optflags} -fno-strict-aliasing"
%configure \
--disable-static
make %{?_smp_mflags} V=1
%install
%makeinstall
%{__rm} -f %{buildroot}%{_libdir}/*.la
make DESTDIR=%{buildroot} install %{?_smp_mflags}
find %{buildroot} -type f -name "*.la" -delete -print
%check
%if ! 0%{?qemu_user_space_build}
make check
make %{?_smp_mflags} check
%endif
%post -n libexempi3 -p /sbin/ldconfig
%postun -n libexempi3 -p /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%files -n libexempi3
%defattr(-,root,root)
%doc README COPYING ChangeLog