Author: lisu Date: Mon Sep 13 13:56:10 2010 GMT Module: packages Tag: HEAD ---- Log message: - do not use autotools for now (read TODO)
---- Files affected: packages/bakefile: bakefile.spec (1.36 -> 1.37) ---- Diffs: ================================================================ Index: packages/bakefile/bakefile.spec diff -u packages/bakefile/bakefile.spec:1.36 packages/bakefile/bakefile.spec:1.37 --- packages/bakefile/bakefile.spec:1.36 Mon Oct 26 11:09:06 2009 +++ packages/bakefile/bakefile.spec Mon Sep 13 15:56:03 2010 @@ -1,4 +1,7 @@ # $Revision$, $Date$ +# +# 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 @@ -6,12 +9,12 @@ 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/ -BuildRequires: autoconf -BuildRequires: automake +#BuildRequires: autoconf +#BuildRequires: automake BuildRequires: libtool BuildRequires: python-devel BuildRequires: rpm-pythonprov @@ -37,10 +40,10 @@ %patch0 -p1 %build -%{__libtoolize} -%{__aclocal} -I admin -%{__autoconf} -%{__automake} +#%%{__libtoolize} +#%%{__aclocal} -I admin +#%%{__autoconf} +#%%{__automake} %configure %install @@ -76,6 +79,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.37 2010/09/13 13:56:03 lisu +- do not use autotools for now (read TODO) + Revision 1.36 2009/10/26 10:09:06 lisu - 0.2.8 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bakefile/bakefile.spec?r1=1.36&r2=1.37&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
