[bmake/f16] change tar add makefile

Luis Enrique Bazán De León lbazan at fedoraproject.org
Tue Jan 31 22:12:46 UTC 2012


commit 32d70fbb823e0c94a12c389d0b8d74bab8acf08c
Author: Luis Bazán <lbazan at BAKER-MINI-001.(none)>
Date:   Tue Jan 31 17:12:20 2012 -0500

    change tar add makefile

 bmake.spec |    9 +++++----
 sources    |    2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/bmake.spec b/bmake.spec
index e5d507e..75bbb22 100644
--- a/bmake.spec
+++ b/bmake.spec
@@ -1,7 +1,7 @@
 Summary: 	The NetBSD make(1) tool
 Name: 		bmake
 Version: 	20111111
-Release: 	3%{?dist}
+Release: 	4%{?dist}
 License: 	BSD with advertising
 Group: 		Development/Tools
 URL: 		ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/
@@ -26,7 +26,7 @@ supported in Makefiles is very different.
 
 %build
 %configure --with-default-sys-path=%{_datadir}/mk
-make -f Makefile.in %{?_smp_mflags} bootstrap
+make -f makefile.boot %{?_smp_mflags} bootstrap
 
 %install
 rm -rf ${RPM_BUILD_ROOT}
@@ -45,9 +45,10 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_mandir}/man1/*
 
 %changelog
-* Tue Jan 31 2012 Luis Bazan <lbazan at fedoraproject.org> - 20111111-3
+* Tue Jan 31 2012 Luis Bazan <lbazan at fedoraproject.org> - 20111111-4
 - New Upstream version
- 
+- add makefile.boot
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20090222-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 7f4fc90..f11bcd6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aa88e7038a532c53cac6b45d867002bf  bmake-20111111.tar.gz
+efaf55f47562ba7383705d0be7d7de43  bmake-20111111.tar.gz


More information about the scm-commits mailing list