SPECS: mysql-query-browser.spec - 1.1.12 - using libgtkhtml-3.8 - ...

prism prism at pld-linux.org
Sun Sep 18 23:56:36 CEST 2005


Author: prism                        Date: Sun Sep 18 21:56:36 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 1.1.12
- using libgtkhtml-3.8
- desktop fixes

---- Files affected:
SPECS:
   mysql-query-browser.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/mysql-query-browser.spec
diff -u SPECS/mysql-query-browser.spec:1.5 SPECS/mysql-query-browser.spec:1.6
--- SPECS/mysql-query-browser.spec:1.5	Tue Jul  5 19:57:33 2005
+++ SPECS/mysql-query-browser.spec	Sun Sep 18 23:56:31 2005
@@ -5,12 +5,13 @@
 Summary:	A graphical MySQL query shell
 Summary(pl):	Graficzna powłoka do zapytań MySQL-a
 Name:		mysql-query-browser
-Version:	1.1.7
+Version:	1.1.12
 Release:	1
 License:	GPL
 Group:		Applications/Databases
 Source0:	http://mysql.tonnikala.org/Downloads/MySQLAdministrationSuite/%{name}-%{version}.tar.gz
-# Source0-md5:	644ebc63dfbd1e7adab198c7081f8918
+# Source0-md5:	cd0e8552e42834266229df2431a85553
+Patch0:		%{name}-desktop.patch
 URL:		http://www.mysql.com/products/query-browser/
 BuildRequires:	gettext-devel
 BuildRequires:	gtkhtml-devel >= 3.6.0
@@ -39,19 +40,20 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 # first we have to build the common libs
 cd mysql-gui-common
 %configure \
-	--with-gtkhtml=libgtkhtml-3.6 \
+	--with-gtkhtml=libgtkhtml-3.8 \
 	--with-commondirname=query-browser
 %{__make}
 
 # then the app itself
 cd ../%{name}
 %configure \
-	--with-gtkhtml=libgtkhtml-3.6 \
+	--with-gtkhtml=libgtkhtml-3.8 \
 	--with-commondirname=query-browser
 %{__make}
 
@@ -92,6 +94,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2005/09/18 21:56:31  prism
+- 1.1.12
+- using libgtkhtml-3.8
+- desktop fixes
+
 Revision 1.5  2005/07/05 17:57:33  darekr
 - use %{_desktopdir} macro
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mysql-query-browser.spec?r1=1.5&r2=1.6&f=u




More information about the pld-cvs-commit mailing list