]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- updated to 7.1.3, postgresql-7_1_3-1
authorkloczek <kloczek@pld-linux.org>
Sun, 19 Aug 2001 01:22:11 +0000 (01:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added ac_fixes patch and remove private copy libtool.m4 from config/.

Changed files:
    postgresql.spec -> 1.106

postgresql.spec

index f1d6a1d72dae5b6f6a7df8bff5b1a4259cd36140..0c06423c33aa9341789356751284a099e7988f14 100644 (file)
@@ -10,8 +10,8 @@ Summary(fr):  Sys
 Summary(pl):   PostgreSQL - system bazodanowy
 Summary(tr):   Veri Tabaný Yönetim Sistemi
 Name:          postgresql
-Version:       7.1.2
-Release:       7
+Version:       7.1.3
+Release:       1
 License:       BSD
 Group:         Applications/Databases
 Group(pl):     Aplikacje/Bazy danych
@@ -25,6 +25,7 @@ Patch0:               %{name}-DESTDIR.patch
 Patch1:                %{name}-no_libnsl.patch
 Patch2:                %{name}-configure.patch
 Patch3:                %{name}-install.patch
+Patch4:                %{name}-ac_fixes.patch
 Icon:          postgresql.xpm
 URL:           http://www.postgresql.org/
 Prereq:                /sbin/chkconfig
@@ -544,6 +545,7 @@ proceduralnego PL/TCL dla swojej bazy danych.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 tar xzf doc/man*.tar.gz
 
@@ -554,6 +556,7 @@ tar zxf doc/postgres.tar.gz -C doc/unpacked
 rm -fR `find contrib/ -type d -name CVS`
 
 %build
+rm -f config/libtool.m4
 aclocal -I config
 autoconf
 %configure \
This page took 0.108865 seconds and 4 git commands to generate.