Logoj0ke.net Open Build Service > Projects > devel:python > python-simplejson > Changes
Sign Up | Log In

Changes of Revision 2

[-] Changed python-simplejson.spec
x
 
1
@@ -25,7 +25,9 @@
2
 Url:            http://undefined.org/python/#simplejson
3
 Group:          Development/Libraries/Python
4
 Source:         simplejson-%{version}.tar.bz2
5
+%if 0%{?suse_version} >= 1030
6
 BuildRequires:  fdupes
7
+%endif
8
 BuildRequires:  python
9
 BuildRequires:  python-devel
10
 BuildRequires:  python-setuptools
11
@@ -61,7 +63,9 @@
12
 
13
 %install
14
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
15
+%if 0%{?suse_version} >= 1030
16
 %fdupes %{buildroot}
17
+%endif
18
 
19
 %clean
20
 %{__rm} -rf %{buildroot}
21