Browse Source

gambas3-3.5.4-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8777 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 10 năm trước cách đây
mục cha
commit
0bbb291428
1 tập tin đã thay đổi với 9 bổ sung2 xóa
  1. 9 2
      g/gambas3/gambas3-vl.spec

+ 9 - 2
g/gambas3/gambas3-vl.spec

@@ -2,12 +2,14 @@ Summary:	BASIC compiler, IDE and GUI builder
 Summary(ja): 	GUI ビルダーを備えた BASIC ベースの統合開発環境(IDE)
 Name:		gambas3
 Version:	3.5.4
-Release: 	1%{?_dist_release}
+Release: 	2%{?_dist_release}
 Source0:	%{name}-%{version}.tar.bz2
 Source1:	gambas3.desktop
 #Source2:	gambas2-2.6.0-ja.po
 #Source3:	gambas2-2.6.0-ja.mo
 
+Patch100:	gambas-3.5.4-postgresql-path.patch
+
 License:	GPL
 Group:		Applications/Development
 URL:		http://gambas.sourceforge.net/
@@ -18,7 +20,7 @@ BuildRequires:	libxml2-devel
 BuildRequires:	libxslt-devel
 BuildRequires:	zlib-devel
 BuildRequires:	bzip2-devel
-BuildRequires:	postgresql8-devel
+BuildRequires:	libpq-devel
 BuildRequires:	libmysqlclient-devel
 BuildRequires:	unixODBC-devel
 BuildRequires:	sqlite-devel
@@ -1237,6 +1239,8 @@ This component allows to make a web application based on a CGI script.
 find . -type f -name configure -exec sed -i 's/-Os/-O2/' {} \;
 %endif
 
+%patch100 -p1 -b .postgresql-path
+
 
 %build
 #export LDFLAGS="-L/usr/X11R6/%{_lib}"
@@ -1712,6 +1716,9 @@ xdg-mime install %{_datadir}/%{name}/application-x-gambas3.xml
 
 
 %changelog
+* Thu Jul 10 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.5.4-2
+- made to use libpq-devel(PostgreSQL-9).
+
 * Tue Jul 08 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.4-1
 - new upstream release
 - remove BuildRequires: kdebase3, kdelibs3-devel