fix the extensions inclusion
This commit is contained in:
parent
762ebf2dc6
commit
463ed7ab94
@ -1,6 +1,6 @@
|
||||
Name: docbook5-style-xsl
|
||||
Version: 1.78.1
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Group: Applications/Text
|
||||
|
||||
Summary: Norman Walsh's XSL stylesheets for DocBook 5.X
|
||||
@ -68,11 +68,11 @@ rm -rf $DESTDIR%{_datadir}/sgml/docbook/xsl-ns-stylesheets/install.sh
|
||||
%doc RELEASE-NOTES.*
|
||||
%{_datadir}/sgml/docbook/xsl-ns-stylesheets-%{version}
|
||||
%{_datadir}/sgml/docbook/xsl-ns-stylesheets
|
||||
%exclude %{_datadir}/sgml/docbook/xsl-ns-stylesheets/extensions
|
||||
%exclude %{_datadir}/sgml/docbook/xsl-ns-stylesheets-%{version}/extensions
|
||||
|
||||
%files extensions
|
||||
%doc extensions/README.txt extensions/LICENSE.txt
|
||||
%{_datadir}/sgml/docbook/xsl-ns-stylesheets/extensions
|
||||
%{_datadir}/sgml/docbook/xsl-ns-stylesheets-%{version}/extensions
|
||||
|
||||
%post
|
||||
CATALOG=%{_sysconfdir}/xml/catalog
|
||||
@ -99,6 +99,9 @@ if [ "$1" = 0 ]; then
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Wed Jul 16 2014 Ondrej Vasik <ovasik@redhat.com> 1.78.1-5
|
||||
- fix the extensions inclusion
|
||||
|
||||
* Wed Jul 16 2014 Ondrej Vasik <ovasik@redhat.com> 1.78.1-4
|
||||
- include extensions in extensions subpackage (#1084491)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user