Author: lisu Date: Thu Mar 3 20:51:17 2011 GMT Module: packages Tag: DEVEL ---- Log message: - added NOTE and TODO
---- Files affected: packages/psi: psi.spec (1.184.2.2 -> 1.184.2.3) ---- Diffs: ================================================================ Index: packages/psi/psi.spec diff -u packages/psi/psi.spec:1.184.2.2 packages/psi/psi.spec:1.184.2.3 --- packages/psi/psi.spec:1.184.2.2 Thu Mar 3 21:46:28 2011 +++ packages/psi/psi.spec Thu Mar 3 21:51:11 2011 @@ -1,4 +1,23 @@ # $Revision$, $Date$ +# +# TODO: script to automate source package creation +# +# NOTE (how to create the package): +# +# git clone git://git.psi-im.org/psi.git +# cd psi +# git submodule init +# git submodule update +# git pull +# git submodule update +# svn co http://psi-dev.googlecode.com/svn/trunk/patches/ +# cat *.diff | patch -p1 +# pkgrel=`svnversion "patches"` +# cd src +# sed "s/\(.xxx\)/.${pkgrel}/" -i "applicationinfo.cpp" +# cd .. +# svn co --force http://psi-dev.googlecode.com/svn/trunk/iconsets/ iconsets +# %define ver 0.15 %define rev 3748 @@ -154,6 +173,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.184.2.3 2011/03/03 20:51:11 lisu +- added NOTE and TODO + Revision 1.184.2.2 2011/03/03 20:46:28 lisu - comment out Source1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/psi/psi.spec?r1=1.184.2.2&r2=1.184.2.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
