SHA256
1
0
forked from pool/sgmltool

Accepting request 29840 from Publishing

Copy from Publishing/sgmltool based on submit request 29840 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29840
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sgmltool?expand=0&rev=6
This commit is contained in:
OBS User autobuild 2010-01-21 10:11:57 +00:00 committed by Git OBS Bridge
parent 231f58269c
commit 27afcd619e
2 changed files with 9 additions and 90 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 15 20:24:31 CET 2009 - jengelh@medozas.de
- enable parallel building
-------------------------------------------------------------------
Thu Aug 7 11:15:53 CEST 2008 - ke@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package sgmltool (Version 1.0.9)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 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
@ -30,7 +30,7 @@ Conflicts: linuxdoc
AutoReqProv: on
Summary: SGML-Tools - a Text-Formatting Package
Version: 1.0.9
Release: 1037
Release: 1052
Source: ftp://ftp.nllgg.nl/pub2/SGMLtools/v1.0/sgml-tools-%{version}.tar.bz2
Source1: lnd-1.0.tar.bz2
Patch: sgml-tools-1.0.9.dif
@ -108,7 +108,7 @@ CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
./configure --prefix=$RPM_BUILD_ROOT/usr \
--mandir=%{_mandir} \
--with-installed-nsgmls
make "CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing"
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)
@ -119,7 +119,7 @@ CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
./configure --prefix=/usr \
--mandir=%{_mandir} \
--with-installed-nsgmls
make "CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing"
make %{?jobs:-j%jobs} "CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing"
%install
: > doc/Makedoc.sh
@ -168,89 +168,3 @@ rm -fr $RPM_BUILD_ROOT
%{_mandir}/man1/sgmltools.1.gz
%changelog
* Thu Aug 07 2008 ke@suse.de
- Improve Perl requires. Recommended by Staphan Kulow, reported by
Jan Willamowius [bnc#412525].
* Wed Apr 23 2008 ro@suse.de
- do not redefine "name" macro
* Thu Mar 29 2007 ke@suse.de
- Add BuildRequires: flex.
* Sun May 28 2006 schwab@suse.de
- Don't strip binaries.
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Oct 10 2005 ke@suse.de
- Use -fno-strict-aliasing.
- Add missing return value; thanks for debugging to Richard Guenther.
* Fri Jun 17 2005 meissner@suse.de
- use RPM_OPT_FLAGS.
* Thu Apr 29 2004 ro@suse.de
- added missing return value (unreached code)
* Sun Jan 11 2004 adrian@suse.de
- add %%defattr
* Wed Apr 23 2003 coolo@suse.de
- use more of that DESTDIR
* Tue Apr 22 2003 coolo@suse.de
- don't mess with broken Makefiles -> empty it before execution
* Tue Apr 22 2003 coolo@suse.de
- generating docs through brute force
* Thu Apr 17 2003 coolo@suse.de
- use BuildRoot
* Mon Apr 07 2003 mmj@suse.de
- The expand syntax changed with new coreutils.
* Mon Nov 11 2002 ro@suse.de
- adapted requires
* Mon Nov 11 2002 ro@suse.de
- changed neededforbuild <sp> to <opensp>
- changed neededforbuild <sp-devel> to <>
* Thu Jun 20 2002 ke@suse.de
- sgmltool-man-entities.diff: Try to map entities also for manpage
output; reported by Michal Svec [# 16536].
- enable %%clean section.
* Fri Mar 08 2002 kukuk@suse.de
- Add /usr/lib/entity-map to filelist
* Mon Aug 13 2001 ro@suse.de
- changed neededforbuild <sp_libs> to <sp-devel>
* Thu Apr 26 2001 ke@suse.de
- Apply tools-temp-vuln-1.0.9.diff to fix a tmp file vulnerability
(patch provided by Sebastian Krahmer) [#6826].
* Thu Jan 27 2000 ke@suse.de
- add more documentation lnd-1.0.tar.bz2 (thanks to mike for hint).
- use macros: %%{name}, %%{version}, %%{_mandir}.
- ./configure -> %%build section.
- add group tag.
* Mon Sep 13 1999 bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
* Fri Jul 09 1999 bs@suse.de
- fixed path for perl module
* Tue Jun 29 1999 ke@suse.de
- babel now will know the language as an option (werner).
* Tue Apr 27 1999 ro@suse.de
- compiler fix: stdout is non constant
* Thu Nov 26 1998 ke@suse.de
- update: version 1.0.9 (bugfix release).
- mv the perl module to the 5.00502 dir hierarchy (hack).
* Wed Nov 18 1998 ro@suse.de
- adapt path to perl 5.00502
* Mon Nov 09 1998 ro@suse.de
- added sp_libs to neededforbuild
* Fri Oct 16 1998 ke@suse.de
- update: version 1.0.8 (bugfix release).
* Sun Jun 28 1998 ke@suse.de
- update: version 1.0.7 (bugfix release).
- remove jade_dsl from neededforbuild.
* Mon Mar 23 1998 bs@suse.de
- added sp to neededforbuild
* Fri Mar 06 1998 ke@suse.de
- update: version 1.0.5.
* Sat Feb 28 1998 bs@suse.de
- deleted texhash stuff (done by tetex package now)
* Sun Feb 15 1998 ke@suse.de
- update: version 1.0.4.
- simplify file list.
* Tue Jan 13 1998 ke@suse.de
- update: version 1.0.3
* Wed Nov 19 1997 ke@suse.de
- provide %%post and %%postun script to maintain /var/texfonts/ls-R.
* Mon Nov 17 1997 ke@suse.de
- initial package: version 0.99.20.