]> git.pld-linux.org Git - packages/encfs.git/blob - encfs.spec
- updated to 1.2.2, rel 0.1
[packages/encfs.git] / encfs.spec
1 Summary:        Encrypted pass-thru filesystem for Linux
2 Summary(pl):    Zaszyfrowany system plików dla Linuksa
3 Name:           encfs
4 Version:        1.2.2
5 Release:        0.1
6 License:        GPL v2
7 Group:          Applications/System
8 Source0:        http://arg0.net/users/vgough/download/%{name}-%{version}-2.tgz
9 # Source0-md5:  10a7fd97006a2b2f4f0347cd85048204
10 URL:            http://arg0.net/users/vgough/encfs.html
11 BuildRequires:  libfuse-devel >= 2.2
12 BuildRequires:  openssl-devel >= 0.9.7d
13 BuildRequires:  pkgconfig
14 BuildRequires:  rlog-devel
15 Requires:       fusermount > 2.2
16 Requires:       rlog >= 1.3
17 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 EncFS implements an encrypted filesystem in userspace using FUSE. FUSE
21 provides a Linux kernel module which allows virtual filesystems to be
22 written in userspace. EncFS encrypts all data and filenames in the
23 filesystem and passes access through to the underlying filesystem.
24 Similar to CFS except that it does not use NFS.
25
26 %description -l pl
27 EncFS jest implementacj± zaszyfrowanego systemu plików w przestrzeni
28 u¿ytkownika przy u¿yciu FUSE. FUSE dostarcza modu³ j±dra Linuksa
29 pozwalaj±cy na obs³ugê wirtualnych systemów plików w przestrzeni
30 u¿ytkownika. EncFS szyfruje wszystkie dane oraz nazwy plików w
31 systemie plików i przekazuje kontrolê do le¿±cego ni¿ej systemu
32 plików. Jest podobny do CFS-a, ale nie u¿ywa NFS-a.
33
34 %prep
35 %setup -q
36
37 %build
38 %configure \
39         --enable-debug=no
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %find_lang %{name}
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files -f %{name}.lang
54 %defattr(644,root,root,755)
55 %doc AUTHORS ChangeLog README
56 %attr(755,root,adm) %{_bindir}/encfs*
57 %{_mandir}/man1/*.1*
This page took 0.050546 seconds and 3 git commands to generate.