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