- 1.71.1. No longer seem to need lists patch. Removed out of date sp patch.
This commit is contained in:
parent
368e1256d4
commit
d8f5b3dda5
@ -8,3 +8,5 @@ docbook-xsl-1.69.0.tar.bz2
|
||||
docbook-xsl-doc-1.69.0.tar.bz2
|
||||
docbook-xsl-1.69.1.tar.bz2
|
||||
docbook-xsl-doc-1.69.1.tar.bz2
|
||||
docbook-xsl-1.71.1.tar.bz2
|
||||
docbook-xsl-doc-1.71.1.tar.bz2
|
||||
|
@ -17,11 +17,8 @@ install-xsl:
|
||||
cp htmlhelp/*.xsl $(DESTDIR)/htmlhelp
|
||||
cp javahelp/*.xsl $(DESTDIR)/javahelp
|
||||
cp lib/lib.xsl $(DESTDIR)/lib
|
||||
cp template/README $(DESTDIR)/template
|
||||
cp template/*.xml $(DESTDIR)/template
|
||||
cp template/*.xsl $(DESTDIR)/template
|
||||
cp xhtml/*.xsl $(DESTDIR)/xhtml
|
||||
cp manpages/README $(DESTDIR)/manpages
|
||||
cp manpages/*.xsl $(DESTDIR)/manpages
|
||||
cp profiling/*.xsl $(DESTDIR)/profiling
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: docbook-style-xsl
|
||||
Version: 1.69.1
|
||||
Release: 5.1
|
||||
Version: 1.71.1
|
||||
Release: 1%{?dist}
|
||||
Group: Applications/Text
|
||||
|
||||
Summary: Norman Walsh's XSL stylesheets for DocBook XML.
|
||||
@ -24,8 +24,6 @@ Source2: http://prdownloads.sourceforge.net/docbook/docbook-xsl-doc-%{version}.t
|
||||
|
||||
Patch1: docbook-xsl-pagesetup.patch
|
||||
Patch2: docbook-xsl-marginleft.patch
|
||||
Patch3: docbook-xsl-lists.patch
|
||||
Patch4: docbook-xsl-sp.patch
|
||||
|
||||
|
||||
%description
|
||||
@ -40,8 +38,6 @@ tar jxf %{SOURCE2}
|
||||
popd
|
||||
%patch1 -p1 -b .pagesetup
|
||||
%patch2 -p1 -b .marginleft
|
||||
%patch3 -p1 -b .lists
|
||||
%patch4 -p1 -b .sp
|
||||
cp %{SOURCE1} Makefile
|
||||
for f in $(find -name "*'*")
|
||||
do
|
||||
@ -71,7 +67,6 @@ rm -rf $DESTDIR
|
||||
%files
|
||||
%defattr (-,root,root)
|
||||
%doc BUGS
|
||||
%doc ChangeLog
|
||||
%doc README
|
||||
%doc TODO
|
||||
%doc doc
|
||||
@ -102,6 +97,10 @@ CATALOG=/etc/xml/catalog
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 19 2007 Tim Waugh <twaugh@redhat.com> 1.71.1-1
|
||||
- 1.71.1. No longer seem to need lists patch. Removed out of date sp
|
||||
patch.
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.69.1-5.1
|
||||
- rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user