From c3e5ed5fc4ab74ecce35416d77f75743fd114866 Mon Sep 17 00:00:00 2001 From: soporte Date: Jun 06 2012 17:25:39 +0000 Subject: change destiny --- 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 20120604-2 +- Change destination of the source + * Tue Jun 05 2012 Luis Bazan 20120604-1 - New Upstream Version 20120604-1.