Mageia Bugzilla – Attachment 4757 Details for
Bug 12274
VERSION.xsl is not part of the distribution - some procedures fail
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Patch to fix the problem.
docbook5-style.diff (text/plain), 982 bytes, created by
Shlomi Fish
on 2014-01-12 15:05:23 CET
(
hide
)
Description:
Patch to fix the problem.
Filename:
MIME Type:
Creator:
Shlomi Fish
Created:
2014-01-12 15:05:23 CET
Size:
982 bytes
patch
obsolete
>Index: SPECS/docbook5-style-xsl.spec >=================================================================== >--- SPECS/docbook5-style-xsl.spec (revision 566351) >+++ SPECS/docbook5-style-xsl.spec (working copy) >@@ -1,6 +1,6 @@ > Name: docbook5-style-xsl > Version: 1.78.1 >-Release: %mkrel 2 >+Release: %mkrel 3 > Summary: Norman Walsh's XSL stylesheets for DocBook 5.X > Group: Publishing > License: MIT, MPLv1.1 >@@ -29,7 +29,7 @@ > %install > mkdir -p %{buildroot}%{_datadir}/sgml/docbook/xsl-ns-stylesheets-%version > cp -a [[:lower:]]* %{buildroot}%{_datadir}/sgml/docbook/xsl-ns-stylesheets-%version/ >-cp -a VERSION %{buildroot}%{_datadir}/sgml/docbook/xsl-ns-stylesheets-%version/ >+cp -a VERSION VERSION.xsl %{buildroot}%{_datadir}/sgml/docbook/xsl-ns-stylesheets-%version/ > ln -s xsl-ns-stylesheets-%{version} %{buildroot}%{_datadir}/sgml/docbook/xsl-ns-stylesheets > > rm -rf %{buildroot}%{_datadir}/sgml/docbook/xsl-ns-stylesheets/extensions
Index: SPECS/docbook5-style-xsl.spec =================================================================== --- SPECS/docbook5-style-xsl.spec (revision 566351) +++ SPECS/docbook5-style-xsl.spec (working copy) @@ -1,6 +1,6 @@ Name: docbook5-style-xsl Version: 1.78.1 -Release: %mkrel 2 +Release: %mkrel 3 Summary: Norman Walsh's XSL stylesheets for DocBook 5.X Group: Publishing License: MIT, MPLv1.1 @@ -29,7 +29,7 @@ %install mkdir -p %{buildroot}%{_datadir}/sgml/docbook/xsl-ns-stylesheets-%version cp -a [[:lower:]]* %{buildroot}%{_datadir}/sgml/docbook/xsl-ns-stylesheets-%version/ -cp -a VERSION %{buildroot}%{_datadir}/sgml/docbook/xsl-ns-stylesheets-%version/ +cp -a VERSION VERSION.xsl %{buildroot}%{_datadir}/sgml/docbook/xsl-ns-stylesheets-%version/ ln -s xsl-ns-stylesheets-%{version} %{buildroot}%{_datadir}/sgml/docbook/xsl-ns-stylesheets rm -rf %{buildroot}%{_datadir}/sgml/docbook/xsl-ns-stylesheets/extensions
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 12274
: 4757