Accepting request 602415 from 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. (forwarded request 602109 from StefanBruens)

OBS-URL: https://build.opensuse.org/request/show/602415
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mtools?expand=0&rev=43
This commit is contained in:
Dominique Leuenberger 2018-05-06 12:56:07 +00:00 committed by Git OBS Bridge
commit 46f22cf465
2 changed files with 9 additions and 22 deletions

View File

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

View File

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