parent
d1ed267ade
commit
5df134596a
@ -1,6 +1,6 @@
|
|||||||
Name: docbook-dtds
|
Name: docbook-dtds
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 26
|
Release: 27
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
|
|
||||||
Summary: SGML and XML document type definitions for DocBook.
|
Summary: SGML and XML document type definitions for DocBook.
|
||||||
@ -140,6 +140,9 @@ cd ..
|
|||||||
# Fix € in SGML.
|
# Fix € in SGML.
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
|
|
||||||
|
# Increase NAMELEN (bug #36058, bug #159382).
|
||||||
|
sed -e's,\(NAMELEN\s\+\)44\(\s\*\)\?$,\1256,' -i.namelen */docbook.dcl
|
||||||
|
|
||||||
if [ `id -u` -eq 0 ]; then
|
if [ `id -u` -eq 0 ]; then
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
chmod -R a+rX,g-w,o-w .
|
chmod -R a+rX,g-w,o-w .
|
||||||
@ -1200,6 +1203,9 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 2 2005 Tim Waugh <twaugh@redhat.com> 1.0-27
|
||||||
|
- Increase NAMELEN (bug #36058, bug #159382).
|
||||||
|
|
||||||
* Tue Feb 1 2005 Tim Waugh <twaugh@redhat.com> 1.0-26
|
* Tue Feb 1 2005 Tim Waugh <twaugh@redhat.com> 1.0-26
|
||||||
- DocBook 4.4 SGML and XML.
|
- DocBook 4.4 SGML and XML.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user