Обсуждение: Re: [Fwd: postgresql-6.5.3. RPMs (Well Done!)]

Поиск
Список
Период
Сортировка

Re: [Fwd: postgresql-6.5.3. RPMs (Well Done!)]

От
Thomas Lockhart
Дата:
> Oh, and the 6.5.3-2 RPMs are ready whenever you want to upload them to
> ftp.postgresql.org.  They're in the usual place on ramifordistat.net.

Ah, I should have mentioned: I found a missing file in the 6.5.3-1
RPMs I was repackaging (and using!) for Mandrake. libpq++.H isn't
copied to /usr/include/pgsql/ due to the bizarre cap H in the file
name. 

Vince, is there any real reason to keep this "cap H" convention? It is
the only file in the whole distro which has this, and it causes
problems for packagers and perhaps for Makefiles and emacs-like
editors.
                - Thomas

-- 
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California


Re: [Fwd: postgresql-6.5.3. RPMs (Well Done!)]

От
Vince Vielhaber
Дата:
On Fri, 3 Dec 1999, Thomas Lockhart wrote:

> > Oh, and the 6.5.3-2 RPMs are ready whenever you want to upload them to
> > ftp.postgresql.org.  They're in the usual place on ramifordistat.net.
> 
> Ah, I should have mentioned: I found a missing file in the 6.5.3-1
> RPMs I was repackaging (and using!) for Mandrake. libpq++.H isn't
> copied to /usr/include/pgsql/ due to the bizarre cap H in the file
> name. 
> 
> Vince, is there any real reason to keep this "cap H" convention? It is
> the only file in the whole distro which has this, and it causes
> problems for packagers and perhaps for Makefiles and emacs-like
> editors.

It's only there 'cuze it was when I started.  Actually it wasn't
even up to date at the time.  Personally I don't care for the cap H
and have no objection to it getting renamed to libpq++.h 

Vince.
-- 
==========================================================================
Vince Vielhaber -- KA8CSH   email: vev@michvhf.com   flame-mail: /dev/null # include <std/disclaimers.h>       Have you
seenhttp://www.pop4.net?       Online Campground Directory    http://www.camping-usa.com      Online Giftshop
Superstore   http://www.cloudninegifts.com
 
==========================================================================





Re: [Fwd: postgresql-6.5.3. RPMs (Well Done!)]

От
Lamar Owen
Дата:
Thomas Lockhart wrote:
> 
> > Oh, and the 6.5.3-2 RPMs are ready whenever you want to upload them to
> > ftp.postgresql.org.  They're in the usual place on ramifordistat.net.
> 
> Ah, I should have mentioned: I found a missing file in the 6.5.3-1
> RPMs I was repackaging (and using!) for Mandrake. libpq++.H isn't
> copied to /usr/include/pgsql/ due to the bizarre cap H in the file
> name.

Ewww..  I'll rebuild this weekend.  Time for a -3.  Is there anything
else I might have missed??

--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11


Re: [Fwd: postgresql-6.5.3. RPMs (Well Done!)]

От
Thomas Lockhart
Дата:
> It's only there 'cuze it was when I started.  Actually it wasn't
> even up to date at the time.  Personally I don't care for the cap H
> and have no objection to it getting renamed to libpq++.h

OK, I'll kill it for 7.0.
                 - Thomas

-- 
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California


Re: [Fwd: postgresql-6.5.3. RPMs (Well Done!)]

От
Thomas Lockhart
Дата:
> Ewww..  I'll rebuild this weekend.  Time for a -3.  Is there anything
> else I might have missed??

No, I just added "*.H" to the "for f in *.h access ..." line. I may
not have actually tested to see if that works :/ 

Also, I switched from mkdir -p to using 

install -d -m 0700 $RPM_BUILD_ROOT/var/lib/pgsql

and

%attr(700,postgres,postgres) %dir /var/lib/pgsql

Nothing else changed (I'm looking at 6.5.3-1 spec files).
                    - Thomas

-- 
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California


Re: [Fwd: postgresql-6.5.3. RPMs (Well Done!)]

От
Lamar Owen
Дата:
Thomas Lockhart wrote:
> 
> > Ewww..  I'll rebuild this weekend.  Time for a -3.  Is there anything
> > else I might have missed??
> 
> No, I just added "*.H" to the "for f in *.h access ..." line. I may
> not have actually tested to see if that works :/
> 
> Also, I switched from mkdir -p to using
> 
> install -d -m 0700 $RPM_BUILD_ROOT/var/lib/pgsql
> 
> and
> 
> %attr(700,postgres,postgres) %dir /var/lib/pgsql

Ok, those last two changes are already in 6.5.3-2.  The first one will
go in 6.5.3-3, along with anything else I find.

--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11


Re: [HACKERS] Re: [Fwd: postgresql-6.5.3. RPMs (Well Done!)]

От
Bruce Momjian
Дата:
> On Fri, 3 Dec 1999, Thomas Lockhart wrote:
> 
> > > Oh, and the 6.5.3-2 RPMs are ready whenever you want to upload them to
> > > ftp.postgresql.org.  They're in the usual place on ramifordistat.net.
> > 
> > Ah, I should have mentioned: I found a missing file in the 6.5.3-1
> > RPMs I was repackaging (and using!) for Mandrake. libpq++.H isn't
> > copied to /usr/include/pgsql/ due to the bizarre cap H in the file
> > name. 
> > 
> > Vince, is there any real reason to keep this "cap H" convention? It is
> > the only file in the whole distro which has this, and it causes
> > problems for packagers and perhaps for Makefiles and emacs-like
> > editors.
> 
> It's only there 'cuze it was when I started.  Actually it wasn't
> even up to date at the time.  Personally I don't care for the cap H
> and have no objection to it getting renamed to libpq++.h 

Your wish is my command.  Done.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


Re: [HACKERS] Re: [Fwd: postgresql-6.5.3. RPMs (Well Done!)]

От
Vince Vielhaber
Дата:
On Fri, 3 Dec 1999, Bruce Momjian wrote:

> > On Fri, 3 Dec 1999, Thomas Lockhart wrote:
> > 
> > > > Oh, and the 6.5.3-2 RPMs are ready whenever you want to upload them to
> > > > ftp.postgresql.org.  They're in the usual place on ramifordistat.net.
> > > 
> > > Ah, I should have mentioned: I found a missing file in the 6.5.3-1
> > > RPMs I was repackaging (and using!) for Mandrake. libpq++.H isn't
> > > copied to /usr/include/pgsql/ due to the bizarre cap H in the file
> > > name. 
> > > 
> > > Vince, is there any real reason to keep this "cap H" convention? It is
> > > the only file in the whole distro which has this, and it causes
> > > problems for packagers and perhaps for Makefiles and emacs-like
> > > editors.
> > 
> > It's only there 'cuze it was when I started.  Actually it wasn't
> > even up to date at the time.  Personally I don't care for the cap H
> > and have no objection to it getting renamed to libpq++.h 
> 
> Your wish is my command.  Done.

Thankyou!

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev@michvhf.com flame-mail: /dev/null # include <std/disclaimers.h>       Have you
seenhttp://www.pop4.net?       Online Campground Directory    http://www.camping-usa.com      Online Giftshop
Superstore   http://www.cloudninegifts.com
 
==========================================================================