From 6b165b9391d3356df266a867c2e24145b8ca422882470216861d8a08c64452c6 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 16 Jul 2018 13:33:01 +0000 Subject: [PATCH] - disable parallel build, does not work OBS-URL: https://build.opensuse.org/package/show/Base:System/mtools?expand=0&rev=45 --- mtools.changes | 5 +++++ mtools.spec | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/mtools.changes b/mtools.changes index 3dd22a5..f4d46a4 100644 --- a/mtools.changes +++ b/mtools.changes @@ -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 diff --git a/mtools.spec b/mtools.spec index d572597..5fe8783 100644 --- a/mtools.spec +++ b/mtools.spec @@ -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*