]> git.pld-linux.org Git - packages/bakefile.git/commitdiff
- updated to 0.2.9
authorlisu <lisu@pld-linux.org>
Fri, 4 Feb 2011 11:17:29 +0000 (11:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use __rm macro and drop obsolete one

Changed files:
    bakefile.spec -> 1.39

bakefile.spec

index a845b03c53208f9a65daa24f9cec03a4a29386a0..f2d7e9cc399d0a731bf22fa7e27153be80515c4f 100644 (file)
@@ -1,12 +1,12 @@
 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
-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
 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
 Patch0:                %{name}-empy.patch
 URL:           http://bakefile.sourceforge.net/
 BuildRequires: autoconf
@@ -51,7 +51,7 @@ install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{_bindir}}
        install
 
 # use system available modules
        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
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.075473 seconds and 4 git commands to generate.