mbr/mbr.spec

59 lines
1.5 KiB
RPMSpec
Raw Permalink Normal View History

Name: mbr
Version: 1.2.2
Release: 1mamba
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: https://www.chiark.greenend.org.uk/~neilt/mbr/
Source: http://deb.debian.org/debian/pool/main/m/mbr/mbr_%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
%description
Master Boot Record for IBM-PC compatible computers.
%debug_package
%prep
%setup -q -n mbr
%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*
%doc AUTHORS COPYING
%changelog
* Thu Feb 22 2024 Automatic Build System <autodist@openmamba.org> 1.2.2-1mamba
- automatic version update by autodist
* Mon Feb 15 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-1mamba
- update to 1.2.1
* 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