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:
commit
c655d96156
7
exempi-2.2.2.tar.bz2.asc
Normal file
7
exempi-2.2.2.tar.bz2.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1
|
||||||
|
|
||||||
|
iEYEABECAAYFAlQD4rUACgkQX+4F5qVuFaPYsACeJ/JzbFIFBE950MF92v02/Tan
|
||||||
|
888An0nojYEGGUgn+scqC3bFOCOiE0dp
|
||||||
|
=d0uc
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -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
|
Fri Dec 26 20:09:36 UTC 2014 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
51832
exempi.keyring
Normal file
51832
exempi.keyring
Normal file
File diff suppressed because it is too large
Load Diff
34
exempi.spec
34
exempi.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package exempi
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,22 +16,24 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define debug_package_requires libexempi3 = %{version}
|
||||||
Name: exempi
|
Name: exempi
|
||||||
Url: http://libopenraw.freedesktop.org/wiki/Exempi
|
|
||||||
Version: 2.2.2
|
Version: 2.2.2
|
||||||
Release: 0
|
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: boost-devel >= 1.33.0
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: zlib-devel
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%define debug_package_requires libexempi3 = %{version}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
XMP parsing and IO library
|
XMP parsing and IO library
|
||||||
@ -63,26 +65,24 @@ XMP parsing and IO library
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
export CXXFLAGS="%{optflags} -fno-strict-aliasing"
|
||||||
%configure --disable-static
|
%configure \
|
||||||
%__make %{?jobs:-j%jobs} V=1
|
--disable-static
|
||||||
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||||
%{__rm} -f %{buildroot}%{_libdir}/*.la
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if ! 0%{?qemu_user_space_build}
|
%if ! 0%{?qemu_user_space_build}
|
||||||
make check
|
make %{?_smp_mflags} check
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post -n libexempi3 -p /sbin/ldconfig
|
%post -n libexempi3 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libexempi3 -p /sbin/ldconfig
|
%postun -n libexempi3 -p /sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files -n libexempi3
|
%files -n libexempi3
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README COPYING ChangeLog
|
%doc README COPYING ChangeLog
|
||||||
|
Loading…
Reference in New Issue
Block a user