2024-01-06 07:00:18 +01:00
|
|
|
Name: mbr
|
2024-01-06 07:00:19 +01:00
|
|
|
Version: 1.2.1
|
|
|
|
Release: 1mamba
|
2024-01-06 07:00:18 +01:00
|
|
|
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>
|
2024-01-06 07:00:19 +01:00
|
|
|
URL: https://www.chiark.greenend.org.uk/~neilt/mbr/
|
|
|
|
Source: http://deb.debian.org/debian/pool/main/m/mbr/mbr_%{version}.tar.xz
|
|
|
|
#Source: http://www.chiark.greenend.org.uk/~neilt/mbr/mbr-%{version}.tar.gz
|
2024-01-06 07:00:18 +01:00
|
|
|
License: GPL
|
2024-01-06 07:00:19 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: ldconfig
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 07:00:18 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
Master Boot Record for IBM-PC compatible computers.
|
|
|
|
|
2024-01-06 07:00:19 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-06 07:00:18 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_sbindir}/install-mbr
|
2024-01-06 07:00:19 +01:00
|
|
|
%{_mandir}/man8/install-mbr.8*
|
|
|
|
%doc AUTHORS COPYING
|
2024-01-06 07:00:18 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 07:00:19 +01:00
|
|
|
* Mon Feb 15 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-1mamba
|
|
|
|
- update to 1.2.1
|
|
|
|
|
2024-01-06 07:00:18 +01:00
|
|
|
* 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
|