]> git.pld-linux.org Git - packages/bcwipe.git/blob - bcwipe.spec
ac9f06392fd830c5011b4a0835c89a6e89cb5716
[packages/bcwipe.git] / bcwipe.spec
1 Summary:        Securely erase data from magnetic and solid-state memory
2 Summary(pl):    Bezpieczne usuwanie danych z pamiêci magnetycznych
3 Name:           bcwipe
4 Version:        1.5
5 Release:        0.1
6 License:        See LICENSE
7 Group:          Applications/System
8 Source0:        http://www.jetico.com/linux/BCWipe-%{version}-3.tar.gz
9 # Source0-md5:  1b99a6d12c2b3259fdbd527f484f03c3
10 URL:            http://www.jetico.com/
11 Obsoletes:      BCWipe
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Securely erase data from magnetic and solid-state memory.
16
17 %description -l pl
18 Bezpieczne usuwanie danych z pamiêci magnetycznych.
19
20 %prep
21 %setup -q -n %{name}
22
23 %build
24 %{__make}
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
29
30 %{__make} install \
31         root=$RPM_BUILD_ROOT
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %doc LICENSE
This page took 0.064441 seconds and 3 git commands to generate.