rpms/bmake/F-9 bmake.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Julio M. Merino Vidal (jmmv) fedora-extras-commits at redhat.com
Wed Jul 9 18:51:39 UTC 2008


Author: jmmv

Update of /cvs/pkgs/rpms/bmake/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26603/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	bmake.spec import.log 
Log Message:
* Wed Jul 2 2008 Julio M. Merino Vidal <jmmv at NetBSD.org> - 20080515-1
- Initial release for Fedora.



--- NEW FILE bmake.spec ---
Summary: The NetBSD make(1) tool
Name: bmake
Version: 20080515
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)

%description
bmake, the NetBSD make(1) 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
and triggers the necessary commands to bring them up to date when that happens.

bmake is similar to GNU make, even though the syntax for the advanced features
supported in Makefiles is very different.

%prep
%setup -q -n %{name}

%build
%configure --with-default-sys-path=%{_datadir}/mk
make -f makefile.boot %{?_smp_mflags} bootstrap

%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}

%files
%defattr(-,root,root,-)
%doc ChangeLog README
%{_bindir}/*
%{_mandir}/man1/*

%changelog
* Wed Jul 2 2008 Julio M. Merino Vidal <jmmv at NetBSD.org> - 20080515-1
- Initial release for Fedora.


--- NEW FILE import.log ---
bmake-20080515-1_fc10:F-9:bmake-20080515-1.fc10.src.rpm:1215598567


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bmake/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Jul 2008 16:55:58 -0000	1.1
+++ .cvsignore	9 Jul 2008 18:50:48 -0000	1.2
@@ -0,0 +1 @@
+bmake-20080515.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bmake/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Jul 2008 16:55:58 -0000	1.1
+++ sources	9 Jul 2008 18:50:48 -0000	1.2
@@ -0,0 +1 @@
+a16b119c5d99dd2ecfdc6307c76fb83c  bmake-20080515.tar.gz




More information about the scm-commits mailing list