- Narrow the scops of fdupes (see bnc#784670)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-M2Crypto?expand=0&rev=10
This commit is contained in:
parent
6fa97fc6e7
commit
e60e7b485f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 31 13:09:21 UTC 2012 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Narrow the scops of fdupes (see bnc#784670)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 24 13:49:57 UTC 2012 - bwiedemann@suse.com
|
Tue Jan 24 13:49:57 UTC 2012 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: python-M2Crypto
|
Name: python-M2Crypto
|
||||||
Version: 0.21.1
|
Version: 0.21.1
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -66,7 +65,7 @@ CFLAGS="%{optflags}" python setup.py build
|
|||||||
chmod 0644 demo/{https.howto/get_https,ssl/twistedsslclient,ssl/twistedsslserver,tinderbox/slave,x509/certdata2pem}.py # Fix executable bit for documentation:
|
chmod 0644 demo/{https.howto/get_https,ssl/twistedsslclient,ssl/twistedsslserver,tinderbox/slave,x509/certdata2pem}.py # Fix executable bit for documentation:
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
%if 0%{?suse_version} > 1010
|
%if 0%{?suse_version} > 1010
|
||||||
%fdupes -s .
|
%fdupes -s demo
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user