]> git.pld-linux.org Git - packages/cryptsetup-luks.git/blame - cryptsetup-luks.spec
- typo
[packages/cryptsetup-luks.git] / cryptsetup-luks.spec
CommitLineData
00a57b4e 1#
2# todo:
3# - static library
4#
c25a01c4 5Summary: LUKS for dm-crypt implemented in cryptsetup
00a57b4e 6Name: cryptsetup-luks
7Version: 1.0
8Release: 0.2
9License: GPL
10Group: Base
11Source0: http://luks.endorphin.org/source/%{name}-%{version}.tar.bz2
12# Source0-md5: 62c4bff081e470fb2c9a0f2cb890e613
13URL: http://luks.endorphin.org/about
14BuildRequires: device-mapper-devel
15BuildRequires: libgcrypt-devel >= 1.1.42
16BuildRequires: libuuid-devel
17BuildRequires: popt-devel
18Obsoletes: cryptsetup
19Provides: cryptsetup
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%define _sbindir /sbin
23
24%description
25LUKS is the upcoming standard for Linux hard disk encryption. By providing
26a standard on-disk-format, it does not only facilitate compatibility among
27distributions, but also provide secure management of multiple user
28passwords. In contrast to existing solution, LUKS stores all setup
29necessary setup information in the partition header, enabling the user to
30transport or migrate his data seamlessly.
31
32This package contains implementation of LUKS for dm-crypt implemented in
33cryptsetup.
34
35%package devel
36Summary: Header files for cryptsetup library
37