Wed Dec 21 14:58:59 PST 2005
- Previous message: [Slony1-commit] By devrim: * Wed Dec 21 2005 Devrim Gunduz <devrim@commandprompt.com>
- Next message: [Slony1-commit] By devrim: - Added a buildrhel3 macro to fix RHEL 3 RPM builds - Added
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Fix for the latest fix :(
Tags:
----
REL_1_1_STABLE
Modified Files:
--------------
slony1-engine:
postgresql-slony1-engine.spec.in (r1.19.2.7 -> r1.19.2.8)
slony1-engine/redhat:
slony-I.specfile (r1.1.2.5 -> r1.1.2.6)
-------------- next part --------------
Index: postgresql-slony1-engine.spec.in
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/postgresql-slony1-engine.spec.in,v
retrieving revision 1.19.2.7
retrieving revision 1.19.2.8
diff -Lpostgresql-slony1-engine.spec.in -Lpostgresql-slony1-engine.spec.in -u -w -r1.19.2.7 -r1.19.2.8
--- postgresql-slony1-engine.spec.in
+++ postgresql-slony1-engine.spec.in
@@ -1,6 +1,8 @@
%{!?perltools:%define perltools 1}
%{!?docs:%define docs 0}
%{?buildrhel3:%define kerbdir /usr/kerberos}
+%{!?kerbdir:%define kerbdir "/usr"}
+
%define pg_version %(rpm -q --queryformat '%{VERSION}' postgresql-devel)
Summary: A "master to multiple slaves" replication system with cascading and failover.
@@ -41,8 +43,8 @@
%build
CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS
CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS
-CPPFLAGS="${CPPFLAGS} -I%{_includedir}/et -I/usr/kerberos/include" ; export CPPFLAGS
-CFLAGS="${CFLAGS} -I%{_includedir}/et -I/usr/kerberos/include" ; export CFLAGS
+CPPFLAGS="${CPPFLAGS} -I%{_includedir}/et -I%{kerbdir}/include" ; export CPPFLAGS
+CFLAGS="${CFLAGS} -I%{_includedir}/et -I%{kerbdir}/include" ; export CFLAGS
# Strip out -ffast-math from CFLAGS....
@@ -111,6 +113,7 @@
%changelog
* Wed Dec 21 2005 Devrim Gunduz <devrim at commandprompt.com> postgresql-slony1-engine
- Added a buildrhel3 macro to fix RHEL 3 RPM builds
+- Added a kerbdir macro
* Wed Dec 14 2005 Devrim Gunduz <devrim at commandprompt.com> postgresql-slony1-engine
- Fixed the spec file so that during upgrade, conf files will not be replaced, and a .rpmnew will be created.
Index: slony-I.specfile
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/redhat/slony-I.specfile,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -Lredhat/slony-I.specfile -Lredhat/slony-I.specfile -u -w -r1.1.2.5 -r1.1.2.6
--- redhat/slony-I.specfile
+++ redhat/slony-I.specfile
@@ -1,5 +1,8 @@
%{!?perltools:%define perltools 1}
%{!?docs:%define docs 0}
+%{?buildrhel3:%define kerbdir /usr/kerberos}
+%{!?kerbdir:%define kerbdir "/usr"}
+
%define pg_version %(rpm -q --queryformat '%{VERSION}' postgresql-devel)
Summary: A "master to multiple slaves" replication system with cascading and failover.
@@ -40,8 +43,8 @@
%build
CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS
CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS
-CPPFLAGS="${CPPFLAGS} -I%{_includedir}/et -I/usr/kerberos/include" ; export CPPFLAGS
-CFLAGS="${CFLAGS} -I%{_includedir}/et -I/usr/kerberos/include" ; export CFLAGS
+CPPFLAGS="${CPPFLAGS} -I%{_includedir}/et -I%{kerbdir}/include" ; export CPPFLAGS
+CFLAGS="${CFLAGS} -I%{_includedir}/et -I%{kerbdir}/include" ; export CFLAGS
# Strip out -ffast-math from CFLAGS....
- Previous message: [Slony1-commit] By devrim: * Wed Dec 21 2005 Devrim Gunduz <devrim@commandprompt.com>
- Next message: [Slony1-commit] By devrim: - Added a buildrhel3 macro to fix RHEL 3 RPM builds - Added
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list