diff options
author | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-11-06 11:57:45 +0100 |
---|---|---|
committer | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-11-06 11:58:13 +0100 |
commit | d278c2ef3ca0ba1a9c2fdc423705c74e02f2d67a (patch) | |
tree | 92d457b891306214f075a5539bf26362414b3e65 | |
parent | 9657ee185aacd7e7d3863f71069dfb046162d1a6 (diff) | |
download | docbook-xsl-stylesheets-sandbox/kevinthierry/bump-1.78.1.tar.gz docbook-xsl-stylesheets-sandbox/kevinthierry/bump-1.78.1.tar.bz2 docbook-xsl-stylesheets-sandbox/kevinthierry/bump-1.78.1.zip |
Bump to version 1.78.1sandbox/kevinthierry/bump-1.78.1
Bug-Tizen: TC-1915
Change-Id: I490fc80366bfd642b2965aa9f0e2ebfaffa9cd6e
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
-rw-r--r-- | packaging/docbook-xsl-stylesheets.spec | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/packaging/docbook-xsl-stylesheets.spec b/packaging/docbook-xsl-stylesheets.spec index 48f71e1..4af1e5a 100644 --- a/packaging/docbook-xsl-stylesheets.spec +++ b/packaging/docbook-xsl-stylesheets.spec @@ -1,15 +1,14 @@ -%define pack_vers 1.77.1 %define regcat /usr/bin/sgml-register-catalog Name: docbook-xsl-stylesheets -Version: 1.77.1 +Version: 1.78.1 Release: 0 License: MPL-1.1 and MIT 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 +Group: Base/Utilities +Source0: http://switch.dl.sourceforge.net/sourceforge/docbook/docbook-xsl-%{version}.tar.bz2 +Source1001: docbook-xsl-stylesheets.manifest BuildRequires: fdupes BuildRequires: sgml-skel BuildRequires: unzip @@ -54,7 +53,7 @@ http://www.w3.org/Style/XSL/ %define xml_sysconf_dir %{_sysconfdir}/xml %prep -%setup -q -n docbook-xsl-%{pack_vers} +%setup -q -n docbook-xsl-%{version} cp %{SOURCE1001} . # mv epub/bin/dbtoepub epub/bin/dbtoepub.tmp @@ -214,5 +213,3 @@ fi # it is now in the list: # %%{xml_mod_style_prod_dir}/current %{_bindir}/* - -%changelog |