]> git.pld-linux.org Git - packages/cfs.git/blob - cfs.spec
c92518d163b79683d1bbd20c3e84b05035e6a720
[packages/cfs.git] / cfs.spec
1 Summary:        Cryptographic Filesystem
2 Summary(pl.UTF-8):      Kryptograficzny system plików
3 Name:           cfs
4 Version:        1.3.3
5 Release:        2
6 License:        distributable
7 # Original source is unknown
8 Group:          Applications/File
9 Source0:        ftp://ftp.zedz.net/pub/crypto/disk/cfs/%{name}_%{version}.orig.tar.gz
10 # Source0-md5:  cb4c5c107b77a50c25628f6655aae378
11 Patch0:         http://non-us.debian.org/debian-non-US/dists/potato/non-US/main/source/%{name}_1.3.3-8.diff.gz
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 CFS pushes encryption services into the Unix(tm) file system. It
16 supports secure storage at the system level through a standard Unix
17 file system interface to encrypted files. Users associate a
18 cryptographic key with the directories they wish to protect. Files in
19 these directories (as well as their pathname components) are
20 transparently encrypted and decrypted with the specified key without
21 further user intervention; cleartext is never stored on a disk or sent
22 to a remote file server. CFS employs a novel combination of DES stream
23 and codebook cipher modes to provide high security with good
24 performance on a modern workstation. CFS can use any available file
25 system for its underlying storage without modification, including
26 remote file servers such as NFS. System management functions, such as
27 file backup, work in a normal manner and without knowledge of the key.
28
29 %description -l pl.UTF-8
30 CFS dodaje usługi szyfrujące do systemu plików Unixów. Obsługuje on
31 bezpieczny zapis informacji poprzez standardowy interfejs systemu
32 plików dostępny w Uniksach. Użytkownicy przypisują kryptograficzne
33 klucze tym katalogom, które chcą zabezpieczyć. Pliki w tych katalogach
34 (jak również ich nazwy) są przezroczyście szyfrowane i deszyfrowane z
35 podanym kluczem; dane czystym tekstem nigdy nie są zapisywane na dysku
36 czy przesyłane przez sieć do zdalnego serwera.
37
38 %prep
39 %setup -q -n %{name}-%{version}.orig
40
41 %build
42 %{__make} cfs esm \
43         CC="%{__cc}" \
44         COPT="%{rpmcflags}"
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install_cfs install_esm \
50         BINDIR=$RPM_BUILD_ROOT%{_bindir} \
51         ETCDIR=$RPM_BUILD_ROOT%{_sbindir}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc README*
59 %attr(,,)
This page took 0.047396 seconds and 2 git commands to generate.