[bmake/f17] change destiny

Luis Enrique Bazán De León lbazan at fedoraproject.org
Wed Jun 6 17:25:19 UTC 2012


commit c3e5ed5fc4ab74ecce35416d77f75743fd114866
Author: soporte <soporte at SOPORTE.(none)>
Date:   Wed Jun 6 12:25:39 2012 -0500

    change destiny

 bmake.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/bmake.spec b/bmake.spec
index 6bc5707..6a997ea 100644
--- a/bmake.spec
+++ b/bmake.spec
@@ -1,7 +1,7 @@
 Summary: The NetBSD make(1) tool
 Name: bmake
 Version: 20120604
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD with advertising
 Group: Development/Tools
 URL: ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/
@@ -31,7 +31,7 @@ sh ./make-bootstrap.sh
 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/make.1
+install -m 644 -c make.1 %{buildroot}%{_mandir}/man1/bmake.1
 
 %files
 %defattr(-,root,root,-)
@@ -40,6 +40,9 @@ install -m 644 -c make.1 %{buildroot}%{_mandir}/man1/make.1
 %{_mandir}/man1/*
 
 %changelog
+* Wed Jun 06 2012 Luis Bazan <bazanluis20 at gmail.com> 20120604-2
+- Change destination of the source
+
 * Tue Jun 05 2012 Luis Bazan <bazanluis20 at gmail.com> 20120604-1
 - New Upstream Version 20120604-1.
 


More information about the scm-commits mailing list