]> git.pld-linux.org Git - packages/bakefile.git/commitdiff
- do not use autotools for now (read TODO)
authorlisu <lisu@pld-linux.org>
Mon, 13 Sep 2010 13:56:03 +0000 (13:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bakefile.spec -> 1.37

bakefile.spec

index 14cebb76d8d4e17a5f39d198833cb61614a90109..591ae1dcce2d67f74e0e70f8d6f4b717df67f53b 100644 (file)
@@ -1,3 +1,6 @@
+#
+# TODO: autotools break bakefile_gen (ImportError: Bad magic number in /usr/lib/bakefile/xmlparser.pyc)
+#
 Summary:       Native makefiles generator
 Summary(pl.UTF-8):     Generator natywnych plików typu Makefile
 Name:          bakefile
 Summary:       Native makefiles generator
 Summary(pl.UTF-8):     Generator natywnych plików typu Makefile
 Name:          bakefile
@@ -5,12 +8,12 @@ Version:      0.2.8
 Release:       0.1
 License:       MIT
 Group:         Development/Building
 Release:       0.1
 License:       MIT
 Group:         Development/Building
-Source0:       http://dl.sourceforge.net/bakefile/%{name}-%{version}.tar.gz
+Source0:       http://downloads.sourceforge.net/bakefile/%{name}-%{version}.tar.gz
 # Source0-md5: 874da5c9035514366b7723bc7657c71c
 Patch0:                %{name}-empy.patch
 URL:           http://bakefile.sourceforge.net/
 # Source0-md5: 874da5c9035514366b7723bc7657c71c
 Patch0:                %{name}-empy.patch
 URL:           http://bakefile.sourceforge.net/
-BuildRequires: autoconf
-BuildRequires: automake
+#BuildRequires:        autoconf
+#BuildRequires:        automake
 BuildRequires: libtool
 BuildRequires: python-devel
 BuildRequires: rpm-pythonprov
 BuildRequires: libtool
 BuildRequires: python-devel
 BuildRequires: rpm-pythonprov
@@ -36,10 +39,10 @@ dla autoconfa, projekt dla Visual C++, makefile dla bcc itd.).
 %patch0 -p1
 
 %build
 %patch0 -p1
 
 %build
-%{__libtoolize}
-%{__aclocal} -I admin
-%{__autoconf}
-%{__automake}
+#%%{__libtoolize}
+#%%{__aclocal} -I admin
+#%%{__autoconf}
+#%%{__automake}
 %configure
 
 %install
 %configure
 
 %install
This page took 0.195178 seconds and 4 git commands to generate.