Hello community,

here is the log from the commit of package e3 for openSUSE:Factory
checked in at Wed Sep 21 17:36:32 CEST 2011.



--------
--- e3/e3.changes       2010-08-03 15:26:03.000000000 +0200
+++ /mounts/work_src_done/STABLE/e3/e3.changes  2011-09-19 00:50:38.000000000 
+0200
@@ -1,0 +2,7 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/obsolete tags/sections from specfile
+  (cf. packaging guidelines)
+- Use %_smp_mflags for parallel build
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ e3.spec ++++++
--- /var/tmp/diff_new_pack.iMJY7d/_old  2011-09-21 17:36:26.000000000 +0200
+++ /var/tmp/diff_new_pack.iMJY7d/_new  2011-09-21 17:36:26.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package e3 (Version 2.8)
+# spec file for package e3
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           e3
@@ -33,12 +32,6 @@
 A very tiny editor, which offers many different modes like Vi, Emacs,
 and Wordstar. Wordstar is the default mode.
 
-
-
-Authors:
---------
-    Albrecht Kleine <kle...@ak.sax.de>
-
 %prep
 %setup
 
@@ -47,23 +40,19 @@
 cd e3c
 rm -f Makefile
 ln -sf Makefile.x86 Makefile
-make -e CFLAGS="-Wall $RPM_OPT_FLAGS" PREFIX="/usr"
+make -e CFLAGS="-Wall $RPM_OPT_FLAGS" PREFIX="%_prefix" %{?_smp_mflags}
 %else
-make -e EXMODE=SED
+make -e EXMODE=SED %{?_smp_mflags}
 %endif
 
 %install
-rm -rf $RPM_BUILD_ROOT
 %ifnarch %ix86 x86_64
 cd e3c
 %endif
-make -e PREFIX=$RPM_BUILD_ROOT/usr 
MANDIR=$RPM_BUILD_ROOT%_mandir/man'$(MANSEC)' install
+make -e PREFIX=%buildroot/%_prefix 
MANDIR=$RPM_BUILD_ROOT%_mandir/man'$(MANSEC)' install
 cd $RPM_BUILD_ROOT/usr/bin
 for e in e3*; do if test $e != e3; then ln -sf e3 $e; fi; done
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc COPYING.GPL COPYRIGHT ChangeLog README


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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to