diff --git a/m2crypto.spec b/m2crypto.spec index c04b73b..92bb0fb 100644 --- a/m2crypto.spec +++ b/m2crypto.spec @@ -3,9 +3,8 @@ Summary: Support for using OpenSSL in python scripts. Name: m2crypto Version: 0.05_snap4 -Release: 1 +Release: 2 Source: m2crypto-%{version}.zip -Patch: m2crypto-0.05-snap4-include.patch License: BSD Group: System Environment/Libraries URL: http://www.post1.com/home/ngps/m2/ @@ -17,9 +16,9 @@ Obsoletes: openssl-python %description This package allows you to call OpenSSL functions from python scripts. + %prep %setup -n m2crypto-0.05-snap4 -q -%patch -p1 -b .include for file in demo/evp_ciph_test.py demo/bio_ciph_test.py swig/_evp.i ; do grep -v idea_ ${file} > ${file}.tmp grep -v rc5_ ${file}.tmp > ${file} @@ -59,5 +58,8 @@ python -c "import compileall; compileall.compile_dir('"$RPM_BUILD_ROOT%{_libdir} %postun -p /sbin/ldconfig %changelog +* Thu Aug 23 2001 Nalin Dahyabhai +- drop patch which isn't needed because we know swig is installed + * Mon Apr 9 2001 Nalin Dahyabhai - break off from openssl-python