Search
j0ke.net Open Build Service
>
Projects
>
devel
:
python
>
python-babel
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Changed
python-babel.spec
@@ -28,7 +28,10 @@ BuildArch: noarch %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: fdupes python-devel python-setuptools +%if 0%{?suse_version} >= 1030 +BuildRequires: fdupes +%endif +BuildRequires: python-devel python-setuptools %{py_requires} Summary: Tools for Internationalizing Python Apps @@ -48,7 +51,7 @@ %install %__python setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES -%if 0%{?suse_version} > 1010 +%if 0%{?suse_version} >= 1030 %fdupes %{buildroot} %endif