[nwipe] Initial build of nwipe-0.06 for Fedora

rebus rebus at fedoraproject.org
Mon Jan 16 01:15:01 UTC 2012


commit 07f5649f013de198d95a8c381225a9bea8d53c54
Author: Michal Ambroz <rebus at seznam.cz>
Date:   Mon Jan 16 02:13:58 2012 +0100

    Initial build of nwipe-0.06 for Fedora

 .gitignore |    1 +
 nwipe.spec |   71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources    |    1 +
 3 files changed, 73 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..c6330a4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/nwipe-0.06.tar.gz
diff --git a/nwipe.spec b/nwipe.spec
new file mode 100644
index 0000000..14aeb47
--- /dev/null
+++ b/nwipe.spec
@@ -0,0 +1,71 @@
+Name:           nwipe
+Version:        0.06
+Release:        2%{?dist}
+Summary:        Securely erase disks using a variety of recognized methods
+
+Group:          Applications/System
+License:        GPLv2
+URL:            http://nwipe.sourceforge.net
+Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+
+BuildRequires:  parted-devel
+BuildRequires:  ncurses-devel
+
+#For compatibility with EPEL5
+BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+
+
+%description
+The nwipe is a command that will securely erase disks using a variety of 
+recognized methods. It is a fork of the dwipe command used by Darik's 
+Boot and Nuke (dban). Nwipe was created out of need to run the DBAN dwipe
+command outside of DBAN. This allows it to use any host distribution which
+gives better hardware support. It is essentially the same as dwipe, with 
+a few changes:
+- pthreads is used instead of fork
+- The parted library is used to detect drives
+- The code is designed to be compiled with gcc 
+
+%prep
+%setup -q
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+#Cleanup the buildroot for compatibility with EPEL5
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot}
+
+%clean
+#Cleanup the buildroot for compatibility with EPEL5
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%doc COPYING README
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1.gz
+
+%changelog
+* Fri Jan 06 2012 Michal Ambroz <rebus at, seznam.cz> 0.06-2
+- redownload of upstream package - original release of 0.06 contained binaries
+
+* Thu Jan 05 2012 Michal Ambroz <rebus at, seznam.cz> 0.06-1
+- added Group field
+- FSF address and manpage was fixed upstream
+- bump to new version 0.06
+
+* Sun Jan 01 2012 Michal Ambroz <rebus at, seznam.cz> 0.05-3
+- added clean stage for EPEL5 compatibility
+
+* Sun Jan 01 2012 Michal Ambroz <rebus at, seznam.cz> 0.05-2
+- fixed defattr based on package review from Ivan Romanov
+
+* Wed Dec 28 2011 Michal Ambroz <rebus at, seznam.cz> 0.05-1
+- initial build for Fedora
+
diff --git a/sources b/sources
index e69de29..c454d65 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+19d73c08b81d58660fa9b775ffeec86d  nwipe-0.06.tar.gz


More information about the scm-commits mailing list