auto-import changelog data from linuxdoc-tools-0.9.20-2.src.rpm
Thu May 23 2002 Tim Powers <timp@redhat.com> - automated rebuild Mon Apr 22 2002 Tim Waugh <twaugh@redhat.com> 0.9.20-1 - 0.9.20. - Don't explicitly strip binaries (bug #62563).
This commit is contained in:
parent
570a494bfb
commit
35aeabbc7d
@ -1 +1 @@
|
||||
linuxdoc-tools_0.9.16.tar.gz
|
||||
linuxdoc-tools_0.9.20.tar.gz
|
||||
|
10
linuxdoc-tools-0.9.20-strip.patch
Normal file
10
linuxdoc-tools-0.9.20-strip.patch
Normal file
@ -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; \
|
@ -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 <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Mon Apr 22 2002 Tim Waugh <twaugh@redhat.com> 0.9.20-1
|
||||
- 0.9.20.
|
||||
- Don't explicitly strip binaries (bug #62563).
|
||||
|
||||
* Thu Feb 28 2002 Elliot Lee <sopwith@redhat.com> 0.9.16-4
|
||||
- Provides: sgml-tools (and linuxdoc-sgml).
|
||||
- Use _smp_mflags and RPM_OPT_FLAGS.
|
||||
|
Loading…
Reference in New Issue
Block a user