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

📄 cryptmount.spec

📁 Cryptmount是对Linux系统下的文件系统以及用户设备、文档等进行加密的系统.
💻 SPEC
字号:
## rpm spec-file for cryptmount# $Revision: 125 $, $Date: 2006-09-22 20:39:18 +0100 (Fri, 22 Sep 2006) $# Copyright 2006, Holger Mueller & RW Penney#Summary:	Let ordinary users mount an encrypted file systemName:		cryptmountVersion: 	1.1.1Release:	1License:	GPLURL:		http://cryptmount.sourceforge.netGroup:		Applications/SystemSource0:	%{name}-%{version}.tar.gzBuildRequires:  openssl-devel Requires:	openssl device-mapperBuildRoot:	%{_tmppath}/%{name}-%{version}-root%descriptioncryptmount is a utility for the GNU/Linux operating system which allowsan ordinary user to mount an encrypted filing system without requiringsuperuser privileges. Filesystems can reside on raw disk partitions orordinary files, with cryptmount automatically configuring device-mapper and loopback devices before mounting.%prep%setup -n %{name}-%{version}for mkfile in Makefile.am Makefile.in Makefile; do  if test -f ${mkfile}; then ed -s ${mkfile} - <<EOF/^install-exec-hook://^	chown root.root/dwqEOF  fi; done%build%configure --enable-delegation --enable-fsckmake%installrm -rf %{buildroot}mkdir -p %{buildroot}/etc/init.d %{buildroot}/etc/defaultmake DESTDIR=%{buildroot} install%cleanrm -rf $RPM_BUILD_ROOT%files%defattr(644,root,root)%doc AUTHORS ChangeLog COPYING NEWS README RELNOTES ToDo%attr(4751,root,root) %{_bindir}/%{name}%dir %{_sysconfdir}/cryptmount%config %{_sysconfdir}/cryptmount/*/etc/init.d/*%attr(0754,root,root) /etc/init.d/cryptmount/etc/default/*%config /etc/default/cryptmount%{_mandir}/man5/*%{_mandir}/man8/*%{_mandir}/*/man5/*%{_mandir}/*/man8/*%{_datadir}/locale/*/LC_MESSAGES/*%changelog* Sun Jul 16 2006 RW Penney <cryptmount@rwpenney.org.uk> - 1.1* Mon May 29 2006 RW Penney <cryptmount@rwpenney.org.uk> - 1.0* Sat Apr 07 2006 RW Penney <cryptmount@rwpenney.org.uk> - 0.4* Sun Mar 05 2006 RW Penney <cryptmount@rwpenney.org.uk> - 0.3* Sun Jan 22 2006 RW Penney <cryptmount@rwpenney.org.uk> - 0.2* Sun Jan 22 2006 Holger Mueller <holger@MAPS.euhm.de> - 0.1-1mr- RPM spec created

⌨️ 快捷键说明

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