From f747bea27be0894322b7676be314145ba0ba984b Mon Sep 17 00:00:00 2001 From: frog Date: Tue, 8 Jul 2003 13:34:51 +0000 Subject: [PATCH] *** empty log message *** --- PACKAGER | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/PACKAGER b/PACKAGER index a560c1f1..d7b399f0 100644 --- a/PACKAGER +++ b/PACKAGER @@ -31,25 +31,26 @@ Here is the checklist when freezing a version of gdcm: cd gdcmPython/ python testSuite.py cd $GDCMHOME - \rm -fr build + \rm -fr build /tmp/lib - Binary distribution: - cd $(GDCMHOME) + cd $GDCMHOME python setup.py bdist --formats=rpm su - rpm -Uvh dist/gdcmPython-0.[n].i386.rpm + rpm -Uvh dist/gdcmPython-0.*.i386.rpm cd /usr/lib/python2.2/site-packages/ - Check out gdcmData + ln -s $GDCMHOME/gdcmData . cd gdcmPython python testSuite.py rpm --erase gdcmPython - Source distribution and then binary distribution (out of build source distro): - cd $(GDCMHOME) + cd $GDCMHOME python setup.py sdist cd /tmp - tar zxvf $(GDCMHOME)/dist/gdcmPython-*.tar.gz + tar zxvf $GDCMHOME/dist/gdcmPython-*.tar.gz cd gdcmPython-*/ python setup.py bdist --formats=rpm + cd dist As root, repeat above installation with rpm and test. 2/ Windoze: -- 2.45.0