Prechádzať zdrojové kódy

new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@829 ec354946-7b23-47d6-9f5a-488ba84defc7
owa 15 rokov pred
rodič
commit
2436faddb0
1 zmenil súbory, kde vykonal 15 pridanie a 11 odobranie
  1. 15 11
      p/postgresql/postgresql-vl.spec

+ 15 - 11
p/postgresql/postgresql-vl.spec

@@ -21,7 +21,7 @@
 Summary: PostgreSQL client programs and libraries.
 Summary(ja): PostgreSQL のクライアントプログラム群およびライブラリ
 Name: postgresql
-Version: %{pgver}.2
+Version: %{pgver}.3
 
 # Conventions for PostgreSQL Global Development Group RPM releases:
 
@@ -60,28 +60,28 @@ Source15: postgresql-bashprofile
 Patch2: postgresql-8.3.3-nls.patch
 Patch3: postgresql-7.4-ecpg-patch
 Buildrequires: perl build-essential
-Prereq: /sbin/ldconfig initscripts
+Requires: /sbin/ldconfig initscripts
 %if %plpython
-BuildPrereq: python python-devel
+Buildrequires: python python-devel
 %endif
 %if %tcl
-BuildPrereq: tcl
+Buildrequires: tcl
 %endif
-BuildPrereq: readline-devel
-BuildPrereq: zlib-devel >= 1.0.4
+Buildrequires: readline-devel
+Buildrequires: zlib-devel >= 1.0.4
 %if %ssl
-BuildPrereq: openssl-devel
+Buildrequires: openssl-devel
 %endif
 %if %kerberos
-BuildPrereq: krb5-devel
+Buildrequires: krb5-devel
 %endif
 %if %nls
-BuildPrereq: gettext >= 0.10.35
+Buildrequires: gettext >= 0.10.35
 %endif
 
 %if %pam
 %if %non6xpamdeps
-BuildPrereq: pam-devel
+Buildrequires: pam-devel
 %endif
 %endif
 
@@ -180,7 +180,7 @@ PostgreSQL サーバに接続する必要のある、PostgreSQL パッケージ
 Summary: The programs needed to create and run a PostgreSQL server.
 Summary(ja): PostgreSQL サーバを構築・実行するのに必要なプログラム
 Group: Applications/Databases
-Prereq: /usr/sbin/useradd /sbin/chkconfig 
+Requires: /usr/sbin/useradd /sbin/chkconfig 
 Requires: %{name} = %{version}
 Obsoletes: postgresql7-server
 
@@ -737,6 +737,10 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Thu Apr 15 2010 Shu KONNO <owa@bg.wakwak.com> 8.4.3-1
+- updated postgresql to 8.4.3
+- s/BuildPrereq/Buildrequires/
+
 * Wed Feb 17 2010 Shu KONNO <owa@bg.wakwak.com> 8.4.2-1
 - updated postgresql to 8.4.2
 - rebuilt with new environment