- 1.72.0.
This commit is contained in:
parent
5c0dc8634d
commit
9b754b71d1
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user