ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/py2-pyopenssl.spec
(Generate patch)

Comparing COMP/CMSDIST/py2-pyopenssl.spec (file contents):
Revision 1.3 by ratnik, Wed Apr 18 23:46:02 2007 UTC vs.
Revision 1.12 by fvlingen, Thu Aug 28 08:23:40 2008 UTC

# Line 1 | Line 1
1 < ### RPM external py2-pyopenssl 0.6.900
2 < Requires: gcc-wrapper
3 < %define pythonv %(echo $PYTHON_VERSION | cut -d. -f 1,2)
1 > ### RPM external py2-pyopenssl 0.7
2 > %define pythonv `echo $PYTHON_VERSION | cut -d. -f 1,2`
3   ## INITENV +PATH PYTHONPATH %{i}/lib/python%{pythonv}/site-packages
4   ## INITENV +PATH PATH %{i}/bin
5  
6 < Summary: A Python wrapper for OpenSSL
7 < Group: Development/Libraries
9 < Packager: Conrad Steenberg <conrad@hep.caltech.edu>
10 < Source: http://julian.ultralight.org/clarens/devel/pyOpenSSL-%v.tar.gz
6 > #Source: http://downloads.sourceforge.net/pyopenssl/pyOpenSSL-%v.tar.gz
7 > Source: http://downloads.sourceforge.net/pyopenssl/pyOpenSSL-%{realversion}.tar.gz
8   Requires: python openssl
9   %prep
10 < %setup -n pyOpenSSL-%{v}
10 > %setup -n pyOpenSSL-%{realversion}
11 > #%setup -n %n-%{realversion}
12  
13   %build
16 ## IMPORT gcc-wrapper
14   CFLAGS="-I$OPENSSL_ROOT/include -I$OPENSSL_ROOT/include/openssl" LDFLAGS="-L$OPENSSL_ROOT/lib" \
15   python setup.py build
16  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines