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