Search
j0ke.net Open Build Service
>
Projects
>
devel
:
python
>
python-ReportLab
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Changed
python-ReportLab.spec
@@ -31,7 +31,10 @@ BuildRequires: python-xml BuildRequires: libjpeg-devel BuildRequires: giflib-devel -BuildRequires: fdupes python-imaging +%if 0%{?suse_version} >= 1030 +BuildRequires: fdupes +%endif +BuildRequires: python-imaging # python-ReportLab is needed by HPLIP for fax coverpages # but faxing in HPLIP works also without coverpages: Supplements: hplip @@ -91,7 +94,9 @@ %__python ./setup.py install -O1 --skip-build --prefix="%{_prefix}" --root="%{buildroot}" --record=INSTALLED_FILES find %{buildroot} -name "*pyc" -exec rm {} \; sed -i '/pyc$/d' INSTALLED_FILES +%if 0%{?suse_version} >= 1030 %fdupes %{buildroot} +%endif %clean rm -rf %{buildroot}