Browse Source

libpq-9.3.4-4

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8776 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 9 years ago
parent
commit
25872f94da
1 changed files with 9 additions and 1 deletions
  1. 9 1
      lib/libp/libpq/libpq-vl.spec

+ 9 - 1
lib/libp/libpq/libpq-vl.spec

@@ -16,7 +16,7 @@ Summary(ja): PostgreSQL クライアントに必要な共有ライブラリ
 Name: libpq
 Group: System Environment/Libraries
 Version: %{pgver}.4
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 License: BSD
 Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
 Source3: postgresql.init
@@ -148,12 +148,17 @@ CFLAGS=`echo $CFLAGS|xargs -n 1|grep -v ffast-math|xargs -n 100`
 
 make %{?_smp_mflags} -C ./src/interfaces all
 make %{?_smp_mflags} -C ./src/bin/pg_config all
+make %{?_smp_mflags} -C ./src/backend utils/errcodes.h
+make %{?_smp_mflags} -C ./src/backend utils/fmgroids.h
+
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 make DESTDIR=$RPM_BUILD_ROOT -C ./src/interfaces install
 make DESTDIR=$RPM_BUILD_ROOT -C ./src/bin/pg_config install
+cp -f ./src/backend/utils/fmgroids.h ./src/include/utils/
+make DESTDIR=$RPM_BUILD_ROOT -C ./src/include install
 
 # copy over Makefile.global to the include dir....
 install -m644 src/Makefile.global $RPM_BUILD_ROOT%{_includedir}/pgsql
@@ -230,6 +235,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 10 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.3.4-4
+- added all headers for a strange client.
+
 * Wed Jun 25 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 9.3.4-3
 - add pgconfig
 - add pg_config*.h and libpq/libpq-fs.h