Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv5432

Modified Files:
        macholib-py.info 
Log Message:
macholib-py: new upstream; fix unversioned macho_dump script

Index: macholib-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/macholib-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- macholib-py.info    1 Dec 2011 13:11:50 -0000       1.2
+++ macholib-py.info    22 Jan 2012 23:12:30 -0000      1.3
@@ -1,11 +1,11 @@
 Info2: <<
 Package: macholib-py%type_pkg[python]
-Version: 1.4.2
+Version: 1.4.3
 Revision: 1
 Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, 
(%type_pkg[python] = 24) 10.5
 Type: python (2.6 2.7)
 Source: 
http://cheeseshop.python.org/packages/source/m/macholib/macholib-%v.tar.gz
-Source-MD5: 2bd35d87ba6782f00633836105aeb798
+Source-MD5: 308d478df389d525ce1a9113883a4f1c
 Depends: <<
   python%type_pkg[python], distribute-py%type_pkg[python],
   altgraph-py%type_pkg[python]
@@ -13,16 +13,19 @@
 CompileScript: python%type_raw[python] setup.py build
 InstallScript: <<
 python%type_raw[python] setup.py install --prefix %p --root %d
+mv %i/bin/macho_dump %i/bin/macho_dump-py%type_pkg[python]
 mv %i/bin/macho_find %i/bin/macho_find-py%type_pkg[python]
 mv %i/bin/macho_standalone %i/bin/macho_standalone-py%type_pkg[python]
 <<
 PostInstScript: <<
+  update-alternatives --install %p/bin/macho_dump macho_dump 
%p/bin/macho_dump-py%type_pkg[python] %type_pkg[python]
   update-alternatives --install %p/bin/macho_find macho_find 
%p/bin/macho_find-py%type_pkg[python] %type_pkg[python]
   update-alternatives --install %p/bin/macho_standalone macho_standalone 
%p/bin/macho_standalone-py%type_pkg[python] %type_pkg[python]
 <<
 PreRmScript: <<
   if [ $1 != "upgrade" ]
   then
+    update-alternatives --remove macho_dump 
%p/bin/macho_dump-py%type_pkg[python]
     update-alternatives --remove macho_find 
%p/bin/macho_find-py%type_pkg[python]
     update-alternatives --remove macho_standalone 
%p/bin/macho_standalone-py%type_pkg[python]
   fi


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to