update to 2.3.0 [release 2.3.0-1mamba;Tue May 14 2013]

This commit is contained in:
Automatic Build System 2024-01-06 07:21:24 +01:00
parent 3a1842a656
commit 256168394d
2 changed files with 62 additions and 0 deletions

View File

@ -1,2 +1,5 @@
# ms-sys # ms-sys
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.

59
ms-sys.spec Normal file
View File

@ -0,0 +1,59 @@
Name: ms-sys
Version: 2.3.0
Release: 1mamba
Summary: A Linux program for writing Microsoft compatible boot records
Group: System/Kernel and Hardware
Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://ms-sys.sourceforge.net/
Source: http://downloads.sourceforge.net/project/ms-sys/ms-sys%20development/%{version}/ms-sys-%{version}.tar.gz
#Source: http://downloads.sourceforge.net/project/ms-sys/ms-sys%20stable/%{version}/ms-sys-%{version}.tar.gz
License: GPL
Requires(post):%{__install_info}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%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.
%prep
%setup -q
%build
%make \
EXTRA_CFLAGS="%{optflags}"
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeoldinstall \
BINDIR=%{buildroot}%{_bindir} \
LOCALEDIR=%{buildroot}%{_datadir}/locale \
MANDIR=%{buildroot}%{_mandir}
%find_lang %{name}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/%{name}
%{_mandir}/man1/*
%doc CHANGELOG CONTRIBUTORS COPYING README TODO
%changelog
* 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