]> git.pld-linux.org Git - packages/bcwipe.git/blame_incremental - bcwipe.spec
- up to 1.9
[packages/bcwipe.git] / bcwipe.spec
... / ...
CommitLineData
1Summary: Securely erase data from magnetic and solid-state memory
2Summary(pl.UTF-8): Bezpieczne usuwanie danych z pamięci magnetycznych
3Name: bcwipe
4Version: 1.9
5Release: 1
6License: commercial with 30-day trial period (see COPYING)
7Group: Applications/System
8Source0: http://www.jetico.com/linux/BCWipe-%{version}-3.tar.gz
9# Source0-md5: 500dc22f5a2a2e3b52ec597bc7d17452
10URL: http://www.jetico.com/
11BuildRequires: autoconf
12BuildRequires: automake
13Obsoletes: BCWipe
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Securely erase data from magnetic and solid-state memory.
18
19%description -l pl.UTF-8
20Bezpieczne 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
33rm -rf $RPM_BUILD_ROOT
34install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
35
36%{__make} install \
37 DESTDIR=$RPM_BUILD_ROOT
38
39%clean
40rm -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.075028 seconds and 5 git commands to generate.