Hello community,

here is the log from the commit of package sgmltool for openSUSE:Factory 
checked in at 2012-10-19 08:52:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sgmltool (Old)
 and      /work/SRC/openSUSE:Factory/.sgmltool.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sgmltool", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sgmltool/sgmltool.changes        2012-07-30 
20:40:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sgmltool.new/sgmltool.changes   2012-10-19 
08:52:51.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Aug  2 12:42:50 UTC 2012 - [email protected]
+
+- Parallel build with %_smp_mflags
+- Remove redundant tags/sections from specfile,
+  use %configure
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sgmltool.spec ++++++
--- /var/tmp/diff_new_pack.xh4Lyk/_old  2012-10-19 08:52:56.000000000 +0200
+++ /var/tmp/diff_new_pack.xh4Lyk/_new  2012-10-19 08:52:56.000000000 +0200
@@ -72,32 +72,6 @@
 jade_dsl and write your own DSSSL scripts (take the docbk30 package as
 an example).
 
-
-
-Authors:
---------
-    Cees A. de Groot <[email protected]>
-    Arun Sharma <[email protected]>
-    Andre Schoorl <[email protected]>
-    Daniele Giacomini <[email protected]>
-    Dave Love <[email protected]>
-    Dave Platt <[email protected]>
-    Eric S. Raymond <[email protected]>
-    Francisco J. Montilla <[email protected]>
-    Fabrizio Polacco <[email protected]>
-    Frank Pavageau <[email protected]>
-    Jan Echternach <[email protected]>
-    Henry S. Thompson <[email protected]>
-    Karsten Tinnefeld <[email protected]>
-    Kees de Bruin <[email protected]>
-    Ken MacLeod <[email protected]>
-    Lee Marzke <[email protected]>
-    Marco Budde <[email protected]>
-    Mitchell Perilstein <[email protected]>
-    Sven Rudolph <[email protected]>
-    Tommy Marcus McGuire <[email protected]>
-    Ulrich Windl <[email protected]>
-
 %define INSTALL install -m755
 %define INSTALL_DIR install -d -m755
 %define INSTALL_DATA install -m644
@@ -119,35 +93,28 @@
 %endif
 
 %build
-CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
-./configure --prefix=$RPM_BUILD_ROOT/usr \
-            --mandir=%{_mandir} \
+CFLAGS="%optflags -fno-strict-aliasing" \
+%configure --prefix="%buildroot/%_prefix" \
             --with-installed-nsgmls
-make %{?jobs:-j%jobs} "CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing"
-make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr \
-             mandir=%{_mandir}
-(cd doc; PATH=$PATH:$RPM_BUILD_ROOT/%_bindir sh Makedoc.sh)
+make %{?_smp_mflags} CFLAGS="%optflags -fno-strict-aliasing"
+make install DESTDIR="%buildroot" prefix="%_prefix"
+(cd doc; PATH="$PATH:%buildroot/%_bindir" sh Makedoc.sh)
 cp -p doc/README doc/README.doc
-# the Makefiles are a bit garstig
+# the Makefiles are a bit nasty
 make clean
-CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
-./configure --prefix=/usr \
-            --mandir=%{_mandir} \
+CFLAGS="%optflags -fno-strict-aliasing" \
+%configure \
             --with-installed-nsgmls
-make %{?jobs:-j%jobs} "CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing"
+make %{?_smp_mflags} CFLAGS="%optflags -fno-strict-aliasing"
 
 %install
-: > doc/Makedoc.sh
-make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr \
-             mandir=%{_mandir}
+> doc/Makedoc.sh
+make install DESTDIR="%buildroot";
 rm -fr $RPM_BUILD_ROOT/usr/doc/sgml-tools
 perlpath=`ls -1d /usr/lib/perl5/5.*/Text`
 mkdir -p $RPM_BUILD_ROOT$perlpath
 mv $RPM_BUILD_ROOT/usr/lib/perl5/Text/EntityMap.pm $RPM_BUILD_ROOT$perlpath/
 
-%clean
-rm -fr $RPM_BUILD_ROOT
-
 %if 0%{suse_version} > 1220
 %post
 mkdir -p /var/run/texlive

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to