OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-Jan-2005 17:16:08
Branch: HEAD Handle: 2005011016160700
Modified files:
openpkg-src/postgresql8 postgresql8.spec
Log:
copy the correct header files to conform with ISO standard C++
Summary:
Revision Changes Path
1.16 +3 -1 openpkg-src/postgresql8/postgresql8.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postgresql8/postgresql8.spec
============================================================================
$ cvs diff -u -r1.15 -r1.16 postgresql8.spec
--- openpkg-src/postgresql8/postgresql8.spec 10 Jan 2005 14:32:11 -0000
1.15
+++ openpkg-src/postgresql8/postgresql8.spec 10 Jan 2005 16:16:07 -0000
1.16
@@ -393,8 +393,10 @@
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/include/pqxx
%{l_shtool} install -c -m 644 \
- include/pqxx/*.h \
+ include/pqxx/* \
$RPM_BUILD_ROOT%{l_prefix}/include/pqxx/
+ rm -f $RPM_BUILD_ROOT%{l_prefix}/include/pqxx/Makefile*
+ rm -f $RPM_BUILD_ROOT%{l_prefix}/include/pqxx/config.h*
%{l_shtool} install -c -m 644 \
src/.libs/libpqxx.a \
$RPM_BUILD_ROOT%{l_prefix}/lib/
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]