- Increase NAMELEN (bug #36058, bug #159382).

This commit is contained in:
Tim Waugh 2005-06-02 13:04:23 +00:00
parent d1ed267ade
commit 5df134596a

View File

@ -1,6 +1,6 @@
Name: docbook-dtds
Version: 1.0
Release: 26
Release: 27
Group: Applications/Text
Summary: SGML and XML document type definitions for DocBook.
@ -140,6 +140,9 @@ cd ..
# Fix € in SGML.
%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
chown -R root:root .
chmod -R a+rX,g-w,o-w .
@ -1200,6 +1203,9 @@ then
fi
%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
- DocBook 4.4 SGML and XML.