[bmake/f16] details

Luis Enrique Bazán De León lbazan at fedoraproject.org
Fri Jun 8 16:17:07 UTC 2012


commit b03c7056b54c35afbdc4646ad66735aa516777a3
Author: soporte <soporte at SOPORTE.(none)>
Date:   Fri Jun 8 11:18:14 2012 -0500

    details

 bmake.spec |   56 ++++++++++++++++++++++++++------------------------------
 1 files changed, 26 insertions(+), 30 deletions(-)
---
diff --git a/bmake.spec b/bmake.spec
index d19e8ec..4ff91b1 100644
--- a/bmake.spec
+++ b/bmake.spec
@@ -1,18 +1,17 @@
-Summary: 	The NetBSD make(1) tool
-Name: 		bmake
-Version: 	20120604
-Release: 	1%{?dist}
-License: 	BSD with advertising
-Group: 		Development/Tools
-URL: 		ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/
-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)
+Summary: The NetBSD make(1) tool
+Name: bmake
+Version: 20120604
+Release: 2%{?dist}
+License: BSD with advertising
+Group: Development/Tools
+URL: ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/
+Source0: ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/bmake-%{version}.tar.gz
+Requires: mk-files
+BuildRequires: mk-files
+BuildRequires: util-linux
 
 %description
-bmake, the NetBSD make(1) tool, is a program designed to simplify the
+bmake, the NetBSD make tool, is a program designed to simplify the
 maintenance of other programs.  The input of bmake is a list of specifications
 indicating the files upon which the targets (programs and other files) depend.
 bmake then detects which targets are out of date based on their dependencies
@@ -26,17 +25,13 @@ supported in Makefiles is very different.
 
 %build
 %configure --with-default-sys-path=%{_datadir}/mk
-bmake -f Makefile %{?_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 make.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 make.1 %{buildroot}%{_mandir}/man1/bmake.1
 
 %files
 %defattr(-,root,root,-)
@@ -45,16 +40,17 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_mandir}/man1/*
 
 %changelog
-* Fri Jun 08 2012 Luis Bazan <lbazan at fedoraproject.org> - 20120604-1
-- New Upstream Version
-- bmake.1 change to make.1 
+* Fri Jun 08 2012 Luis Bazan <bazanluis20 at gmail.com> 20120604-2
+- bmake.1 to make.1
+
+* Tue Jun 05 2012 Luis Bazan <bazanluis20 at gmail.com> 20120604-1
+- New Upstream Version 20120604-1.
 
-* Wed Feb 01 2012 Luis Bazan <lbazan at fedoraproject.org> - 20111111-5
-- clean spec
+* Mon Feb 06 2012 Julio Merino <jmmv at NetBSD.org> 20111111-1
+- New upstream version.
 
-* Tue Jan 31 2012 Luis Bazan <lbazan at fedoraproject.org> - 20111111-4
-- New Upstream version
-- add makefile.boot
+* 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


More information about the scm-commits mailing list