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