Changes of Revision 2
[-] | Changed | python-mako.spec |
x 1
2 %{py_requires} 3 BuildRequires: python-devel 4 BuildRequires: python-setuptools 5 +%if 0%{?suse_version} >= 1030 6 BuildRequires: fdupes 7 +%endif 8 Requires: python-beaker >= 1.1 9 Requires: python-markupsafe 10 %if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1} 11
12 13 %install 14 python setup.py install --single-version-externally-managed --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES 15 +%if 0%{?suse_version} >= 1030 16 %fdupes %buildroot 17 +%endif 18 19 %clean 20 rm -rf %{buildroot} 21 |