]> git.pld-linux.org Git - packages/cryptsetup.git/blame - cryptsetup.spec
- pl for base, don't produce empty -static package
[packages/cryptsetup.git] / cryptsetup.spec
CommitLineData
6351d6a5 1#
2# todo:
3# - static library
4#
2488c838 5Summary: LUKS for dm-crypt implemented in cryptsetup
12cca230 6Summary(pl): LUKS dla dm-crypta zaimplementowany w cryptsetup
6351d6a5 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
6351d6a5 19Provides: cryptsetup
12cca230 20Obsoletes: cryptsetup
6351d6a5 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%define _sbindir /sbin
24
25%description
6e98e6fb 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.
6351d6a5 32
6e98e6fb 33This package contains implementation of LUKS for dm-crypt implemented
34in cryptsetup.
6351d6a5 35
12cca230
JB
36%description -l pl
37