Accepting request 230731 from home:sumski:hazard:to:your:stereo

- Update to 0.22.3
 * No changelog provided
- Demos are no longer included

this has necessary adjustments for openssl w/o sslv2; needed for Factory!

OBS-URL: https://build.opensuse.org/request/show/230731
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-M2Crypto?expand=0&rev=19
This commit is contained in:
Tomáš Chvátal 2014-04-18 10:25:05 +00:00 committed by Git OBS Bridge
parent 655f42357b
commit 8a64ef5bf4
4 changed files with 13 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25b94498505c2d800ee465db0cc1aff097b1615adc3ac042a1c85ceca264fc0a
size 413563

3
M2Crypto-0.22.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6071bfc817d94723e9b458a010d565365104f84aa73f7fe11919871f7562ff72
size 74795

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 17 19:49:12 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 0.22.3
* No changelog provided
- Demos are no longer included
-------------------------------------------------------------------
Thu Oct 24 11:08:11 UTC 2013 - speilicke@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package python-M2Crypto
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: python-M2Crypto
Version: 0.21.1
Version: 0.22.3
Release: 0
Url: http://chandlerproject.org/bin/view/Projects/MeTooCrypto
Summary: Crypto and SSL toolkit for Python
@ -69,12 +69,10 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
#chmod 0644 demo/{https.howto/get_https,ssl/twistedsslclient,ssl/twistedsslserver,tinderbox/slave,x509/certdata2pem}.py
export DOCDIR=%{buildroot}%{_docdir}/%{name}
chmod -R -x+X demo
mkdir -p $DOCDIR
cp -r demo $DOCDIR
%fdupes $DOCDIR
install -m 644 CHANGES LICENCE README $DOCDIR
install -m 644 README $DOCDIR
%files
%defattr(-,root,root)