Changes of Revision 2
[-] | Changed | python-babel.spec |
x 1
2 BuildArch: noarch 3 %endif 4 BuildRoot: %{_tmppath}/%{name}-%{version}-build 5 -BuildRequires: fdupes python-devel python-setuptools 6 +%if 0%{?suse_version} >= 1030 7 +BuildRequires: fdupes 8 +%endif 9 +BuildRequires: python-devel python-setuptools 10 %{py_requires} 11 Summary: Tools for Internationalizing Python Apps 12 13
14 %install 15 %__python setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES 16 17 -%if 0%{?suse_version} > 1010 18 +%if 0%{?suse_version} >= 1030 19 %fdupes %{buildroot} 20 %endif 21 22 |