]> git.pld-linux.org Git - packages/dmconvert.git/blob - dmconvert.spec
996dce3adbaca9e1dc11c973f650bd920ad18fef
[packages/dmconvert.git] / dmconvert.spec
1 Summary:        dmconvert converts unencrypted filesystem to an encrypted one
2 Summary(pl):    Narzêdzie do konwersji nie szyfrowanego systemu plików na szyfrowany
3 Name:           dmconvert
4 Version:        0.2
5 Release:        1
6 Epoch:          0
7 License:        GPL
8 Group:          Applications/System
9 Source0:        http://www.saout.de/misc/dm-crypt/%{name}-%{version}.tar.bz2
10 # Source0-md5:  0ce3b6c39d4f7cac664feb17d7b57ccd
11 URL:            http://www.saout.de/misc/dm-crypt/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  device-mapper-devel
15 BuildRequires:  popt-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 dmconvert converts unencrypted filesystem to an encrypted one using
20 device-mapper. It can work on mounted device.
21
22 %description -l pl
23 Narzêdzie do konwersji nie szyfrowanego systemu plików na szyfrowany.
24 U¿ywa device-mapper'a i mo¿e pracowaæ na zamontowanym urz±dzeniu.
25
26 %prep
27 %setup -q
28
29 %build
30 %{__aclocal}
31 %{__autoconf}
32 %{__automake}
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %find_lang %{name}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS ChangeLog NEWS README
50 %attr(755,root,root) %{_bindir}/*
This page took 0.057351 seconds and 2 git commands to generate.