This commit is contained in:
parent
7529712fb5
commit
75c249501b
14
po4a.spec
14
po4a.spec
@ -26,7 +26,11 @@ Url: http://po4a.alioth.debian.org/
|
||||
Group: Development/Tools/Other
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
%if 0%{?suse_version} >= 1210
|
||||
BuildRequires: libxslt1
|
||||
%else
|
||||
BuildRequires: libxslt
|
||||
%endif
|
||||
BuildRequires: perl-gettext
|
||||
BuildRequires: perl-Module-Build
|
||||
BuildRequires: perl-SGMLS
|
||||
@ -39,6 +43,11 @@ BuildRequires: iso_ent
|
||||
BuildRequires: opensp
|
||||
BuildRequires: perl-HTML-Parser
|
||||
BuildRequires: texlive
|
||||
%if 0%{?suse_version} < 1140
|
||||
Requires: perl = %{perl_version}
|
||||
%else
|
||||
%{perl_requires}
|
||||
%endif
|
||||
Requires: %{name}-lang = %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
@ -85,10 +94,11 @@ rm -rf %{buildroot}
|
||||
%dir %{perl_vendorlib}/Locale/
|
||||
%{perl_vendorlib}/Locale/Po4a
|
||||
%{_mandir}/man[1357]/*
|
||||
%dir %{_mandir}/ca
|
||||
%dir %{_mandir}/pl
|
||||
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%dir %{_mandir}/ca
|
||||
%dir %{_mandir}/pl
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user