]> git.pld-linux.org Git - packages/bakefile.git/commitdiff
- reverse
authorlisu <lisu@pld-linux.org>
Mon, 13 Sep 2010 14:10:42 +0000 (14:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bakefile.spec -> 1.38

bakefile.spec

index 591ae1dcce2d67f74e0e70f8d6f4b717df67f53b..a845b03c53208f9a65daa24f9cec03a4a29386a0 100644 (file)
@@ -1,6 +1,3 @@
-#
-# 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
@@ -12,8 +9,8 @@ Source0:       http://downloads.sourceforge.net/bakefile/%{name}-%{version}.tar.gz
 # 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
@@ -39,10 +36,10 @@ dla autoconfa, projekt dla Visual C++, makefile dla bcc itd.).
 %patch0 -p1
 
 %build
-#%%{__libtoolize}
-#%%{__aclocal} -I admin
-#%%{__autoconf}
-#%%{__automake}
+%{__libtoolize}
+%{__aclocal} -I admin
+%{__autoconf}
+%{__automake}
 %configure
 
 %install
This page took 1.389195 seconds and 4 git commands to generate.