]> git.pld-linux.org Git - packages/postgresql.git/blobdiff - postgresql.spec
- rel 1; fix ossp build so back to using ossp-uuid (as before 17ad3dd0e1bb21cf843b6a3...
[packages/postgresql.git] / postgresql.spec
index 9d15fcf21a7c7f71cb44b60738adaf43cbca5eb8..4edfd7c24f8358e5c7336331d2b3ba9d36ee7716 100644 (file)
@@ -33,7 +33,7 @@ Summary(uk.UTF-8):    PostgreSQL - система керування базами 
 Summary(zh_CN.UTF-8):  PostgreSQL 客户端程序和库文件
 Name:          postgresql
 Version:       %{mver}.1
-Release:       0.1
+Release:       1
 License:       BSD
 Group:         Applications/Databases
 Source0:       ftp://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
@@ -795,6 +795,7 @@ find src -name \*.l -o -name \*.y | xargs touch
 %build
 %{__aclocal} -I config
 %{__autoconf}
+%{__autoheader}
 %configure \
        CFLAGS="%{rpmcflags} -DNEED_REENTRANT_FUNCS `uuid-config --cflags`" \
        --disable-rpath \
@@ -813,7 +814,7 @@ find src -name \*.l -o -name \*.y | xargs touch
        %{?with_python:--with-python} \
        %{?with_selinux:--with-selinux} \
        %{?with_tcl:--with-tcl --with-tclconfig=%{_ulibdir}} \
-       --with-uuid=e2fs \
+       --with-uuid=ossp
 
 %{__make}
 
This page took 0.030283 seconds and 4 git commands to generate.