07e6726
Summary:       The NetBSD make(1) tool
07e6726
Name:          bmake
e765fad
Version:       20140101
07e6726
Release:       1%{?dist}
07e6726
License:       BSD with advertising
07e6726
Group:         Development/Tools
07e6726
URL:           ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/
07e6726
Source0:       ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/bmake-%{version}.tar.gz
07e6726
Requires:      mk-files
c1d6703
BuildRequires: mk-files
c1d6703
BuildRequires: util-linux
c1d6703
c1d6703
%description
soporte c36af2c
bmake, the NetBSD make tool, is a program designed to simplify the
c1d6703
maintenance of other programs.  The input of bmake is a list of specifications
c1d6703
indicating the files upon which the targets (programs and other files) depend.
c1d6703
bmake then detects which targets are out of date based on their dependencies
c1d6703
and triggers the necessary commands to bring them up to date when that happens.
c1d6703
c1d6703
bmake is similar to GNU make, even though the syntax for the advanced features
c1d6703
supported in Makefiles is very different.
c1d6703
c1d6703
%prep
c1d6703
%setup -q -n %{name}
c1d6703
c1d6703
%build
c1d6703
%configure --with-default-sys-path=%{_datadir}/mk
Julio Merino 2047444
sh ./make-bootstrap.sh
c1d6703
c1d6703
%install
Julio Merino f1f9820
install -m 755 -d %{buildroot}%{_bindir}
Julio Merino f1f9820
install -m 755 -c bmake %{buildroot}%{_bindir}/bmake
Julio Merino f1f9820
install -m 755 -d %{buildroot}%{_mandir}/man1
soporte b979feb
install -m 644 -c make.1 %{buildroot}%{_mandir}/man1/bmake.1
c1d6703
c1d6703
%files
c1d6703
%defattr(-,root,root,-)
c1d6703
%doc ChangeLog README
c1d6703
%{_bindir}/*
c1d6703
%{_mandir}/man1/*
c1d6703
c1d6703
%changelog
e765fad
* Wed Jan 15 2014 Luis Bazan <lbazan@fedoraproject.org> - 20140101-1
e765fad
- New Upstream version
e765fad
b628cb2
* Thu May 16 2013 Luis Bazan <lbazan@fedoraproject.org> - 20130330-1
b628cb2
- New Upstream version
b628cb2
07e6726
* Wed Mar 06 2013 Luis Bazan <lbazan@fedoraproject.org> - 20130123-1
07e6726
- New Upstream Version
07e6726
f7d7c79
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20120604-3
f7d7c79
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f7d7c79
soporte b979feb
* Wed Jun 06 2012 Luis Bazan <bazanluis20@gmail.com> 20120604-2
soporte b979feb
- Changing destination of the sources
soporte b979feb
soporte c36af2c
* Tue Jun 05 2012 Luis Bazan <bazanluis20@gmail.com> 20120604-1
soporte c36af2c
- New Upstream Version 20120604-1.
soporte c36af2c
soporte c36af2c
* Mon Feb 06 2012 Julio Merino <jmmv@NetBSD.org> 20111111-1
Julio Merino 2047444
- New upstream version.
Julio Merino 2047444
487b541
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20090222-4
487b541
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
487b541
58ba12e
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20090222-3
58ba12e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
58ba12e
73b8823
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20090222-2
73b8823
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
73b8823
15c2f75
* Wed Jul 15 2009 Stepan Kasal <skasal@redhat.com> - 20090222-1
15c2f75
- new upstream version
15c2f75
5182b41
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20080515-2
5182b41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
5182b41
soporte c36af2c
* Wed Jul 02 2008 Julio M. Merino Vidal <jmmv@NetBSD.org> - 20080515-1
c1d6703
- Initial release for Fedora.