forked from pool/mtools
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:
commit
46f22cf465
@ -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
|
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: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig(x11)
|
|
||||||
BuildRequires: pkgconfig(xau)
|
|
||||||
Requires(pre): %{install_info_prereq}
|
Requires(pre): %{install_info_prereq}
|
||||||
Requires: glibc-locale
|
Requires: glibc-locale
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} > 1220
|
|
||||||
BuildRequires: makeinfo
|
BuildRequires: makeinfo
|
||||||
BuildRequires: texinfo
|
BuildRequires: texinfo
|
||||||
%else
|
|
||||||
BuildRequires: texlive-latex
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Mtools allows uncomplicated access to an MS-DOS file system on disk
|
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.
|
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
|
%package doc
|
||||||
Summary: Access Files on an MS-DOS File System
|
Summary: Access Files on an MS-DOS File System
|
||||||
License: GPL-3.0+ and GFDL-1.3
|
License: GPL-3.0+ and GFDL-1.3
|
||||||
@ -87,7 +71,8 @@ XDF support for OS/2 is also provided.
|
|||||||
%build
|
%build
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
%configure \
|
%configure \
|
||||||
--includedir=%{_prefix}/src/linux/include
|
--includedir=%{_prefix}/src/linux/include \
|
||||||
|
--disable-floppyd
|
||||||
|
|
||||||
make %{?_smp_mflags} all info pdf
|
make %{?_smp_mflags} all info pdf
|
||||||
|
|
||||||
@ -112,11 +97,6 @@ cp -p mtools.conf %{buildroot}%{_sysconfdir}
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%exclude %{_bindir}/f*
|
%exclude %{_bindir}/f*
|
||||||
|
|
||||||
%files floppyd
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc %{_mandir}/man?*/f*
|
|
||||||
%{_bindir}/f*
|
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc *.pdf
|
%doc *.pdf
|
||||||
|
Loading…
Reference in New Issue
Block a user