forked from pool/suse-xsl-stylesheets
Bugfix: Stylesheet files were not packed
OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/suse-xsl-stylesheets?expand=0&rev=2
This commit is contained in:
parent
32f694c53f
commit
c067f11978
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:3d6177932f68f36e8a94a7bfc48c9b860c07563e2fe066f583cbf2c92e4985a2
|
oid sha256:450db5c482379d05a9f2ce17b80db8e6b8bb8aa9154c203649dd0ee41ddfbe5b
|
||||||
size 141299
|
size 141334
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 7 15:55:49 UTC 2012 - fsundermeyer@opensuse.org
|
||||||
|
|
||||||
|
Bugfix: Stylesheet files were not packed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 7 14:26:16 UTC 2012 - fsundermeyer@opensuse.org
|
Tue Feb 7 14:26:16 UTC 2012 - fsundermeyer@opensuse.org
|
||||||
|
|
||||||
|
@ -30,6 +30,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: docbook-xsl-stylesheets >= 1.75
|
BuildRequires: docbook-xsl-stylesheets >= 1.75
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: trang
|
BuildRequires: trang
|
||||||
@ -61,6 +62,9 @@ the DocBook 4 DTD.
|
|||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
# create symlinks:
|
||||||
|
%fdupes -s $RPM_BUILD_ROOT/%{_datadir}
|
||||||
|
|
||||||
#----------------------
|
#----------------------
|
||||||
%post
|
%post
|
||||||
# register catalogs
|
# register catalogs
|
||||||
@ -118,7 +122,7 @@ exit 0
|
|||||||
%dir %{_defaultdocdir}/%{name}
|
%dir %{_defaultdocdir}/%{name}
|
||||||
|
|
||||||
# stylesheets
|
# stylesheets
|
||||||
%{_datadir}/xml/docbook/stylesheet/suse
|
%{_datadir}/xml/docbook/stylesheet/suse/*
|
||||||
|
|
||||||
# NovDoc Schemas
|
# NovDoc Schemas
|
||||||
%{_datadir}/xml/%{dtdname}/schema/dtd/%{dtdversion}/*
|
%{_datadir}/xml/%{dtdname}/schema/dtd/%{dtdversion}/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user