[bmake/f15] 20111111 for f15

Luis Enrique Bazán De León lbazan at fedoraproject.org
Tue Jun 5 21:37:29 UTC 2012


commit f0a75defe5366ee6c36a3e40ffd7925fc5bf935c
Author: soporte <soporte at SOPORTE.(none)>
Date:   Tue Jun 5 16:37:35 2012 -0500

    20111111 for f15

 .gitignore |    1 +
 bmake.spec |   28 ++++++++++++++++------------
 sources    |    2 +-
 3 files changed, 18 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c3921e2..2743af8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 bmake-20090222.tar.gz
+/bmake-20111111.tar.gz
diff --git a/bmake.spec b/bmake.spec
index 0fddcb6..af3c3a0 100644
--- a/bmake.spec
+++ b/bmake.spec
@@ -1,7 +1,7 @@
 Summary: The NetBSD make(1) tool
 Name: bmake
-Version: 20090222
-Release: 3%{?dist}
+Version: 20111111
+Release: 1%{?dist}
 License: BSD with advertising
 Group: Development/Tools
 URL: ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/
@@ -9,7 +9,6 @@ Source0: ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/bmake-%{version}.tar.gz
 Requires: mk-files
 BuildRequires: mk-files
 BuildRequires: util-linux
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
 bmake, the NetBSD make(1) tool, is a program designed to simplify the
@@ -26,17 +25,13 @@ supported in Makefiles is very different.
 
 %build
 %configure --with-default-sys-path=%{_datadir}/mk
-make -f makefile.boot %{?_smp_mflags} bootstrap
+sh ./make-bootstrap.sh
 
 %install
-rm -rf ${RPM_BUILD_ROOT}
-install -m 755 -d ${RPM_BUILD_ROOT}%{_bindir}
-install -m 755 -c bmake ${RPM_BUILD_ROOT}%{_bindir}/bmake
-install -m 755 -d ${RPM_BUILD_ROOT}%{_mandir}/man1
-install -m 644 -c bmake.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/bmake.1
-
-%clean
-rm -rf ${RPM_BUILD_ROOT}
+install -m 755 -d %{buildroot}%{_bindir}
+install -m 755 -c bmake %{buildroot}%{_bindir}/bmake
+install -m 755 -d %{buildroot}%{_mandir}/man1
+install -m 644 -c bmake.1 %{buildroot}%{_mandir}/man1/bmake.1
 
 %files
 %defattr(-,root,root,-)
@@ -45,6 +40,15 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_mandir}/man1/*
 
 %changelog
+* Tue Jun 05 2012 Luis Bazan <bazanluis20 at gmail.com> 20111111-1
+- New Version for f15
+
+* Mon Feb 6 2012 Julio Merino <jmmv at NetBSD.org> 20111111-1
+- New upstream version.
+
+* Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20090222-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
 * 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 89db140..7f4fc90 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d3d62e4b97bf176fd8968e84458a148a  bmake-20090222.tar.gz
+aa88e7038a532c53cac6b45d867002bf  bmake-20111111.tar.gz


More information about the scm-commits mailing list