SPECS (POSTGRESQL_8_3): postgresql.spec - 8.3 beta1, removed -ecpg...
radek
radek at pld-linux.org
Tue Oct 9 22:37:05 CEST 2007
Author: radek Date: Tue Oct 9 20:37:05 2007 GMT
Module: SPECS Tag: POSTGRESQL_8_3
---- Log message:
- 8.3 beta1, removed -ecpg_link.patch (ecpg seems to work without it)
---- Files affected:
SPECS:
postgresql.spec (1.390.2.3 -> 1.390.2.4)
---- Diffs:
================================================================
Index: SPECS/postgresql.spec
diff -u SPECS/postgresql.spec:1.390.2.3 SPECS/postgresql.spec:1.390.2.4
--- SPECS/postgresql.spec:1.390.2.3 Sun Sep 9 12:52:30 2007
+++ SPECS/postgresql.spec Tue Oct 9 22:37:00 2007
@@ -21,13 +21,13 @@
Summary(zh_CN.UTF-8): PostgreSQL 厢ćˇçŤŻç¨ĺşĺĺşćäťś
Name: postgresql
Version: 8.3.0
-%define _snap 20070908
-Release: 0.%{_snap}.1
+%define _beta beta1
+%define _ver 8.3%{_beta}
+Release: 0.%{_beta}.1
License: BSD
Group: Applications/Databases
-#Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
-Source0: ftp://ftp.postgresql.org/pub/dev/%{name}-snapshot.tar.bz2
-# Source0-md5: 53f035b2f633ed817fe4070bb8a241d6
+Source0: ftp://ftp.postgresql.org/pub/source/v%{_ver}/%{name}-%{_ver}.tar.bz2
+# Source0-md5: e0ea2a351141041ff05978e11b4202dd
Source1: %{name}.init
Source2: pgsql-Database-HOWTO-html.tar.gz
# Source2-md5: 5b656ddf1db41965761f85204a14398e
@@ -35,7 +35,6 @@
Patch0: %{name}-conf.patch
Patch1: %{name}-absolute_dbpaths.patch
#Patch2: %{name}-version.patch
-Patch3: %{name}-ecpg_link.patch
Patch4: %{name}-ecpg-includedir.patch
#Patch5: %{name}-pg_ctl-fix.patch
URL: http://www.postgresql.org/
@@ -764,11 +763,10 @@
Misc PostgreSQL contrib modules.
%prep
-%setup -q -n %{name}-snapshot
+%setup -q -n %{name}-%{_ver}
%patch0 -p1
%{?with_absolute_dbpaths:%patch1 -p1}
#%patch2 -p1 # required?
-%patch3 -p1
%patch4 -p1
#%patch5 -p0 # hmm :-/
@@ -931,7 +929,6 @@
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/postgresql
%attr(755,root,root) %{_bindir}/initdb
-#%attr(755,root,root) %{_bindir}/initlocation
%attr(755,root,root) %{_bindir}/ipcclean
%attr(755,root,root) %{_bindir}/pg_controldata
%attr(755,root,root) %{_bindir}/pg_ctl
@@ -961,7 +958,6 @@
%attr(640,postgres,postgres) %config(noreplace) %verify(not md5 mtime size) /var/log/pgsql
%{_mandir}/man1/initdb.1*
-%{_mandir}/man1/initlocation.1*
%{_mandir}/man1/ipcclean.1*
%{_mandir}/man1/pg_controldata.1*
%{_mandir}/man1/pg_ctl.1*
@@ -1056,7 +1052,7 @@
%{_mandir}/man1/pg_dumpall.1*
%{_mandir}/man1/pg_restore.1*
%{_mandir}/man1/psql.1*
-#%{_mandir}/man1/reindexdb.1*
+%{_mandir}/man1/reindexdb.1*
%{_mandir}/man1/vacuumdb.1*
%{_mandir}/man7/*.7*
@@ -1185,6 +1181,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.390.2.4 2007/10/09 20:37:00 radek
+- 8.3 beta1, removed -ecpg_link.patch (ecpg seems to work without it)
+
Revision 1.390.2.3 2007/09/09 10:52:30 radek
- proper md5 and version in trigger
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/postgresql.spec?r1=1.390.2.3&r2=1.390.2.4&f=u
More information about the pld-cvs-commit
mailing list