pgAdmin3 RPM spec file and daily snapshot script

From: Jean-Michel POURE <jm(dot)poure(at)freesurf(dot)fr>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin3 RPM spec file and daily snapshot script
Date: 2003-06-10 06:50:41
Message-ID: 200306100850.42089.jm.poure@freesurf.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Dear friends,

Please find enclosed a pgAdmin3 spec file for daily RPMs builds. A few
remarks:

- Bootstrap is called within the spec file.

- The spec file uses %(date +%Y%m%d) to increase versions. Also, it determines
the release (ex : rh9) automatically using (rpm -q --qf='%{VERSION}'
redhat-release | sed 's/\\..*$//'). I guess it should also be working for
other platforms like Mandrake, provided that we add an "OR" clause with
mandrake-release and so on. I don't know bash enough to add such an "OR"
clause.

- I was not sure of the dependencies, please check...

- Also you might need to add a more descriptive summary.

Also attached is a daily rebuild script.

Cheers,
Jean-Michel

Attachment Content-Type Size
pgadmin3.spec text/plain 1.1 KB
build-snapshot-rpm.sh application/x-shellscript 521 bytes

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-06-10 07:15:33 Re: Make install patch
Previous Message Hiroshi Saito 2003-06-09 23:31:29 Re: contrib/src/stc/scintilla/src/LexSQL.cxx patch