SPECS (POSTGRESQL_7_4): pg_filedump.spec - version for postgresql 7.4
arekm
arekm at pld-linux.org
Mon Feb 18 09:25:20 CET 2008
Author: arekm Date: Mon Feb 18 08:25:20 2008 GMT
Module: SPECS Tag: POSTGRESQL_7_4
---- Log message:
- version for postgresql 7.4
---- Files affected:
SPECS:
pg_filedump.spec (1.1 -> 1.1.2.1)
---- Diffs:
================================================================
Index: SPECS/pg_filedump.spec
diff -u SPECS/pg_filedump.spec:1.1 SPECS/pg_filedump.spec:1.1.2.1
--- SPECS/pg_filedump.spec:1.1 Mon Feb 18 09:16:39 2008
+++ SPECS/pg_filedump.spec Mon Feb 18 09:25:14 2008
@@ -1,15 +1,15 @@
# $Revision$, $Date$
-%define pg_version 8.2.6
+%define pg_version 7.4.19
Summary: PostgreSQL File Dump Utility
Name: pg_filedump
-Version: 8.2
+Version: 3.0
Release: 1
License: GPL v2+
Group: Applications/Databases
Source0: http://sources.redhat.com/rhdb/tools/%{name}-%{version}.tar
-# Source0-md5: 6f052cb339cdb381b21c27eb379abb86
+# Source0-md5: b17a9bc72c14c27b9161b5669e679328
Source1: ftp://ftp.postgresql.org/pub/source/v%{pg_version}/postgresql-%{pg_version}.tar.bz2
-# Source1-md5: 17b9049b4fcad42ee95410833c1db228
+# Source1-md5: 0be8c193fb73113930d043c60200598b
URL: http://sources.redhat.com/rhdb/utilities.html
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -23,6 +23,10 @@
%setup -q -a1
%build
+cd postgresql-%{pg_version} || exit 1
+./configure
+cd ..
+
%{__make} \
CC="%{__cc}" \
CFLAGS="%{rpmcflags}" \
@@ -49,6 +53,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.1.2.1 2008-02-18 08:25:14 arekm
+- version for postgresql 7.4
+
Revision 1.1 2008-02-18 08:16:39 arekm
- initial
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pg_filedump.spec?r1=1.1&r2=1.1.2.1&f=u
More information about the pld-cvs-commit
mailing list