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