automatic version update by autodist [release 1.1.11-2mamba;Wed Jul 10 2013]
This commit is contained in:
parent
8e8816d322
commit
47060a1aff
48
mbr.spec
Normal file
48
mbr.spec
Normal file
@ -0,0 +1,48 @@
|
||||
Name: mbr
|
||||
Version: 1.1.11
|
||||
Release: 2mamba
|
||||
Summary: Master Boot Record for IBM-PC compatible computers
|
||||
Group: System/Kernel and Hardware
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.chiark.greenend.org.uk/~neilt/mbr/
|
||||
Source: http://www.chiark.greenend.org.uk/~neilt/mbr/mbr-%{version}.tar.gz
|
||||
License: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Master Boot Record for IBM-PC compatible computers.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_sbindir}/install-mbr
|
||||
%{_mandir}/man8/install-mbr.8.gz
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Wed Jul 10 2013 Automatic Build System <autodist@mambasoft.it> 1.1.11-2mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 06 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.11-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Nov 17 2007 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.1.10-1mamba
|
||||
- update to 1.1.10
|
||||
|
||||
* Wed Apr 26 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.8-1qilnx
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user