From 4ad6edfacbff32c5ab68beb3d91c2f5215e82b1c Mon Sep 17 00:00:00 2001 From: mguevara Date: Sat, 18 Feb 2006 02:01:37 +0000 Subject: [PATCH] - 1.0.1 rel 1 - added BR libsepol-static, %{name}-sepol.patch and some autoconf/automake Changed files: cryptsetup-luks.spec -> 1.6 --- cryptsetup-luks.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/cryptsetup-luks.spec b/cryptsetup-luks.spec index c6bb70a..92b8266 100644 --- a/cryptsetup-luks.spec +++ b/cryptsetup-luks.spec @@ -2,16 +2,18 @@ Summary: LUKS for dm-crypt implemented in cryptsetup Summary(pl): LUKS dla dm-crypta zaimplementowany w cryptsetup Name: cryptsetup-luks Version: 1.0.1 -Release: 0.1 +Release: 1 License: GPL Group: Base Source0: http://luks.endorphin.org/source/%{name}-%{version}.tar.bz2 # Source0-md5: b2415f67ceed3ad2c7dd2e878cf7787d +Patch0: %{name}-sepol.patch URL: http://luks.endorphin.org/about BuildRequires: device-mapper-static BuildRequires: libgcrypt-static >= 1.1.42 BuildRequires: libgpg-error-static BuildRequires: libselinux-static +BuildRequires: libsepol-static BuildRequires: libuuid-static BuildRequires: popt-static Provides: cryptsetup @@ -73,8 +75,14 @@ Statyczna wersja biblioteki cryptsetup. %prep %setup -q +%patch0 -p1 %build +%{__autoheader} +%{__gettextize} +%{__aclocal} -I m4 +%{__autoconf} +%{__automake} %configure \ --enable-static %{__make} -- 2.43.0