OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 13-Feb-2005 16:04:42
Branch: HEAD Handle: 2005021315044200
Modified files:
openpkg-src/python python.spec
Log:
fix installation and remove some executable files
Summary:
Revision Changes Path
1.56 +4 -5 openpkg-src/python/python.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/python/python.spec
============================================================================
$ cvs diff -u -r1.55 -r1.56 python.spec
--- openpkg-src/python/python.spec 1 Jan 2005 10:54:10 -0000 1.55
+++ openpkg-src/python/python.spec 13 Feb 2005 15:04:42 -0000 1.56
@@ -34,7 +34,7 @@
Group: Language
License: GPL
Version: 2.4
-Release: 20041201
+Release: 20050213
# list of sources
Source0:
ftp://ftp.python.org/pub/python/%{version}/Python-%{version}.tar.bz2
@@ -110,10 +110,9 @@
%install
rm -rf $RPM_BUILD_ROOT
- %{l_make} %{l_mflags} \
- prefix=$RPM_BUILD_ROOT%{l_prefix} \
- exec_prefix=$RPM_BUILD_ROOT%{l_prefix} \
- install
+ %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
+ rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/smtpd.py
+ rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/idle
rm -rf $RPM_BUILD_ROOT%{l_prefix}/lib/python/test
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]