2024-01-06 07:21:24 +01:00
|
|
|
Name: ms-sys
|
2024-01-06 07:21:24 +01:00
|
|
|
Version: 2.8.0
|
2024-01-06 07:21:24 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A Linux program for writing Microsoft compatible boot records
|
|
|
|
Group: System/Kernel and Hardware
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-06 07:21:24 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 07:21:24 +01:00
|
|
|
URL: https://ms-sys.sourceforge.net/
|
2024-01-06 07:21:24 +01:00
|
|
|
Source: http://downloads.sourceforge.net/project/ms-sys/ms-sys%20stable/%{version}/ms-sys-%{version}.tar.gz
|
2024-01-06 07:21:24 +01:00
|
|
|
License: GPL
|
2024-01-06 07:21:24 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 07:21:24 +01:00
|
|
|
Requires(post):%{__install_info}
|
|
|
|
|
|
|
|
%description
|
|
|
|
ms-sys is a Linux program for writing Microsoft compatible boot records.
|
|
|
|
The program does the same as Microsoft "fdisk /mbr" to a hard disk or "sys d:" to a floppy or FAT partition except that it does not copy any system files, only the boot record is written.
|
|
|
|
|
2024-01-06 07:21:24 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-06 07:21:24 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%make \
|
|
|
|
EXTRA_CFLAGS="%{optflags}"
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeoldinstall \
|
|
|
|
BINDIR=%{buildroot}%{_bindir} \
|
|
|
|
LOCALEDIR=%{buildroot}%{_datadir}/locale \
|
|
|
|
MANDIR=%{buildroot}%{_mandir}
|
|
|
|
|
2024-01-06 07:21:24 +01:00
|
|
|
%find_lang %{name} --with-man
|
2024-01-06 07:21:24 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_mandir}/man1/*
|
2024-01-06 07:21:24 +01:00
|
|
|
%doc COPYING CONTRIBUTORS
|
|
|
|
#% doc CHANGELOG README TODO
|
2024-01-06 07:21:24 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 07:21:24 +01:00
|
|
|
* Mon Oct 17 2022 Automatic Build System <autodist@mambasoft.it> 2.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:21:24 +01:00
|
|
|
* Sun Aug 29 2021 Automatic Build System <autodist@mambasoft.it> 2.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:21:24 +01:00
|
|
|
* Sun Dec 13 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.1-1mamba
|
|
|
|
- update to 2.4.1
|
|
|
|
|
2024-01-06 07:21:24 +01:00
|
|
|
* Tue May 14 2013 Automatic Build System <autodist@mambasoft.it> 2.3.0-1mamba
|
|
|
|
- update to 2.3.0
|
|
|
|
|
|
|
|
* Wed Jan 26 2011 Automatic Build System <autodist@mambasoft.it> 2.2.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri Jun 04 2010 Automatic Build System <autodist@mambasoft.it> 2.2.0-1mamba
|
|
|
|
- update to 2.2.0
|
|
|
|
|
|
|
|
* Tue Jan 27 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat Nov 17 2007 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 2.1.2-1mamba
|
|
|
|
- package created by autospec
|