SPECS: ogle_gui.spec - added AC_DEFUN hacks to kill gtk 1.x BRs - ...

qboosh qboosh at pld-linux.org
Thu Dec 15 22:26:45 CET 2005


Author: qboosh                       Date: Thu Dec 15 21:26:45 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added AC_DEFUN hacks to kill gtk 1.x BRs
- BR: pkgconfig

---- Files affected:
SPECS:
   ogle_gui.spec (1.30 -> 1.31) 

---- Diffs:

================================================================
Index: SPECS/ogle_gui.spec
diff -u SPECS/ogle_gui.spec:1.30 SPECS/ogle_gui.spec:1.31
--- SPECS/ogle_gui.spec:1.30	Tue Dec  6 20:02:58 2005
+++ SPECS/ogle_gui.spec	Thu Dec 15 22:26:34 2005
@@ -15,13 +15,10 @@
 BuildRequires:	automake
 BuildRequires:	gettext-devel
 BuildRequires:	gtk+2-devel
-# for AM_PATH_GTK
-BuildRequires:	gtk+-devel
-# for AM_PATH_LIBGLADE
-BuildRequires:	libglade-devel
 BuildRequires:	libglade2-devel
 BuildRequires:	libtool
 BuildRequires:	ogle-devel >= 0.9.1
+BuildRequires:	pkgconfig
 %requires_eq	ogle
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -38,6 +35,11 @@
 %setup -q
 %patch0 -p0
 
+cat >> acinclude.m4 <<EOF
+AC_DEFUN([AM_PATH_GTK],[$3])
+AC_DEFUN([AM_PATH_LIBGLADE],[$2])
+EOF
+
 %build
 %{__gettextize}
 %{__libtoolize}
@@ -74,6 +76,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.31  2005/12/15 21:26:34  qboosh
+- added AC_DEFUN hacks to kill gtk 1.x BRs
+- BR: pkgconfig
+
 Revision 1.30  2005/12/06 19:02:58  glen
 - BR: gtk+-devel, libglade-devel for m4 macros (perhaps bogus?)
 - use %find_lang
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ogle_gui.spec?r1=1.30&r2=1.31&f=u




More information about the pld-cvs-commit mailing list