diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-08 13:56:39 -0800 |
---|---|---|
committer | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-11-06 11:51:16 +0100 |
commit | cf6bf67187dc5d99c16eb79b0a119c94ed2e2ecc (patch) | |
tree | 04eb8d0f9ede83c3795a79262560c8197021a7a7 | |
parent | d2b700383af4686c290bbbedb391c6c839d7ab2c (diff) | |
download | docbook-xsl-stylesheets-cf6bf67187dc5d99c16eb79b0a119c94ed2e2ecc.tar.gz docbook-xsl-stylesheets-cf6bf67187dc5d99c16eb79b0a119c94ed2e2ecc.tar.bz2 docbook-xsl-stylesheets-cf6bf67187dc5d99c16eb79b0a119c94ed2e2ecc.zip |
add packages
-rw-r--r-- | packaging/docbook-xsl-stylesheets.spec | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packaging/docbook-xsl-stylesheets.spec b/packaging/docbook-xsl-stylesheets.spec index 4c7113e..38d1d45 100644 --- a/packaging/docbook-xsl-stylesheets.spec +++ b/packaging/docbook-xsl-stylesheets.spec @@ -9,7 +9,6 @@ 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 -Source1: http://switch.dl.sourceforge.net/sourceforge/docbook/docbook-xsl-doc-%{version}.tar.bz2 BuildRequires: fdupes BuildRequires: sgml-skel BuildRequires: unzip @@ -54,8 +53,7 @@ http://www.w3.org/Style/XSL/ %define xml_sysconf_dir %{_sysconfdir}/xml %prep -# %%setup -q -n docbook-xsl-%%{pack_vers} -b 10 -%setup -q -n docbook-xsl-%{pack_vers} -b 1 +%setup -q -n docbook-xsl-%{pack_vers} # mv epub/bin/dbtoepub epub/bin/dbtoepub.tmp sed -i 's=@@EPUBDIR@@=%{xml_mod_style_prod_dir}/current//epub/bin=' epub/bin/dbtoepub |