]> git.pld-linux.org Git - packages/wxWidgets.git/commitdiff
- try to avoid dependency on old bakefile (testing)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 21 Feb 2005 23:08:04 +0000 (23:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wxWidgets.spec -> 1.16

wxWidgets.spec

index 6d794119d63e93b4ac688a75d76f4c09f4560528..73abc793c3640c1a1536d8cd01ad4593b7da23a9 100644 (file)
@@ -29,7 +29,7 @@ BuildRequires:        SDL-devel
 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
@@ -473,7 +473,15 @@ obs
 
 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}
This page took 0.111191 seconds and 4 git commands to generate.