Author: lisu Date: Fri Feb 4 11:17:34 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.2.9 - use __rm macro and drop obsolete one
---- Files affected: packages/bakefile: bakefile.spec (1.38 -> 1.39) ---- Diffs: ================================================================ Index: packages/bakefile/bakefile.spec diff -u packages/bakefile/bakefile.spec:1.38 packages/bakefile/bakefile.spec:1.39 --- packages/bakefile/bakefile.spec:1.38 Mon Sep 13 16:10:42 2010 +++ packages/bakefile/bakefile.spec Fri Feb 4 12:17:29 2011 @@ -2,12 +2,12 @@ Summary: Native makefiles generator Summary(pl.UTF-8): Generator natywnych plików typu Makefile Name: bakefile -Version: 0.2.8 +Version: 0.2.9 Release: 0.1 License: MIT Group: Development/Building Source0: http://downloads.sourceforge.net/bakefile/%{name}-%{version}.tar.gz -# Source0-md5: 874da5c9035514366b7723bc7657c71c +# Source0-md5: b53813d155df1a45371abc8f781e6d88 Patch0: %{name}-empy.patch URL: http://bakefile.sourceforge.net/ BuildRequires: autoconf @@ -52,7 +52,7 @@ install # use system available modules -rm -rf $RPM_BUILD_ROOT%{_libdir}/%{name}/{empy,optik} +%{__rm} -r $RPM_BUILD_ROOT%{_libdir}/%{name}/empy %clean rm -rf $RPM_BUILD_ROOT @@ -76,6 +76,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.39 2011/02/04 11:17:29 lisu +- updated to 0.2.9 +- use __rm macro and drop obsolete one + Revision 1.38 2010/09/13 14:10:42 lisu - reverse ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bakefile/bakefile.spec?r1=1.38&r2=1.39&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
