]> git.pld-linux.org Git - packages/cryptsetup-luks.git/commitdiff
- 1.0.1 rel 1 - added BR libsepol-static, %{name}-sepol.patch and
authormguevara <mguevara@pld-linux.org>
Sat, 18 Feb 2006 02:01:37 +0000 (02:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  some autoconf/automake

Changed files:
    cryptsetup-luks.spec -> 1.6

cryptsetup-luks.spec

index c6bb70a4102626c69f89475b24216b664ad5b971..92b8266f44520303a8afcd27645b38d0b47d69f8 100644 (file)
@@ -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}
This page took 0.086042 seconds and 4 git commands to generate.