[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/m2crypto/devel m2crypto.spec,1.25,1.26
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/m2crypto/devel m2crypto.spec,1.25,1.26
- Date: Tue, 26 Sep 2006 07:15:33 -0400
Author: mitr
Update of /cvs/dist/rpms/m2crypto/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24837
Modified Files:
m2crypto.spec
Log Message:
* Tue Sep 26 2006 Miloslav Trmac <mitr redhat com> - 0.16-4
- Drop Obsoletes: openssl-python, openssl-python was last shipped in RHL 7.1
- Fix interpreter paths in demos
Index: m2crypto.spec
===================================================================
RCS file: /cvs/dist/rpms/m2crypto/devel/m2crypto.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- m2crypto.spec 23 Sep 2006 19:18:22 -0000 1.25
+++ m2crypto.spec 26 Sep 2006 11:15:30 -0000 1.26
@@ -3,7 +3,7 @@
Summary: Support for using OpenSSL in python scripts
Name: m2crypto
Version: 0.16
-Release: 3
+Release: 4
Source0: http://wiki.osafoundation.org/pub/Projects/MeTooCrypto/m2crypto-%{version}.tar.gz
License: BSDish
Group: System Environment/Libraries
@@ -12,7 +12,6 @@
BuildRequires: openssl-devel, python-devel
BuildRequires: perl, pkgconfig, swig, unzip
Requires: python
-Obsoletes: openssl-python
%description
This package allows you to call OpenSSL functions from python scripts.
@@ -51,6 +50,14 @@
python setup.py install --root=$RPM_BUILD_ROOT
+for i in medusa medusa054; do
+ sed -i -e '1s,#! /usr/local/bin/python,#! /usr/bin/python,' \
+ demo/$i/http_server.py
+done
+
+# Windows-only
+rm demo/Zope/starts.bat
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -60,6 +67,10 @@
%{python_sitearch}/M2Crypto
%changelog
+* Tue Sep 26 2006 Miloslav Trmac <mitr redhat com> - 0.16-4
+- Drop Obsoletes: openssl-python, openssl-python was last shipped in RHL 7.1
+- Fix interpreter paths in demos
+
* Sat Sep 23 2006 Miloslav Trmac <mitr redhat com> - 0.16-3
- Make more compliant with Fedora guidelines
- Update URL:
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]