]> git.pld-linux.org Git - packages/bakefile.git/commitdiff
- updated to 20031009
authorArtur Frysiak <artur@frysiak.net>
Thu, 9 Oct 2003 14:22:24 +0000 (14:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bakefile.spec -> 1.7

bakefile.spec

index 3be5facffcb7db375b43897a5ff55e07bb2fd18e..d64049abf850471fcfec4ee32ffb49ab9c9d9dc6 100644 (file)
@@ -4,13 +4,14 @@
 Summary:       Native makefiles generator
 Name:          bakefile
 Version:       0.1.1
 Summary:       Native makefiles generator
 Name:          bakefile
 Version:       0.1.1
-%define                snap 20031001
+%define                snap 20031009
 Release:       0.%{snap}.1
 License:       GPL v2+
 Group:         Applications/Text
 Source0:       http://bakefile.sourceforge.net/snapshot/bakefile-%{version}.%{snap}.tar.gz
 Release:       0.%{snap}.1
 License:       GPL v2+
 Group:         Applications/Text
 Source0:       http://bakefile.sourceforge.net/snapshot/bakefile-%{version}.%{snap}.tar.gz
-# Source0-md5: 1a98d7da01d6a65f5daa888c88f3c400
+# Source0-md5: e4c3359d61b927dc1856f6e65a1dd86b
 Patch0:                %{name}-empy.patch
 Patch0:                %{name}-empy.patch
+Patch1:                %{name}-typo.patch
 URL:           http://bakefile.sourceforge.net/
 BuildRequires: rpm-pythonprov
 %pyrequires_eq python-modules
 URL:           http://bakefile.sourceforge.net/
 BuildRequires: rpm-pythonprov
 %pyrequires_eq python-modules
@@ -27,8 +28,12 @@ makefile (autoconf's Makefile.in, Visual C++ project, bcc makefile etc.).
 %prep
 %setup -q -n %{name}-%{version}.%{snap}
 %patch0 -p1
 %prep
 %setup -q -n %{name}-%{version}.%{snap}
 %patch0 -p1
+%patch1 -p1
 
 %build
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 
 %install
 %configure
 
 %install
This page took 0.050042 seconds and 4 git commands to generate.