forked from pool/mtools
Accepting request 657214 from home:jengelh:branches:Base:System
- Use noun phrase in summary. - Fix excessively large keyring. OBS-URL: https://build.opensuse.org/request/show/657214 OBS-URL: https://build.opensuse.org/package/show/Base:System/mtools?expand=0&rev=54
This commit is contained in:
parent
a63e315e4d
commit
1f5ba587c2
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 11 13:57:02 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Use noun phrase in summary.
|
||||||
|
- Fix excessively large keyring.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 7 12:32:07 UTC 2018 - malte.kraus@suse.com
|
Fri Dec 7 12:32:07 UTC 2018 - malte.kraus@suse.com
|
||||||
|
|
||||||
|
623831
mtools.keyring
623831
mtools.keyring
File diff suppressed because it is too large
Load Diff
21
mtools.spec
21
mtools.spec
@ -12,14 +12,14 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: mtools
|
Name: mtools
|
||||||
Version: 4.0.22
|
Version: 4.0.22
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Access Files on an MS-DOS File System
|
Summary: Tools to access MS-DOS filesystems without kernel drivers
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
Url: http://mtools.linux.lu/
|
Url: http://mtools.linux.lu/
|
||||||
@ -41,24 +41,21 @@ BuildRequires: makeinfo
|
|||||||
BuildRequires: texinfo
|
BuildRequires: texinfo
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Mtools allows uncomplicated access to an MS-DOS file system on disk
|
Mtools allows access to an MS-DOS file system on disk without
|
||||||
without mounting it. It includes commands for working with MS-DOS
|
mounting it. It includes commands for working with MS-DOS files:
|
||||||
files: mdir, mcd, mcopy, and mformat.
|
mdir, mcd, mcopy, and mformat.
|
||||||
|
|
||||||
XDF support for OS/2 is also provided.
|
XDF support for OS/2 is also provided.
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Access Files on an MS-DOS File System
|
Summary: Documentation for mtools, a toolset for MS-DOS filesystem access
|
||||||
License: GPL-3.0-or-later AND GFDL-1.3-only
|
License: GPL-3.0-or-later AND GFDL-1.3-only
|
||||||
Group: System/Filesystems
|
Group: Documentation/PDF
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
Mtools allows uncomplicated access to an MS-DOS file system on disk
|
Mtools allows access to an MS-DOS file system on disk without
|
||||||
without mounting it. It includes commands for working with MS-DOS
|
mounting it. This subpackage contains the documentation for it.
|
||||||
files: mdir, mcd, mcopy, and mformat.
|
|
||||||
|
|
||||||
XDF support for OS/2 is also provided.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
Loading…
Reference in New Issue
Block a user