diff options
author | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-29 00:32:50 +0300 |
---|---|---|
committer | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-11-06 11:51:16 +0100 |
commit | 9657ee185aacd7e7d3863f71069dfb046162d1a6 (patch) | |
tree | 4b079b971c1fa55af62048e63e4d890202e4051e | |
parent | 6a80ccb36052fe5d0fdbd302bfc352bfb411d4a2 (diff) | |
download | docbook-xsl-stylesheets-9657ee185aacd7e7d3863f71069dfb046162d1a6.tar.gz docbook-xsl-stylesheets-9657ee185aacd7e7d3863f71069dfb046162d1a6.tar.bz2 docbook-xsl-stylesheets-9657ee185aacd7e7d3863f71069dfb046162d1a6.zip |
resetting manifest requested domain to floor
-rw-r--r-- | packaging/docbook-xsl-stylesheets.manifest | 5 | ||||
-rw-r--r-- | packaging/docbook-xsl-stylesheets.spec | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/docbook-xsl-stylesheets.manifest b/packaging/docbook-xsl-stylesheets.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/docbook-xsl-stylesheets.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/docbook-xsl-stylesheets.spec b/packaging/docbook-xsl-stylesheets.spec index 38d1d45..48f71e1 100644 --- a/packaging/docbook-xsl-stylesheets.spec +++ b/packaging/docbook-xsl-stylesheets.spec @@ -9,6 +9,7 @@ Summary: XSL Stylesheets for DocBook 4 Url: http://sourceforge.net/projects/docbook/ Group: Productivity/Publishing/DocBook Source0: http://switch.dl.sourceforge.net/sourceforge/docbook/docbook-xsl-%{pack_vers}.tar.bz2 +Source1001: docbook-xsl-stylesheets.manifest BuildRequires: fdupes BuildRequires: sgml-skel BuildRequires: unzip @@ -54,6 +55,7 @@ http://www.w3.org/Style/XSL/ %prep %setup -q -n docbook-xsl-%{pack_vers} +cp %{SOURCE1001} . # mv epub/bin/dbtoepub epub/bin/dbtoepub.tmp sed -i 's=@@EPUBDIR@@=%{xml_mod_style_prod_dir}/current//epub/bin=' epub/bin/dbtoepub @@ -202,6 +204,7 @@ if [ ! -f %{xml_sysconf_dir}/%{FOR_ROOT_CAT} -a -x /usr/bin/edit-xml-catalog ] ; fi %files -f %{name}_list +%manifest %{name}.manifest %defattr(-, root, root) %config %{_sysconfdir}/xml/%{name}.xml %config %{_sysconfdir}/xml/%{FOR_ROOT_CAT} |