]> git.pld-linux.org Git - packages/dmconvert.git/blob - dmconvert.spec
73ee3861b4397c12784cc07ce529f29c94c616f8
[packages/dmconvert.git] / dmconvert.spec
1 Summary:        dmconvert converts unencrypted filesystem to an encrypted one
2 Summary(pl.UTF-8):   Narzędzie do konwersji nieszyfrowanego systemu plików na szyfrowany
3 Name:           dmconvert
4 Version:        0.2
5 Release:        1
6 Epoch:          0
7 License:        GPL v2
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 >= 1.01.01
15 BuildRequires:  gettext-devel
16 BuildRequires:  popt-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 dmconvert converts unencrypted filesystem to an encrypted one using
21 device-mapper. It can work on mounted device.
22
23 %description -l pl.UTF-8
24 Narzędzie do konwersji nieszyfrowanego systemu plików na szyfrowany.
25 Używa device-mappera i może pracować na zamontowanym urządzeniu.
26
27 %prep
28 %setup -q
29
30 %build
31 %{__aclocal}
32 %{__autoconf}
33 %{__automake}
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %find_lang %{name}
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files -f %{name}.lang
49 %defattr(644,root,root,755)
50 %doc AUTHORS ChangeLog NEWS README
51 %attr(755,root,root) %{_bindir}/*
This page took 0.065057 seconds and 2 git commands to generate.