Hello community,

here is the log from the commit of package genromfs for openSUSE:Factory 
checked in at 2015-04-22 01:19:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/genromfs (Old)
 and      /work/SRC/openSUSE:Factory/.genromfs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "genromfs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/genromfs/genromfs.changes        2014-10-07 
16:01:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.genromfs.new/genromfs.changes   2015-04-22 
01:19:23.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Apr 20 14:12:43 UTC 2015 - [email protected]
+
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ genromfs.spec ++++++
--- /var/tmp/diff_new_pack.AKPcWK/_old  2015-04-22 01:19:23.000000000 +0200
+++ /var/tmp/diff_new_pack.AKPcWK/_new  2015-04-22 01:19:23.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package genromfs
 #
-# 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
@@ -23,7 +23,6 @@
 License:        GPL-2.0+
 Group:          System/Boot
 Url:            http://romfs.sourceforge.net
-
 Source:         http://downloads.sf.net/romfs/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -33,25 +32,19 @@
 Romfs file systems were traditionally used for the initial RAM disks
 used during installation.
 
-
-
-Authors:
---------
-    Janos Farkas <[email protected]>
-
 %prep
-%setup
+%setup -q
 
 %build
-make CC="%{__cc}" CFLAGS="$RPM_OPT_FLAGS -DVERSION=\\\"%{version}\\\"" LDFLAGS=
+make %{?_smp_mflags} CC="gcc" CFLAGS="%{optflags} 
-DVERSION=\\\"%{version}\\\"" LDFLAGS=
 
 %install
-make PREFIX=$RPM_BUILD_ROOT mandir=%{_mandir} install
+make PREFIX=%{buildroot} mandir=%{_mandir} install
 
 %files
 %defattr(-,root,root)
 %doc COPYING NEWS ChangeLog genromfs.lsm romfs.txt
 %doc %{_mandir}/man8/genromfs.8.gz
-%_bindir/genromfs
+%{_bindir}/genromfs
 
 %changelog


Reply via email to