Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17:/tmp/cvs-serv32206
Modified Files:
ccpnmr-py.info ccpnmr-py.patch
Log Message:
Update from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1757160&group_id=17203&atid=414256
Index: ccpnmr-py.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/ccpnmr-py.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ccpnmr-py.patch 29 Jan 2007 19:47:03 -0000 1.5
+++ ccpnmr-py.patch 2 Aug 2007 23:40:02 -0000 1.6
@@ -146,36 +146,3 @@
ALL_LIB = $(GL_LIB) $(TK_LIB) $(TCL_LIB) $(X11_LIB) $(MATH_LIB)
-diff -urN ccpnmr.orig/bin/ccpnmr-postupdate ccpnmr/bin/ccpnmr-postupdate
---- ccpnmr.orig/bin/ccpnmr-postupdate 1970-01-01 01:00:00.000000000 +0100
-+++ ccpnmr/bin/ccpnmr-postupdate 2006-12-04 19:56:48.000000000 +0000
-@@ -0,0 +1,13 @@
-+#!/bin/sh
-+
-+cd @PREFIX@/lib/python2.X/site-packages/ccpnmr/ccpnmr1.0/
-+sudo find . -name \*.pyo -delete
-+sudo find . -name \*.pyc -delete
-+
-+cd @PREFIX@/lib/python2.X/site-packages/ccpnmr/ccpnmr1.0/c
-+sudo make clean; sudo make; sudo make links
-+
-+cd @PREFIX@/lib/python2.X/site-packages
-+sudo @PREFIX@/bin/python2.X -O @PREFIX@/lib/python2.X/compileall.py
ccpnmr/ccpnmr1.0
-+
-+echo "Your CcpNmr (analysis) updates are now activated!"
-diff -urN ccpnmr.orig/bin/ccpnmr-bytecompile ccpnmr/bin/ccpnmr-bytecompile
---- ccpnmr.orig/bin/ccpnmr-bytecompile 1970-01-01 01:00:00.000000000 +0100
-+++ ccpnmr/bin/ccpnmr-bytecompile 2006-12-20 14:51:06.000000000 +0000
-@@ -0,0 +1,10 @@
-+#!/bin/sh
-+
-+cd @PREFIX@/lib/python2.X/site-packages/ccpnmr/ccpnmr1.0/
-+sudo find . -name \*.pyo -delete
-+sudo find . -name \*.pyc -delete
-+
-+cd @PREFIX@/lib/python2.X/site-packages
-+sudo @PREFIX@/bin/python2.X -O @PREFIX@/lib/python2.X/compileall.py
ccpnmr/ccpnmr1.0
-+
-+echo "Your CcpNmr (analysis) installation python code is now byte-compiled!"
-
-
Index: ccpnmr-py.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/ccpnmr-py.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- ccpnmr-py.info 16 Jun 2007 22:30:55 -0000 1.11
+++ ccpnmr-py.info 2 Aug 2007 23:40:01 -0000 1.12
@@ -1,8 +1,7 @@
Info2: <<
Package: ccpnmr-py%type_pkg[python]
-Version: 1.0.13
+Version: 1.0.15
Revision: 1
-Distribution: (%type_pkg[python] = 23) 10.3, (%type_pkg[python] = 23) 10.4
Type: python (2.3 2.4 2.5)
@@ -20,7 +19,7 @@
Source: ftp://www.bio.cam.ac.uk/pub/ccpnmr/analysis%v.tar.gz
SourceDirectory: ccpnmr
-Source-MD5: a5e2d0ca2b8b079f59cbe7458db6e01c
+Source-MD5: b713a3ecec90fc74e730eb2db04191b4
PatchScript: sed 's,@PREFIX@,%p,g' < %a/ccpnmr-py.patch | sed
's,python2.X,python%type_raw[python],g' | patch -p1
@@ -44,18 +43,12 @@
mkdir -p %i/bin
cp %b/bin/analysis %i/bin/analysis-py%type_pkg[python]
cp %b/bin/formatConverter %i/bin/formatConverter-py%type_pkg[python]
-cp %b/bin/ccpnmr-postupdate %i/bin/ccpnmr-postupdate-py%type_pkg[python]
-cp %b/bin/ccpnmr-bytecompile %i/bin/ccpnmr-bytecompile-py%type_pkg[python]
chmod 755 %i/bin/analysis-py%type_pkg[python]
chmod 755 %i/bin/formatConverter-py%type_pkg[python]
-chmod 755 %i/bin/ccpnmr-postupdate-py%type_pkg[python]
-chmod 755 %i/bin/ccpnmr-bytecompile-py%type_pkg[python]
ln -s %p/bin/analysis-py%type_pkg[python] %i/bin/analysis
ln -s %p/bin/formatConverter-py%type_pkg[python] %i/bin/formatConverter
-ln -s %p/bin/ccpnmr-postupdate-py%type_pkg[python] %i/bin/ccpnmr-postupdate
-ln -s %p/bin/ccpnmr-bytecompile-py%type_pkg[python] %i/bin/ccpnmr-bytecompile
mkdir -p %i/lib/python%type_raw[python]/site-packages/ccpnmr/ccpnmr1.0
cp -r %b/ccpnmr1.0/c
%i/lib/python%type_raw[python]/site-packages/ccpnmr/ccpnmr1.0/
@@ -79,7 +72,7 @@
Depends: ccpnmr-py%type_pkg[python]
Conflicts: ccpnmr-py23-bin, ccpnmr-py24-bin, ccpnmr-py25-bin
Replaces: ccpnmr-py23-bin, ccpnmr-py24-bin, ccpnmr-py25-bin
- Files: bin/analysis bin/formatConverter bin/ccpnmr-postupdate
bin/ccpnmr-bytecompile
+ Files: bin/analysis bin/formatConverter
DocFiles: ccpnmr1.0/license/CCPN.license ccpnmr1.0/license/LGPL.license
<<
@@ -123,16 +116,5 @@
analysis or formatConverter. You need to use a new xterm
window or terminal window for the path to the commands to
be sourced.
-
-IMPORTANT:
-If the upgrade server updates your .c C source file(s),
-please run 'ccpnmr-postupdate' in a terminal (from the
-command line), to activate your
-updates!
-
-You may also be better advised to run 'ccpnmr-bytecompile'
-after every update.
<<
<<
-
-
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits