43 lines
1.1 KiB
RPMSpec
43 lines
1.1 KiB
RPMSpec
|
### AUTOUPDATE-OFF: 1
|
||
|
Name: build
|
||
|
Version: 0.3.9
|
||
|
Release: 1mamba
|
||
|
Summary: A massively-parallel software build system implemented on top of GNU make
|
||
|
Group: Development/Tools
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
|
URL: http://www.codesynthesis.com/projects/build/
|
||
|
Source: http://www.codesynthesis.com/download/build/0.3/build-%{version}.tar.bz2
|
||
|
License: GPL
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
## AUTOBUILDREQ-END
|
||
|
BuildArch: noarch
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
|
||
|
%description
|
||
|
build is a massively-parallel software build system implemented on top of GNU make.
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
|
||
|
%build
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%makeinstall install_prefix=%{buildroot}%{_prefix}
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%dir %{_includedir}/build-0.3/
|
||
|
%{_includedir}/build-0.3/*
|
||
|
%doc LICENSE
|
||
|
|
||
|
%changelog
|
||
|
* Thu Aug 09 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.9-1mamba
|
||
|
- package created by autospec
|