X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=postgresql.spec;h=4edfd7c24f8358e5c7336331d2b3ba9d36ee7716;hb=7f05d1f957bc0be47b1106287721c42ae0407da0;hp=9d15fcf21a7c7f71cb44b60738adaf43cbca5eb8;hpb=8d39ea699ba0b35b5996d164fa5a587e5747e7fc;p=packages%2Fpostgresql.git diff --git a/postgresql.spec b/postgresql.spec index 9d15fcf..4edfd7c 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -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}