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