Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv8605

Modified Files:
        tailor-py.info 
Log Message:
New upstream release; support python 2.5; version installed script

Index: tailor-py.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/tailor-py.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- tailor-py.info      29 May 2006 20:02:19 -0000      1.5
+++ tailor-py.info      25 Sep 2006 05:45:18 -0000      1.6
@@ -1,12 +1,12 @@
 Info2: <<
 Package: tailor-py%type_pkg[python]
-Version: 0.9.23
+Version: 0.9.26
 Revision: 1
-Type: python (2.3 2.4)
-Conflicts: tailor
-Replaces: tailor
+Type: python (2.3 2.4 2.5)
+Conflicts: tailor, tailor-py23 (<< 0.9.26-1), tailor-py24 (<< 0.9.26-1)
+Replaces: tailor, tailor-py23 (<< 0.9.26-1), tailor-py24 (<< 0.9.26-1)
 Source: http://darcs.arstecnica.it/tailor-%v.tar.gz
-Source-MD5: 70a4eb55b932917359970e575020bcbb
+Source-MD5: 66f5271ac0293d8620284ea4ed9f5500
 BuildDepends: python%type_pkg[python]
 CompileScript: <<
   chmod +x tailor
@@ -15,6 +15,17 @@
   %p/bin/python%type_raw[python] setup.py install --prefix %p --root %d
   mkdir -p %i/share/doc/%n
   ln -s ../fink/COPYING %i/share/doc/%n
+
+  mv %i/bin/tailor %i/bin/tailor-py%type_pkg[python]
+<<
+PostInstScript: <<
+  update-alternatives --install %p/bin/tailor tailor 
%p/bin/tailor-py%type_pkg[python] %type_pkg[python]
+<<
+PreRmScript: <<
+  if [ $1 != "upgrade" ]
+  then
+    update-alternatives --remove tailor %p/bin/tailor-py%type_pkg[python]
+  fi
 <<
 DocFiles: README README.html
 Description: Multiformat source repository synchronizer


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to