]> git.pld-linux.org Git - packages/bcwipe.git/blob - bcwipe.spec
- up to 1.9
[packages/bcwipe.git] / bcwipe.spec
1 Summary:        Securely erase data from magnetic and solid-state memory
2 Summary(pl.UTF-8):      Bezpieczne usuwanie danych z pamięci magnetycznych
3 Name:           bcwipe
4 Version:        1.9
5 Release:        1
6 License:        commercial with 30-day trial period (see COPYING)
7 Group:          Applications/System
8 Source0:        http://www.jetico.com/linux/BCWipe-%{version}-3.tar.gz
9 # Source0-md5:  500dc22f5a2a2e3b52ec597bc7d17452
10 URL:            http://www.jetico.com/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 Obsoletes:      BCWipe
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Securely erase data from magnetic and solid-state memory.
18
19 %description -l pl.UTF-8
20 Bezpieczne usuwanie danych z pamięci magnetycznych.
21
22 %prep
23 %setup -q -n %{name}-%{version}-3
24
25 %build
26 %{__aclocal}
27 %{__autoconf}
28 %{__automake}
29 %configure
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc COPYING
45 %attr(755,root,root) %{_bindir}/bcwipe
46 %{_mandir}/man1/bcwipe.1*
This page took 0.026942 seconds and 3 git commands to generate.