auto-import changelog data from docbook-style-xsl-1.65.1-2.src.rpm
Fri Jun 04 2004 Tim Waugh <twaugh@redhat.com> 1.65.1-2 - Fix strange filenames (bug #125311).
This commit is contained in:
parent
5fc19eed19
commit
dbb1b275a8
@ -1,6 +1,6 @@
|
||||
Name: docbook-style-xsl
|
||||
Version: 1.65.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
Group: Applications/Text
|
||||
|
||||
Summary: Norman Walsh's XSL stylesheets for DocBook XML.
|
||||
@ -35,6 +35,10 @@ other formats, such as HTML, FO, and XHMTL. They are highly customizable.
|
||||
%patch2 -p1 -b .marginleft
|
||||
%patch3 -p1 -b .listblock
|
||||
cp %{SOURCE1} Makefile
|
||||
for f in $(find -name "*'*")
|
||||
do
|
||||
mv -v "$f" $(echo "$f" | tr -d "'")
|
||||
done
|
||||
|
||||
|
||||
%build
|
||||
@ -89,6 +93,9 @@ CATALOG=/etc/xml/catalog
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 4 2004 Tim Waugh <twaugh@redhat.com> 1.65.1-2
|
||||
- Fix strange filenames (bug #125311).
|
||||
|
||||
* Tue Mar 9 2004 Tim Waugh <twaugh@redhat.com> 1.65.1-1
|
||||
- 1.65.1.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user