]> git.pld-linux.org Git - packages/encfs.git/blame - encfs.spec
- up to 1.9.1
[packages/encfs.git] / encfs.spec
CommitLineData
44efdce5 1# TODO: duplicated locales (es vs es_ES, fr vs fr_FR)
b596cc7b 2Summary: Encrypted pass-thru filesystem for Linux
f46476bf 3Summary(pl.UTF-8): Zaszyfrowany system plików dla Linuksa
b596cc7b 4Name: encfs
aa488f38
JR
5Version: 1.9.1
6Release: 1
b596cc7b 7License: GPL v2
f3720e18 8Group: Applications/System
aa488f38
JR
9Source0: https://github.com/vgough/encfs/archive/v%{version}/%{name}-%{version}.tar.gz
10# Source0-md5: 7cbf9cc3c5af49b46703ce6ba70d22a4
71c7526f 11URL: http://www.arg0.net/encfs
9ea89f65 12BuildRequires: boost-devel >= 1.34.0
8dc968be 13BuildRequires: gettext-tools >= 0.17
831874bf 14BuildRequires: libfuse-devel >= 2.5
f5270d7d 15BuildRequires: libstdc++-devel
b596cc7b 16BuildRequires: openssl-devel >= 0.9.7d
79884d3d 17BuildRequires: perl-tools-pod
36191adb 18BuildRequires: pkgconfig
79884d3d 19BuildRequires: rlog-devel >= 1.3
b596cc7b 20Requires: rlog >= 1.3
c06684f4 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
b596cc7b
PG
22
23%description
24EncFS implements an encrypted filesystem in userspace using FUSE. FUSE
25provides a Linux kernel module which allows virtual filesystems to be
26written in userspace. EncFS encrypts all data and filenames in the
27filesystem and passes access through to the underlying filesystem.
28Similar to CFS except that it does not use NFS.
29
4d370407
JR
30%description -l pl.UTF-8
31EncFS jest implementacją zaszyfrowanego systemu plików w przestrzeni
32użytkownika przy użyciu FUSE. FUSE dostarcza moduł jądra Linuksa
33pozwalający na obsługę wirtualnych systemów plików w przestrzeni
34użytkownika. EncFS szyfruje wszystkie dane oraz nazwy plików w
35systemie plików i przekazuje kontrolę do leżącego niżej systemu
36plików. Jest podobny do CFS-a, ale nie używa NFS-a.
f3720e18 37
b596cc7b
PG
38%prep
39%setup -q
40
41%build
aa488f38
JR
42mkdir build
43cd build
44%{cmake} .. \
45 -DBUILD_SHARED_LIBS:BOOL=OFF
743eee70 46
aa488f38 47%{__make}
b596cc7b
PG
48
49%install
50rm -rf $RPM_BUILD_ROOT
51
aa488f38 52%{__make} -C build install \
b596cc7b
PG
53 DESTDIR=$RPM_BUILD_ROOT
54
79884d3d 55# duplicate of de,es,fr,hu,pt
aa488f38 56%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/{de_DE,es_ES,fr_FR,pt_PT}
71c7526f 57
36191adb
PG
58%find_lang %{name}
59
b596cc7b
PG
60%clean
61rm -rf $RPM_BUILD_ROOT
62
36191adb 63%files -f %{name}.lang
b596cc7b 64%defattr(644,root,root,755)
aa488f38 65%doc AUTHORS ChangeLog README.md
79884d3d
JB
66%attr(755,root,root) %{_bindir}/encfs
67%attr(755,root,root) %{_bindir}/encfsctl
68%attr(755,root,root) %{_bindir}/encfssh
79884d3d
JB
69%{_mandir}/man1/encfs.1*
70%{_mandir}/man1/encfsctl.1*
This page took 0.110422 seconds and 4 git commands to generate.