From jh at tinysofa.org Fri May 13 16:08:32 2005 From: jh at tinysofa.org (Jaakko Heinonen) Date: Sun May 4 12:26:17 2008 Subject: [tinysofa-devel] classic information Message-ID: <20050513210832.GA25141@ws.jh.dy.fi> Updated road map: http://classic.tinysofa.org/documentation/index.cgi?RoadMap Changes that we have so far for 2.0-U1: http://classic.tinysofa.org/documentation/index.cgi?TwoPointZeroChanges -- Jaakko From gevik at xs4all.nl Fri May 27 11:06:26 2005 From: gevik at xs4all.nl (gevik@xs4all.nl) Date: Sun May 4 12:26:17 2008 Subject: [tinysofa-devel] building packages for TS? Message-ID: <20882.145.78.21.6.1117209986.squirrel@145.78.21.6> Dear TS Gurus, I would like to contribute to ts server. At this moment I am trying to build the postgresql 8.0.3. I have downloaded the rpm spec files from fedora/devel and did the following: step 1: CVSROOT=:pserver:anonymous@cvs.fedora.redhat.com:/cvs/dist step 2: export CVSROOT step 3: cvs login step 4: cvs checkout postgresql step 5: cd devel step 7: make srpm rpm --rebuild --define 'test 0' --define 'runselftest 0' --verbose postgresql-8.0.3-1.src.rpm Then the following file were created postgresql-8.0.3-1.i386.rpm postgresql-devel-8.0.3-1.i386.rpm postgresql-libs-8.0.3-1.i386.rpm postgresql-server-8.0.3-1.i386.rpm postgresql-contrib-8.0.3-1.i386.rpm postgresql-docs-8.0.3-1.i386.rpm postgresql-pl-8.0.3-1.i386.rpm postgresql-tcl-8.0.3-1.i386.rpm postgresql-debuginfo-8.0.3-1.i386.rpm postgresql-jdbc-8.0.3-1.i386.rpm postgresql-python-8.0.3-1.i386.rpm If I wanted to create a postgresql 8.0.3 package for TS, would the these be correct or do I have to do something different? Regards, Gevik.