]> git.pld-linux.org Git - packages/bcwipe.git/blob - bcwipe.spec
- md5
[packages/bcwipe.git] / bcwipe.spec
1 Summary:        Securely erase data from magnetic and solid-state memory
2 Summary(pl):    Bezpieczne usuwanie danych z pamiêci magnetycznych
3 Name:           BCWipe
4 Version:        1.5
5 Release:        0.1
6 License:        See LICENSE
7 Group:          Applications/System
8 Source0:        http://www.jetico.com/linux/%{name}-%{version}-3.tar.gz
9 # Source0-md5:  1b99a6d12c2b3259fdbd527f484f03c3
10 URL:            http://www.jetico.com/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Securely erase data from magnetic and solid-state memory.
15
16 %description -l pl
17 Bezpieczne usuwanie danych z pamiêci magnetycznych.
18
19 %prep
20 %setup -q -n bcwipe
21
22 %build
23 %{__make}
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27         install -d -m 755 $RPM_BUILD_ROOT%{_bindir}
28 install -d $RPM_BUILD_ROOT%{_prefix}/man/man1
29 install -d $RPM_BUILD_ROOT%{_mandir}/man1
30         make install root=$RPM_BUILD_ROOT
31
32 %__os_install_post
33 # build directory and file lists
34 #find $RPM_BUILD_ROOT -type d | sed -e "s#^$RPM_BUILD_ROOT#%attr(-, root, root) %dir #g" > rpm-files
35
36 find $RPM_BUILD_ROOT -type f | sed -e "s#^$RPM_BUILD_ROOT#%attr(-, root, root) #g" > rpm-files
37 find $RPM_BUILD_ROOT -type l | sed -e "s#^$RPM_BUILD_ROOT#%attr(-, root, root) #g" >> rpm-files
38 find $RPM_BUILD_ROOT -type b | sed -e "s#^$RPM_BUILD_ROOT#%attr(-, root, root) #g" >> rpm-files
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files -f rpm-files
44 %defattr(644,root,root,755)
45
46 %doc LICENSE
This page took 0.030311 seconds and 4 git commands to generate.