Accepting request 623135 from Base:System

- do not build in parallel as it fails

OBS-URL: https://build.opensuse.org/request/show/623135
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mtools?expand=0&rev=44
This commit is contained in:
Dominique Leuenberger 2018-07-25 14:04:11 +00:00 committed by Git OBS Bridge
commit 6095e2a06a
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 16 13:19:05 UTC 2018 - pgajdos@suse.com
- do not build in parallel as it fails
-------------------------------------------------------------------
Fri Apr 27 17:31:13 UTC 2018 - stefan.bruens@rwth-aachen.de

View File

@ -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*