- 1.72.0.

This commit is contained in:
Tim Waugh 2007-01-23 23:11:59 +00:00
parent 5c0dc8634d
commit 9b754b71d1
4 changed files with 13 additions and 8 deletions

View File

@ -10,3 +10,5 @@ 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
docbook-xsl-1.72.0.tar.gz
docbook-xsl-doc-1.72.0.tar.bz2

View File

@ -6,7 +6,7 @@ all: install
install: install-xsl install-img install-extensions install-misc
install-xsl:
mkdir -p $(DESTDIR)/{common,fo,html,htmlhelp/doc,javahelp,lib,template,xhtml,manpages,profiling,highlighting,wordml}
mkdir -p $(DESTDIR)/{common,fo,html,htmlhelp/doc,javahelp,lib,template,xhtml,manpages,profiling,highlighting,roundtrip}
cp common/*.dtd $(DESTDIR)/common
cp common/*.xml $(DESTDIR)/common
cp common/*.xsl $(DESTDIR)/common
@ -23,8 +23,8 @@ install-xsl:
cp profiling/*.xsl $(DESTDIR)/profiling
cp highlighting/*.xml $(DESTDIR)/highlighting
cp highlighting/*.xsl $(DESTDIR)/highlighting
cp wordml/*.xml $(DESTDIR)/wordml
cp wordml/*.xsl $(DESTDIR)/wordml
cp roundtrip/*.xml $(DESTDIR)/roundtrip
cp roundtrip/*.xsl $(DESTDIR)/roundtrip
install-img:
mkdir -p $(DESTDIR)/images/callouts

View File

@ -1,6 +1,6 @@
Name: docbook-style-xsl
Version: 1.71.1
Release: 2%{?dist}
Version: 1.72.0
Release: 1%{?dist}
Group: Applications/Text
Summary: Norman Walsh's XSL stylesheets for DocBook XML.
@ -18,7 +18,7 @@ Conflicts: passivetex < 1.21
BuildRoot: %{_tmppath}/%{name}-%{version}
BuildArch: noarch
Source0: http://prdownloads.sourceforge.net/docbook/docbook-xsl-%{version}.tar.bz2
Source0: http://prdownloads.sourceforge.net/docbook/docbook-xsl-%{version}.tar.gz
Source1: %{name}.Makefile
Source2: http://prdownloads.sourceforge.net/docbook/docbook-xsl-doc-%{version}.tar.bz2
@ -97,6 +97,9 @@ CATALOG=/etc/xml/catalog
%changelog
* Tue Jan 23 2007 Tim Waugh <twaugh@redhat.com> 1.72.0-1
- 1.72.0.
* Fri Jan 19 2007 Tomas Mraz <tmrazh@redhat.com> 1.71.1-2
- Add new wordml and especially highlighting (which is referenced
from html) subdirs to Makefile.

View File

@ -1,2 +1,2 @@
6a269abc854ae949b2cfd6377bc17fde docbook-xsl-1.71.1.tar.bz2
f7844a751a4612c56acddc0790fbc501 docbook-xsl-doc-1.71.1.tar.bz2
3493dd2e82e0da3d3cab58d5263c634c docbook-xsl-1.72.0.tar.gz
f6b71552c992f16f477f0513f569985c docbook-xsl-doc-1.72.0.tar.bz2