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