From 44103c583c93062f1d5cc979de9330ad3387b563 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:57:00 +0000 Subject: [PATCH] auto-import changelog data from linuxdoc-tools-0.9.20-8.src.rpm Wed Jan 22 2003 Tim Powers - rebuilt Sat Jan 04 2003 Jeff Johnson 0.9.20-7 - use internal dep generator. Sat Dec 14 2002 Tim Powers 0.9.20-6 - don't use rpms internal dep generator Mon Oct 14 2002 Tim Waugh 0.9.20-5 - Rebuild. Wed Sep 11 2002 Than Ngo 0.9.20-4 - Added fix to have lib64 in perl path on 64bit machine --- linuxdoc-tools-0.9.20-lib64.patch | 13 +++++++++++++ linuxdoc-tools.spec | 19 ++++++++++++++++++- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 linuxdoc-tools-0.9.20-lib64.patch diff --git a/linuxdoc-tools-0.9.20-lib64.patch b/linuxdoc-tools-0.9.20-lib64.patch new file mode 100644 index 0000000..04816c4 --- /dev/null +++ b/linuxdoc-tools-0.9.20-lib64.patch @@ -0,0 +1,13 @@ +--- linuxdoc-tools-0.9.20/bin/linuxdoc.in.orig 2002-09-10 14:31:56.000000000 -0400 ++++ linuxdoc-tools-0.9.20/bin/linuxdoc.in 2002-09-10 14:32:32.000000000 -0400 +@@ -23,8 +23,10 @@ + + use lib "@DATADIR@"; + use lib "@prefix@/perl5"; ++use lib "@prefix@/lib64/perl5"; + use lib "@prefix@/lib/perl5"; + use lib "@prefix@/share/perl5"; ++ + $progs = { + "NSGMLS" => "@NSGMLS@", + "SGMLSASP" => "@SGMLSASP@", diff --git a/linuxdoc-tools.spec b/linuxdoc-tools.spec index 7c0f72f..b73c52e 100644 --- a/linuxdoc-tools.spec +++ b/linuxdoc-tools.spec @@ -3,12 +3,13 @@ Name: linuxdoc-tools Obsoletes: sgml-tools Obsoletes: linuxdoc-sgml Version: 0.9.20 -Release: 3 +Release: 8 License: Freely distributable Group: Applications/Publishing Source: http://people.debian.org/~sano/linuxdoc-tools/archives/%{name}_%{version}.tar.gz Patch0: linuxdoc-tools-0.9.13-letter.patch Patch1: linuxdoc-tools-0.9.20-strip.patch +Patch2: linuxdoc-tools-0.9.20-lib64.patch Requires: jade Url: http://people.debian.org/~sano/linuxdoc-tools/ BuildRoot: %{_tmppath}/%{name}-root @@ -29,6 +30,7 @@ documentation. %setup -q %patch0 -p1 %patch1 -p1 -b .strip +%patch2 -p1 -b .lib64 %build %configure --with-installed-nsgmls --with-installed-iso-entities @@ -85,6 +87,21 @@ exit 0 %{_mandir}/*/* %changelog +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Sat Jan 4 2003 Jeff Johnson 0.9.20-7 +- use internal dep generator. + +* Sat Dec 14 2002 Tim Powers 0.9.20-6 +- don't use rpms internal dep generator + +* Mon Oct 14 2002 Tim Waugh 0.9.20-5 +- Rebuild. + +* Wed Sep 11 2002 Than Ngo 0.9.20-4 +- Added fix to have lib64 in perl path on 64bit machine + * Fri Jun 21 2002 Tim Powers - automated rebuild