Author: qboosh                       Date: Mon Feb 21 23:08:14 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- try to avoid dependency on old bakefile (testing)

---- Files affected:
SPECS:
   wxWidgets.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: SPECS/wxWidgets.spec
diff -u SPECS/wxWidgets.spec:1.15 SPECS/wxWidgets.spec:1.16
--- SPECS/wxWidgets.spec:1.15   Mon Feb 21 08:48:52 2005
+++ SPECS/wxWidgets.spec        Tue Feb 22 00:08:04 2005
@@ -30,7 +30,7 @@
 BuildRequires: autoconf >= 2.58
 BuildRequires: automake
 BuildRequires: bakefile >= 0.1.4
-BuildRequires: bakefile < 0.1.5
+#BuildRequires:        bakefile < 0.1.5
 BuildRequires: cppunit-devel
 BuildRequires: esound-devel
 BuildRequires: expat-devel
@@ -474,7 +474,15 @@
 
 echo 'AC_DEFUN([AM_PATH_GTK],[:])' > fake-am_path_gtk.m4
 
+# bakefile.m4 from 0.1.4
+tail -n +1277 aclocal.m4 | head -n 1289 > bakefile.m4
+
 %build
+#%if "%(rpm -q bakefile --qf '%%{VERSION}')" != "0.1.4"
+#cd build/bakefiles
+#bakefile_gen -f autoconf
+#cd ../..
+#%endif
 cp -f /usr/share/automake/config.sub .
 %{__aclocal} -I .
 %{__autoconf}
@@ -809,6 +817,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2005/02/21 23:08:04  qboosh
+- try to avoid dependency on old bakefile (testing)
+
 Revision 1.15  2005/02/21 07:48:52  qboosh
 - eh, action-if-not-found is always empty
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/wxWidgets.spec?r1=1.15&r2=1.16&f=u


_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to