new upstream release 1.79.2 - upstream moved to github , switch online content to docbook CDN
This commit is contained in:
parent
23365309bd
commit
89351caa6a
@ -1,5 +1,5 @@
|
|||||||
Name: docbook5-style-xsl
|
Name: docbook5-style-xsl
|
||||||
Version: 1.79.1
|
Version: 1.79.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
|
|
||||||
@ -8,7 +8,7 @@ Summary: Norman Walsh's XSL stylesheets for DocBook 5.X
|
|||||||
# Package is licensed as MIT/X (http://wiki.docbook.org/topic/DocBookLicense),
|
# Package is licensed as MIT/X (http://wiki.docbook.org/topic/DocBookLicense),
|
||||||
# some .js files under ./slides/browser/ are licensed MPLv1.1
|
# some .js files under ./slides/browser/ are licensed MPLv1.1
|
||||||
License: MIT and MPLv1.1
|
License: MIT and MPLv1.1
|
||||||
URL: http://wiki.docbook.org/DocBookXslStylesheets
|
URL: https://github.com/docbook/xslt10-stylesheets
|
||||||
|
|
||||||
Provides: docbook-xsl-ns = %{version}
|
Provides: docbook-xsl-ns = %{version}
|
||||||
# xml-common was using /usr/share/xml until 0.6.3-8.
|
# xml-common was using /usr/share/xml until 0.6.3-8.
|
||||||
@ -19,7 +19,7 @@ Requires(postun): libxml2 >= 2.4.8
|
|||||||
Conflicts: passivetex < 1.21
|
Conflicts: passivetex < 1.21
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Source0: http://downloads.sourceforge.net/docbook/docbook-xsl-ns-%{version}.tar.bz2
|
Source0: https://github.com/docbook/xslt10-stylesheets/releases/download/release%2F{%version}/docbook-xsl-%{version}.tar.bz2
|
||||||
|
|
||||||
%description
|
%description
|
||||||
These XSL namespace aware stylesheets allow you to transform any
|
These XSL namespace aware stylesheets allow you to transform any
|
||||||
@ -45,7 +45,7 @@ This package contains Java extensions for XSL namespace aware stylesheets.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n docbook-xsl-ns-%{version}
|
%setup -q -n docbook-xsl-%{version}
|
||||||
#remove .gitignore files
|
#remove .gitignore files
|
||||||
rm -rf $(find -name '.gitignore' -type f)
|
rm -rf $(find -name '.gitignore' -type f)
|
||||||
#make ruby scripts executable
|
#make ruby scripts executable
|
||||||
@ -85,16 +85,16 @@ rm -rf $DESTDIR%{_datadir}/sgml/docbook/xsl-ns-stylesheets/install.sh
|
|||||||
%post
|
%post
|
||||||
CATALOG=%{_sysconfdir}/xml/catalog
|
CATALOG=%{_sysconfdir}/xml/catalog
|
||||||
%{_bindir}/xmlcatalog --noout --add "rewriteSystem" \
|
%{_bindir}/xmlcatalog --noout --add "rewriteSystem" \
|
||||||
"http://docbook.sourceforge.net/release/xsl-ns/%{version}" \
|
"http://cdn.docbook.org/release/xsl/%{version}" \
|
||||||
"file://%{_datadir}/sgml/docbook/xsl-ns-stylesheets-%{version}" $CATALOG
|
"file://%{_datadir}/sgml/docbook/xsl-ns-stylesheets-%{version}" $CATALOG
|
||||||
%{_bindir}/xmlcatalog --noout --add "rewriteURI" \
|
%{_bindir}/xmlcatalog --noout --add "rewriteURI" \
|
||||||
"http://docbook.sourceforge.net/release/xsl-ns/%{version}" \
|
"http://cdn.docbook.org/release/xsl/%{version}" \
|
||||||
"file://%{_datadir}/sgml/docbook/xsl-ns-stylesheets-%{version}" $CATALOG
|
"file://%{_datadir}/sgml/docbook/xsl-ns-stylesheets-%{version}" $CATALOG
|
||||||
%{_bindir}/xmlcatalog --noout --add "rewriteSystem" \
|
%{_bindir}/xmlcatalog --noout --add "rewriteSystem" \
|
||||||
"http://docbook.sourceforge.net/release/xsl-ns/current" \
|
"http://cdn.docbook.org/release/xsl/current/" \
|
||||||
"file://%{_datadir}/sgml/docbook/xsl-ns-stylesheets-%{version}" $CATALOG
|
"file://%{_datadir}/sgml/docbook/xsl-ns-stylesheets-%{version}" $CATALOG
|
||||||
%{_bindir}/xmlcatalog --noout --add "rewriteURI" \
|
%{_bindir}/xmlcatalog --noout --add "rewriteURI" \
|
||||||
"http://docbook.sourceforge.net/release/xsl-ns/current" \
|
"http://cdn.docbook.org/release/xsl/current/" \
|
||||||
"file://%{_datadir}/sgml/docbook/xsl-ns-stylesheets-%{version}" $CATALOG
|
"file://%{_datadir}/sgml/docbook/xsl-ns-stylesheets-%{version}" $CATALOG
|
||||||
|
|
||||||
|
|
||||||
@ -107,6 +107,10 @@ if [ "$1" = 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 02 2017 Ondrej Vasik <ovasik@redhat.com> - 1.79.2-1
|
||||||
|
- new upstream release 1.79.2
|
||||||
|
- upstream moved to github, switch online content to docbook CDN
|
||||||
|
|
||||||
* Fri Jul 08 2016 Ondrej Vasik <ovasik@redhat.com> - 1.79.1-1
|
* Fri Jul 08 2016 Ondrej Vasik <ovasik@redhat.com> - 1.79.1-1
|
||||||
- new upstream release 1.79.1
|
- new upstream release 1.79.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user