[bmake/f17] new version

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


commit 42c21183609aa76d4b5555230e093c378d3425fb
Author: soporte <soporte at SOPORTE.(none)>
Date:   Tue Jun 5 17:32:50 2012 -0500

    new version

 .gitignore |    1 +
 bmake.spec |   27 ++++++++++++++-------------
 sources    |    2 +-
 3 files changed, 16 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c3921e2..e744951 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 bmake-20090222.tar.gz
+/bmake-20120604.tar.gz
diff --git a/bmake.spec b/bmake.spec
index fd1c387..de8653a 100644
--- a/bmake.spec
+++ b/bmake.spec
@@ -1,7 +1,7 @@
 Summary: The NetBSD make(1) tool
 Name: bmake
-Version: 20090222
-Release: 4%{?dist}
+Version: 20120604
+Release: 1%{?dist}
 License: BSD with advertising
 Group: Development/Tools
 URL: ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/
@@ -9,10 +9,9 @@ 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
+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
-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,12 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_mandir}/man1/*
 
 %changelog
+* Tue Jun 05 2012 Luis Bazan <bazanluis20 at gmail.com> 20120604-1
+- New Upstream Version 20120604-1.
+
+* Mon Feb 06 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
 
diff --git a/sources b/sources
index 89db140..46fe0f8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d3d62e4b97bf176fd8968e84458a148a  bmake-20090222.tar.gz
+114719dd26b363dffafc2f8f54d8c5aa  bmake-20120604.tar.gz


More information about the scm-commits mailing list