auto-import changelog data from linuxdoc-tools-0.9.20-8.src.rpm

Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
Sat Jan 04 2003 Jeff Johnson <jbj@redhat.com> 0.9.20-7
- use internal dep generator.
Sat Dec 14 2002 Tim Powers <timp@redhat.com> 0.9.20-6
- don't use rpms internal dep generator
Mon Oct 14 2002 Tim Waugh <twaugh@redhat.com> 0.9.20-5
- Rebuild.
Wed Sep 11 2002 Than Ngo <than@redhat.com> 0.9.20-4
- Added fix to have lib64 in perl path on 64bit machine
This commit is contained in:
cvsdist 2004-09-09 07:57:00 +00:00
parent b14e8d4b07
commit 44103c583c
2 changed files with 31 additions and 1 deletions

View File

@ -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@",

View File

@ -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 <timp@redhat.com>
- rebuilt
* Sat Jan 4 2003 Jeff Johnson <jbj@redhat.com> 0.9.20-7
- use internal dep generator.
* Sat Dec 14 2002 Tim Powers <timp@redhat.com> 0.9.20-6
- don't use rpms internal dep generator
* Mon Oct 14 2002 Tim Waugh <twaugh@redhat.com> 0.9.20-5
- Rebuild.
* Wed Sep 11 2002 Than Ngo <than@redhat.com> 0.9.20-4
- Added fix to have lib64 in perl path on 64bit machine
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild