Search
j0ke.net Open Build Service
>
Projects
>
devel
:
python
>
python-mako
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Changed
python-mako.spec
@@ -30,7 +30,9 @@ %{py_requires} BuildRequires: python-devel BuildRequires: python-setuptools +%if 0%{?suse_version} >= 1030 BuildRequires: fdupes +%endif Requires: python-beaker >= 1.1 Requires: python-markupsafe %if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1} @@ -60,7 +62,9 @@ %install python setup.py install --single-version-externally-managed --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES +%if 0%{?suse_version} >= 1030 %fdupes %buildroot +%endif %clean rm -rf %{buildroot}