Hello community,

here is the log from the commit of package cppi for openSUSE:Factory checked in 
at 2016-04-28 16:55:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cppi (Old)
 and      /work/SRC/openSUSE:Factory/.cppi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cppi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cppi/cppi.changes        2015-01-30 
15:08:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cppi.new/cppi.changes   2016-04-28 
16:58:40.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Mar 28 10:45:39 UTC 2016 - [email protected]
+
+- Add gpg signature
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

New:
----
  cppi-1.18.tar.xz.sig
  cppi.keyring

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

Other differences:
------------------
++++++ cppi.spec ++++++
--- /var/tmp/diff_new_pack.9aDfEV/_old  2016-04-28 16:58:43.000000000 +0200
+++ /var/tmp/diff_new_pack.9aDfEV/_new  2016-04-28 16:58:43.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cppi
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -22,8 +22,11 @@
 Summary:        C preprocessor directive indenter
 License:        GPL-3.0+
 Group:          Development/Languages/C and C++
-Url:            http://savannah.gnu.org/projects/cppi/
-Source0:        http://ftp.gnu.org/gnu/cppi/cppi-%{version}.tar.xz
+Url:            https://savannah.gnu.org/projects/cppi
+Source0:        https://ftp.gnu.org/gnu/cppi/cppi-%{version}.tar.xz
+Source1:        https://ftp.gnu.org/gnu/cppi/cppi-%{version}.tar.xz.sig
+Source2:        %{name}.keyring
+BuildRequires:  flex
 Recommends:     %{name}-lang
 
 %description
@@ -38,21 +41,22 @@
 
 %build
 %configure --disable-silent-rules
-make %{?_smp_mflags}
+%make_build
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+%make_install
 %find_lang %{name}
 
 %check
-make check
+make %{?_smp_mflags} check
 
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS THANKS TODO
 %{_bindir}/cppi
-%{_mandir}/man1/cppi.1*
+%{_mandir}/man1/cppi.1%{ext_man}
 
 %files lang -f %{name}.lang
+%defattr(-,root,root)
 
 %changelog


Reply via email to