- Don't ship docsrc/* (bug #177256).
- Don't ship the extensions (bug #177256).
This commit is contained in:
parent
b13b54b8fe
commit
55b8711966
@ -59,6 +59,9 @@ make install BINDIR=$DESTDIR/usr/bin DESTDIR=$DESTDIR/usr/share/sgml/docbook/xsl
|
||||
ln -s xsl-stylesheets-%{version}-%{release} \
|
||||
$DESTDIR/usr/share/sgml/docbook/xsl-stylesheets
|
||||
|
||||
# Don't ship the extensions (bug #177256).
|
||||
rm -rf $DESTDIR/usr/share/sgml/docbook/xsl-stylesheets/extensions/*
|
||||
|
||||
|
||||
%clean
|
||||
DESTDIR=$RPM_BUILD_ROOT
|
||||
@ -72,7 +75,6 @@ rm -rf $DESTDIR
|
||||
%doc README
|
||||
%doc TODO
|
||||
%doc doc
|
||||
%doc docsrc
|
||||
/usr/share/sgml/docbook/xsl-stylesheets-%{version}-%{release}
|
||||
/usr/share/sgml/docbook/xsl-stylesheets
|
||||
|
||||
@ -100,6 +102,10 @@ CATALOG=/etc/xml/catalog
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 24 2006 Tim Waugh <twaugh@redhat.com>
|
||||
- Don't ship docsrc/* (bug #177256).
|
||||
- Don't ship the extensions (bug #177256).
|
||||
|
||||
* Thu Jan 19 2006 Tim Waugh <twaugh@redhat.com> 1.69.1-4
|
||||
- Better 'lists' patch (bug #161371).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user