Accepting request 602109 from home:StefanBruens:branches:Base:System
- Disable floppyd support. Floppyd is a daemon allowing remote X clients to access floppies attached to e.g. thin clients. As it uses X authentication, it pulls in X libraries. OBS-URL: https://build.opensuse.org/request/show/602109 OBS-URL: https://build.opensuse.org/package/show/Base:System/mtools?expand=0&rev=43
This commit is contained in:
parent
f34202b2a5
commit
8ff6987fce
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 27 17:31:13 UTC 2018 - stefan.bruens@rwth-aachen.de
|
||||
|
||||
- Disable floppyd support. Floppyd is a daemon allowing remote X
|
||||
clients to access floppies attached to e.g. thin clients. As it
|
||||
uses X authentication, it pulls in X libraries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 13 18:59:51 UTC 2018 - crrodriguez@opensuse.org
|
||||
|
||||
|
24
mtools.spec
24
mtools.spec
@ -34,17 +34,11 @@ Patch5: %{name}-%{version}-prototypes.diff
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xau)
|
||||
Requires(pre): %{install_info_prereq}
|
||||
Requires: glibc-locale
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version} > 1220
|
||||
BuildRequires: makeinfo
|
||||
BuildRequires: texinfo
|
||||
%else
|
||||
BuildRequires: texlive-latex
|
||||
%endif
|
||||
|
||||
%description
|
||||
Mtools allows uncomplicated access to an MS-DOS file system on disk
|
||||
@ -53,16 +47,6 @@ files: mdir, mcd, mcopy, and mformat.
|
||||
|
||||
XDF support for OS/2 is also provided.
|
||||
|
||||
%package floppyd
|
||||
Summary: Floppy daemon for remote access to floppy drive
|
||||
License: GPL-3.0+
|
||||
Group: System/Filesystems
|
||||
|
||||
%description floppyd
|
||||
Floppyd is used as a server to grant access to the floppy drive to
|
||||
clients running on a remote machine, just as an X server grants access
|
||||
to the display to remote clients.
|
||||
|
||||
%package doc
|
||||
Summary: Access Files on an MS-DOS File System
|
||||
License: GPL-3.0+ and GFDL-1.3
|
||||
@ -87,7 +71,8 @@ XDF support for OS/2 is also provided.
|
||||
%build
|
||||
autoreconf -fi
|
||||
%configure \
|
||||
--includedir=%{_prefix}/src/linux/include
|
||||
--includedir=%{_prefix}/src/linux/include \
|
||||
--disable-floppyd
|
||||
|
||||
make %{?_smp_mflags} all info pdf
|
||||
|
||||
@ -112,11 +97,6 @@ cp -p mtools.conf %{buildroot}%{_sysconfdir}
|
||||
%{_bindir}/*
|
||||
%exclude %{_bindir}/f*
|
||||
|
||||
%files floppyd
|
||||
%defattr(-,root,root)
|
||||
%doc %{_mandir}/man?*/f*
|
||||
%{_bindir}/f*
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
%doc *.pdf
|
||||
|
Loading…
Reference in New Issue
Block a user