- disable parallel build, does not work
OBS-URL: https://build.opensuse.org/package/show/Base:System/mtools?expand=0&rev=45
This commit is contained in:
parent
8ff6987fce
commit
6b165b9391
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 13:19:05 UTC 2018 - pgajdos@suse.com
|
||||
|
||||
- disable parallel build, does not work
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 27 17:31:13 UTC 2018 - stefan.bruens@rwth-aachen.de
|
||||
|
||||
|
@ -20,7 +20,7 @@ Name: mtools
|
||||
Version: 4.0.18
|
||||
Release: 0
|
||||
Summary: Access Files on an MS-DOS File System
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: System/Filesystems
|
||||
Url: http://mtools.linux.lu/
|
||||
Source0: http://ftp.gnu.org/gnu/mtools/%{name}-%{version}.tar.bz2
|
||||
@ -49,7 +49,7 @@ XDF support for OS/2 is also provided.
|
||||
|
||||
%package doc
|
||||
Summary: Access Files on an MS-DOS File System
|
||||
License: GPL-3.0+ and GFDL-1.3
|
||||
License: GPL-3.0-or-later AND GFDL-1.3-only
|
||||
Group: System/Filesystems
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
@ -74,7 +74,7 @@ autoreconf -fi
|
||||
--includedir=%{_prefix}/src/linux/include \
|
||||
--disable-floppyd
|
||||
|
||||
make %{?_smp_mflags} all info pdf
|
||||
make -j1 all info pdf
|
||||
|
||||
%install
|
||||
install -d -m 755 %{buildroot}%{_sysconfdir}
|
||||
@ -90,7 +90,8 @@ cp -p mtools.conf %{buildroot}%{_sysconfdir}
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%config %{_sysconfdir}/mtools.conf
|
||||
%doc Release.notes NEWS COPYING README*
|
||||
%doc Release.notes NEWS README*
|
||||
%license COPYING
|
||||
%doc %{_mandir}/man?*/*
|
||||
%exclude %{_mandir}/man?*/f*
|
||||
%doc %{_infodir}/mtools.info*
|
||||
|
Loading…
Reference in New Issue
Block a user