add missing requires in pdf subpackage added due to texlive update (#875344)
This commit is contained in:
parent
7371bfd6e5
commit
330446baa2
@ -1,6 +1,6 @@
|
|||||||
Name: docbook-utils
|
Name: docbook-utils
|
||||||
Version: 0.6.14
|
Version: 0.6.14
|
||||||
Release: 31%{?dist}
|
Release: 32%{?dist}
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
|
|
||||||
Summary: Shell scripts for managing DocBook documents
|
Summary: Shell scripts for managing DocBook documents
|
||||||
@ -14,7 +14,6 @@ Requires: perl-SGMLSpm >= 1.03ii
|
|||||||
Requires: which grep gawk
|
Requires: which grep gawk
|
||||||
Requires: text-www-browser
|
Requires: text-www-browser
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
||||||
BuildRequires: perl-SGMLSpm, openjade, docbook-style-dsssl
|
BuildRequires: perl-SGMLSpm, openjade, docbook-style-dsssl
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -47,6 +46,8 @@ for comparing SGML files.
|
|||||||
Requires: jadetex >= 2.5
|
Requires: jadetex >= 2.5
|
||||||
Requires: docbook-utils = %{version}
|
Requires: docbook-utils = %{version}
|
||||||
Requires: tex(dvips)
|
Requires: tex(dvips)
|
||||||
|
Requires: texlive-collection-fontsrecommended
|
||||||
|
Requires: texlive-collection-htmlxml
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
Obsoletes: stylesheets-db2pdf <= %{version}-%{release}
|
Obsoletes: stylesheets-db2pdf <= %{version}-%{release}
|
||||||
@ -76,7 +77,6 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
export DESTDIR=$RPM_BUILD_ROOT
|
export DESTDIR=$RPM_BUILD_ROOT
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make install prefix=%{_prefix} mandir=%{_mandir} docdir=/tmp
|
make install prefix=%{_prefix} mandir=%{_mandir} docdir=/tmp
|
||||||
for util in dvi html pdf ps rtf
|
for util in dvi html pdf ps rtf
|
||||||
do
|
do
|
||||||
@ -93,8 +93,6 @@ install -p -m 755 %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/sgml/docbook/utils-%{ver
|
|||||||
rm -rf $RPM_BUILD_ROOT/tmp
|
rm -rf $RPM_BUILD_ROOT/tmp
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr (-,root,root,-)
|
%defattr (-,root,root,-)
|
||||||
@ -138,6 +136,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/*/docbook2ps.*
|
%{_mandir}/*/docbook2ps.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 12 2012 Ondrej Vasik <ovasik@redhat.com> 0.6.14-32
|
||||||
|
- add missing requires in pdf subpackage added due to texlive
|
||||||
|
update (#875344)
|
||||||
|
|
||||||
* Wed May 30 2012 Ondrej Vasik <ovasik@redhat.com> 0.6.14-31
|
* Wed May 30 2012 Ondrej Vasik <ovasik@redhat.com> 0.6.14-31
|
||||||
- fix escaping of double-quotes in docbook2man (#826139)
|
- fix escaping of double-quotes in docbook2man (#826139)
|
||||||
- fix the wrong format of C-style functions in docbook2man (#662869)
|
- fix the wrong format of C-style functions in docbook2man (#662869)
|
||||||
|
Loading…
Reference in New Issue
Block a user