Accepting request 110851 from devel:languages:perl
Reflect changes on libxslt package (-tool subpackage created) (forwarded request 110848 from elchevive) OBS-URL: https://build.opensuse.org/request/show/110851 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/po4a?expand=0&rev=3
This commit is contained in:
commit
38a8f552fe
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 23 18:24:17 UTC 2012 - elchevive@opensuse.org
|
||||
|
||||
- Reflect changes on libxslt package (-tool subpackage created)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 21 13:45:36 UTC 2012 - elchevive@opensuse.org
|
||||
|
||||
|
14
po4a.spec
14
po4a.spec
@ -26,9 +26,13 @@ Url: http://po4a.alioth.debian.org/
|
||||
Group: Development/Tools/Other
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
%if 0%{?suse_version} >= 1210
|
||||
%if 0%{?suse_version} > 1210
|
||||
BuildRequires: libxslt-tools
|
||||
%endif
|
||||
%if 0%{?suse_version} == 1210
|
||||
BuildRequires: libxslt1
|
||||
%else
|
||||
%endif
|
||||
%if 0%{?suse_version} < 1210
|
||||
BuildRequires: libxslt
|
||||
%endif
|
||||
BuildRequires: perl-gettext
|
||||
@ -43,14 +47,10 @@ 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
|
||||
%{perl_requires}
|
||||
%lang_package
|
||||
|
||||
%description
|
||||
|
Loading…
x
Reference in New Issue
Block a user