⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mmounter.spec

📁 linux下的一个mount工具
💻 SPEC
字号:
%define name mmounter%define version 0.9%define release 1Summary: MacOS-like automounterName: %{name}Version: %{version}Release: %{release}Vendor: Lyonel Vincent <vincentl@ec-lyon.fr>Source: http://hpwww.ec-lyon.fr/~vincent/%{name}/%{name}-%{version}.tar.gzCopyright: GPLGroup: System Environment/DaemonsBuildroot: /var/tmp/%{name}-%{version}-%{release}-root%descriptionmmounter (Magic(!) Mounter) is a small tool to implement under U*X a behavioursimilar to MacOS handling of disks, floppies and CD-ROMs: whenever a device isintroduced in the system, it is automatically mounted under a well-knownlocation, identified by its label name. For example, an ext3 ZIP disk labelled"My photographs" would appear under "/Local/My photographs". It can alsooptionnaly eject devices (floppies, CDs, ZIPs).Read the file INSTALL for instructions on how to compile and install.mmounter should be portable across most UNIX-ish platforms and requires astandard-compliant C++ compiler such as g++ or HP aCC.For detailed information on mmounter features and usage, please see theincluded documentation or go to the mmounter Web page,http://hpwww.ec-lyon.fr/~vincent/mmounter/%prep%setup%buildmake all%installmake prefix=$RPM_BUILD_ROOT install%files%doc README ChangeLog INSTALL%defattr(-,root,root)%attr(500,root,root) /usr/sbin/mmounter%attr(755,root,root) /usr/bin/mmumount%attr(600,root,root) /etc/mmounter.conf%attr(500,root,root) /etc/rc.d/init.d/mmounter.rc%dir /Local%dir /var/cache/mmounter%postif [ -x /sbin/chkconfig ] ; then	/sbin/chkconfig --add mmounter.rc	/sbin/chkconfig mmounter.rc on	/etc/rc.d/init.d/mmounter.rc startelse	echo You will have to edit your startup scripts to add /etc/rc.d/init.d/mmounter.rcfi%cleanrm -rf $RPM_BUILD_ROOT

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -