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 "k...@suse.com" 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 - jeng...@inai.de + +- 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 <c...@pobox.com> - Arun Sharma <asha...@sco.com> - Andre Schoorl <ascho...@engr.uvic.ca> - Daniele Giacomini <dani...@tv.shineline.it> - Dave Love <d.l...@dl.ac.uk> - Dave Platt <dpl...@iq.tvsoft.com> - Eric S. Raymond <e...@thyrsus.com> - Francisco J. Montilla <pacop...@nova.es> - Fabrizio Polacco <fpola...@megabaud.fi> - Frank Pavageau <pavag...@imaginet.fr> - Jan Echternach <ech...@informatik.uni-rostock.de> - Henry S. Thompson <h...@cogsci.ed.ac.uk> - Karsten Tinnefeld <tinnef...@irb.informatik.uni-dortmund.de> - Kees de Bruin <kees_de_br...@tasking.nl> - Ken MacLeod <kmacl...@midamerican.com> - Lee Marzke <marzke_...@si.com> - Marco Budde <marco_bu...@hqsys.fido.de> - Mitchell Perilstein <m...@compass-da.com> - Sven Rudolph <s...@os.inf.tu-dresden.de> - Tommy Marcus McGuire <mcgu...@cs.utexas.edu> - Ulrich Windl <ulrich.wi...@rz.uni-regensburg.de> - %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: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org