- Fixed spec file, per bugzilla review (#199679)
authorDevrim GÜNDÜZ <devrim at gunduz.org>
Sun, 23 Jul 2006 13:51:36 +0000 (13:51 +0000)
committerDevrim GÜNDÜZ <devrim at gunduz.org>
Sun, 23 Jul 2006 13:51:36 +0000 (13:51 +0000)
pgpool.spec

index 342ce6968310c2579e74a1038ea087cd01e2af23..eb67ba57e498e8a68d36539adafaf64a07d66354 100644 (file)
@@ -1,7 +1,7 @@
-Summary:       Pgpool is a connection pooling/replication server for PostgreSQL
+O3ASummary:    Pgpool is a connection pooling/replication server for PostgreSQL
 Name:          pgpool
 Version:       3.1.1
-Release:       1%{?dist}
+Release:       2%{?dist}
 License:       BSD
 Vendor:                PgPool Global Development Group
 Group:         Applications/Databases
@@ -22,13 +22,13 @@ were a standard PostgreSQL server.
 CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS
 CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS
 
-%configure --bindir=%{_bindir} --sysconfdir=/etc --mandir=%{_mandir} --libdir=%{_libdir}
+%configure --bindir=%{_bindir} --sysconfdir=%{_sysconfdir} --mandir=%{_mandir} --libdir=%{_libdir}
 
-make 
+make %{?smp_flags}
 
 %install
 rm -rf %{buildroot}
-make %{?_smp_flags} DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} install
 install -m 755 %{name} %{buildroot}%{_bindir}
 install -m 644 %{name}.conf.sample %{buildroot}%{_sysconfdir}
 install -m 644 %{name}.8 %{buildroot}%{_mandir}/man8/
@@ -44,8 +44,11 @@ rm -rf %{buildroot}
 %{_mandir}/man8/*
 
 %changelog
+* Fri Jul 23 2006 - Devrim GUNDUZ <devrim@commandprompt.com> 3.1.1-2
+- Fixed spec file, per bugzilla review (#199679)
+
 * Fri Jul 23 2006 - Devrim GUNDUZ <devrim@commandprompt.com> 3.1.1-1
-* Update to 3.1.1
+- Update to 3.1.1
 
 * Fri Jul 22 2006 - Devrim GUNDUZ <devrim@commandprompt.com> 3.1.0-2
 - Fixed spec file, per bugzilla review (#199679)