Hello community,

here is the log from the commit of package exempi for openSUSE:Factory checked 
in at 2015-12-03 13:26:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/exempi (Old)
 and      /work/SRC/openSUSE:Factory/.exempi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "exempi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/exempi/exempi.changes    2015-01-05 
04:43:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.exempi.new/exempi.changes       2015-12-03 
13:26:19.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Nov 22 20:09:11 UTC 2015 - mplus...@suse.com
+
+- Add gpg signature
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

New:
----
  exempi-2.2.2.tar.bz2.asc
  exempi.keyring

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ exempi.spec ++++++
--- /var/tmp/diff_new_pack.W86GO5/_old  2015-12-03 13:26:21.000000000 +0100
+++ /var/tmp/diff_new_pack.W86GO5/_new  2015-12-03 13:26:21.000000000 +0100
@@ -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 @@
 %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


Reply via email to