[pgadmin-hackers] FW: [pgadmin-support] pgadmin for SuSE Linux 9.2 32/64 bit CPU.

2005-02-10 Thread Dave Page
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Dave Page
 Sent: 10 February 2005 14:58
 To: Vasilev Max; pgadmin-support@postgresql.org
 Subject: Re: [pgadmin-support] pgadmin for SuSE Linux 9.2 
 32/64 bit CPU.
 
  
 
  %build
  export CFLAGS=
  export CXXFLAGS=
  %ifarch x86_64 amd64
  %configure --enable-static --with-wx-config=%{withwxconfig}
  --with-wx=/usr/local --with-ssl LDFLAGS=-L/usr/X11R6/lib64
  %else
  %configure --enable-static --with-wx-config=%{withwxconfig}
  --with-wx=/usr/local --with-ssl
  %endif
  make all

Hi Devrim,

The fc1 spec file has changed somewhat from the other 2 - can you merge
these updates in if you're happy with them please?

I'm also keen to get rid of the OS specific spec files if possible - is
merging them something you would be abvle to look at?

Thanks, Dave.

---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


Re: [pgadmin-hackers] FW: [pgadmin-support] pgadmin for SuSE Linux 9.2 32/64 bit CPU.

2005-02-10 Thread Devrim GUNDUZ
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
On Thu, 10 Feb 2005, Dave Page wrote:
The fc1 spec file has changed somewhat from the other 2 - can you merge
these updates in if you're happy with them please?
I can , but not nowadays. I can do it next week.
I'm also keen to get rid of the OS specific spec files if possible - is
merging them something you would be abvle to look at?
I'm not that experienced in building RPMs on other platforms than 
Fedora/Red Hat. So I'm not sure that we can use all-in-one spec file. I 
have to look at it.

Regards,
- --
Devrim GUNDUZ 
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.tdmsoft.com http://www.gunduz.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFCC3lVtl86P3SPfQ4RAkmwAKCQYfcwzlf6PJcD/vIWioLg+dX2DQCfRdey
WcREXFlM90Q4SaOFPUzvQss=
=LYoN
-END PGP SIGNATURE-
---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


Re: [pgadmin-hackers] FW: [pgadmin-support] pgadmin for SuSE Linux 9.2 32/64 bit CPU.

2005-02-10 Thread Dave Page
 

 -Original Message-
 From: Devrim GUNDUZ [mailto:[EMAIL PROTECTED] 
 Sent: 10 February 2005 15:10
 To: Dave Page
 Cc: pgadmin-hackers@postgresql.org
 Subject: Re: FW: [pgadmin-support] pgadmin for SuSE Linux 9.2 
 32/64 bit CPU.
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 
 Hi,
 
 On Thu, 10 Feb 2005, Dave Page wrote:
 
  The fc1 spec file has changed somewhat from the other 2 - 
 can you merge
  these updates in if you're happy with them please?
 
 I can , but not nowadays. I can do it next week.
 
  I'm also keen to get rid of the OS specific spec files if 
 possible - is
  merging them something you would be abvle to look at?
 
 I'm not that experienced in building RPMs on other platforms than 
 Fedora/Red Hat. So I'm not sure that we can use all-in-one 
 spec file. I 
 have to look at it.

Thanks Devrim :-)

/D

---(end of broadcast)---
TIP 8: explain analyze is your friend