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