]> git.pld-linux.org Git - packages/dmconvert.git/commitdiff
- initial release. Please check/reedit summary and description.
authorkosmo <kosmo@pld-linux.org>
Tue, 22 Mar 2005 17:43:40 +0000 (17:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dmconvert.spec -> 1.1

dmconvert.spec [new file with mode: 0644]

diff --git a/dmconvert.spec b/dmconvert.spec
new file mode 100644 (file)
index 0000000..996dce3
--- /dev/null
@@ -0,0 +1,50 @@
+Summary:       dmconvert converts unencrypted filesystem to an encrypted one
+Summary(pl):   Narzêdzie do konwersji nie szyfrowanego systemu plików na szyfrowany
+Name:          dmconvert
+Version:       0.2
+Release:       1
+Epoch:         0
+License:       GPL
+Group:         Applications/System
+Source0:       http://www.saout.de/misc/dm-crypt/%{name}-%{version}.tar.bz2
+# Source0-md5: 0ce3b6c39d4f7cac664feb17d7b57ccd
+URL:           http://www.saout.de/misc/dm-crypt/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: device-mapper-devel
+BuildRequires: popt-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+dmconvert converts unencrypted filesystem to an encrypted one using
+device-mapper. It can work on mounted device.
+
+%description -l pl
+Narzêdzie do konwersji nie szyfrowanego systemu plików na szyfrowany.
+U¿ywa device-mapper'a i mo¿e pracowaæ na zamontowanym urz±dzeniu.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*
This page took 0.072359 seconds and 4 git commands to generate.