diff --git a/.cvsignore b/.cvsignore index 97938cf..ee709f5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -linuxdoc-tools_0.9.16.tar.gz +linuxdoc-tools_0.9.20.tar.gz diff --git a/linuxdoc-tools-0.9.20-strip.patch b/linuxdoc-tools-0.9.20-strip.patch new file mode 100644 index 0000000..198bd24 --- /dev/null +++ b/linuxdoc-tools-0.9.20-strip.patch @@ -0,0 +1,10 @@ +--- linuxdoc-tools-0.9.20/Makefile.in.strip Mon Apr 22 17:30:06 2002 ++++ linuxdoc-tools-0.9.20/Makefile.in Mon Apr 22 17:30:19 2002 +@@ -87,7 +87,6 @@ + ( cd iso-entities; \ + $(MAKE) install ) + endif +- strip sgmlpre/sgmlpre + for ii in sgmlpre/sgmlpre rtf-fix/rtf2rtf; do \ + bn=`basename $$ii`; \ + $(INSTALL_PROGRAM) $$ii $(bindir)/$$bn; \ diff --git a/linuxdoc-tools.spec b/linuxdoc-tools.spec index 4a2e9f0..26681de 100644 --- a/linuxdoc-tools.spec +++ b/linuxdoc-tools.spec @@ -2,12 +2,13 @@ Summary: A text formatting package based on SGML. Name: linuxdoc-tools Obsoletes: sgml-tools Obsoletes: linuxdoc-sgml -Version: 0.9.16 -Release: 4 +Version: 0.9.20 +Release: 2 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 Requires: jade Url: http://people.debian.org/~sano/linuxdoc-tools/ BuildRoot: %{_tmppath}/%{name}-root @@ -27,6 +28,7 @@ documentation. %prep %setup -q %patch0 -p1 +%patch1 -p1 -b .strip %build %configure --with-installed-nsgmls --with-installed-iso-entities @@ -83,6 +85,13 @@ exit 0 %{_mandir}/*/* %changelog +* Thu May 23 2002 Tim Powers +- automated rebuild + +* Mon Apr 22 2002 Tim Waugh 0.9.20-1 +- 0.9.20. +- Don't explicitly strip binaries (bug #62563). + * Thu Feb 28 2002 Elliot Lee 0.9.16-4 - Provides: sgml-tools (and linuxdoc-sgml). - Use _smp_mflags and RPM_OPT_FLAGS. diff --git a/sources b/sources index 28643d2..e55f48b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -04ebf28160052108547e49257195c832 linuxdoc-tools_0.9.16.tar.gz +8af90697290a7a73977cc93e6d1fef88 linuxdoc-tools_0.9.20.tar.gz