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.1 by steen, Tue Aug 22 23:17:03 2006 UTC vs.
Revision 1.13 by lat, Mon Oct 20 10:21:32 2008 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines