SPECS: libpqxx.spec - updated to 2.5.5.
pluto
pluto at pld-linux.org
Tue Mar 21 20:16:01 CET 2006
Author: pluto Date: Tue Mar 21 19:16:01 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 2.5.5.
---- Files affected:
SPECS:
libpqxx.spec (1.24 -> 1.25)
---- Diffs:
================================================================
Index: SPECS/libpqxx.spec
diff -u SPECS/libpqxx.spec:1.24 SPECS/libpqxx.spec:1.25
--- SPECS/libpqxx.spec:1.24 Sat Mar 26 20:58:55 2005
+++ SPECS/libpqxx.spec Tue Mar 21 20:15:56 2006
@@ -2,13 +2,15 @@
Summary: C++ interface to PostgreSQL
Summary(pl): Interfejs C++ do PostgreSQL
Name: libpqxx
-Version: 2.5.0
+Version: 2.5.5
Release: 1
License: BSD
Group: Libraries
Source0: ftp://gborg.postgresql.org/pub/libpqxx/stable/%{name}-%{version}.tar.gz
-# Source0-md5: 66b94fda48617f29d2a64f3064db1d8d
+# Source0-md5: db71975570ee31ecd0a11380dbaa8634
+Patch0: %{name}-ac.patch
URL: http://gborg.postgresql.org/project/libpqxx/projdisplay.php
+BuildRequires: autoconf
BuildRequires: libstdc++-devel
BuildRequires: postgresql-devel >= 7.4.2
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -71,8 +73,10 @@
%prep
%setup -q
+%patch0 -p1
%build
+%{__autoconf}
%configure \
--enable-shared
%{__make}
@@ -126,6 +130,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.25 2006/03/21 19:15:56 pluto
+- updated to 2.5.5.
+
Revision 1.24 2005/03/26 19:58:55 qboosh
- updated to 2.5.0
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libpqxx.spec?r1=1.24&r2=1.25&f=u
More information about the pld-cvs-commit
mailing list