]> git.pld-linux.org Git - packages/bcwipe.git/blob - bcwipe.spec
- up to 1.7
[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.7
5 Release:        1
6 License:        commercial with 30-day trial period (see LICENSE)
7 Group:          Applications/System
8 Source0:        http://www.jetico.com/linux/BCWipe-%{version}-3.tar.gz
9 # Source0-md5:  97dc5dfb485d56c6861b1f98b357c258
10 URL:            http://www.jetico.com/
11 BuildRequires:  sed >= 4.0
12 Obsoletes:      BCWipe
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Securely erase data from magnetic and solid-state memory.
17
18 %description -l pl.UTF-8
19 Bezpieczne usuwanie danych z pamięci magnetycznych.
20
21 %prep
22 %setup -q -n %{name}-%{version}-3
23
24 sed -i -e 's/-O /%{rpmcflags} /' Makefile
25
26 %build
27 %{__make} \
28         CC="%{__cc}"
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
33
34 %{__make} install \
35         root=$RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc LICENSE
43 %attr(755,root,root) %{_bindir}/bcwipe
44 %{_mandir}/man1/bcwipe.1*
This page took 0.066808 seconds and 3 git commands to generate.