nwipe 0.34-1 (znver1;znver1;aarch64;znver1;x86_64) 2023-17540
9999

Status published
Submitter mandian [@T] tutanota.com
Platform rolling
Repository unsupported
URL https://abf.openmandriva.org/build_lists/356701
Packages
nwipe-0.34-1.znver1.source
nwipe-0.34-1.znver1.binary
nwipe-debuginfo-0.34-1.znver1.debuginfo
nwipe-debugsource-0.34-1.znver1.binary
nwipe-0.34-1.znver1.source
nwipe-0.34-1.znver1.binary
nwipe-debuginfo-0.34-1.znver1.debuginfo
nwipe-debugsource-0.34-1.znver1.binary
nwipe-0.34-1.aarch64.binary
nwipe-0.34-1.aarch64.source
nwipe-debuginfo-0.34-1.aarch64.debuginfo
nwipe-debugsource-0.34-1.aarch64.binary
nwipe-0.34-1.znver1.source
nwipe-0.34-1.znver1.binary
nwipe-debuginfo-0.34-1.znver1.debuginfo
nwipe-debugsource-0.34-1.znver1.binary
nwipe-0.34-1.x86_64.source
nwipe-0.34-1.x86_64.binary
nwipe-debuginfo-0.34-1.x86_64.debuginfo
nwipe-debugsource-0.34-1.x86_64.binary
Build Date 2023-08-07 16:38:52 +0000 UTC
Last Updated 2023-08-08 22:47:42.114460599 +0000 UTC
$ git show --format=fuller --patch-with-stat --summary 9b64afa3e006a459ec21edc72fe33d38c7626032

commit 9b64afa3e006a459ec21edc72fe33d38c7626032
Author:     mandian <mandian@users.noreply.github.com>
AuthorDate: Mon Aug 7 17:10:23 2023 +0100
Commit:     mandian <mandian@users.noreply.github.com>
CommitDate: Mon Aug 7 17:10:23 2023 +0100

    Initial release
---
 .abf.yml   |  2 ++
 nwipe.spec | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)
 create mode 100644 .abf.yml
 create mode 100644 nwipe.spec

diff --git a/.abf.yml b/.abf.yml
new file mode 100644
index 0000000..8158895
--- /dev/null
+++ b/.abf.yml
@@ -0,0 +1,2 @@
+sources:
+  nwipe-0.34.tar.gz: d008d0ef81ea74f479199bd150f5e117f344b7b2
diff --git a/nwipe.spec b/nwipe.spec
new file mode 100644
index 0000000..7e48971
--- /dev/null
+++ b/nwipe.spec
@@ -0,0 +1,53 @@
+Summary:	A secure disk eraser
+Name:		nwipe
+Version:	0.34
+Release:	1
+License:	GPLv2
+Group:		File tools
+URL:		https://github.com/martijnvanbrummelen/nwipe
+#URL:		https://github.com/astrgl/dnfdrake
+Source0:	https://github.com/martijnvanbrummelen/nwipe/archive/v%{version}/%{name}-%{version}.tar.gz
+BuildRequires:	pkgconfig(libconfig)
+BuildRequires:	pkgconfig(libparted)
+BuildRequires:	pkgconfig(ncurses)
+
+#Requires:	hdparm
+# optional
+# used to determine the bus type, i.e. ATA, USB etc
+#Recommends:	coreutils
+# used to provides SMBIOS/DMI host data to stdout or the log file
+Recommends:	dmidecode
+# used to obtains serial number information for supported USB to IDE/SATA adapters
+Recommends:	smartmontools
+
+%description
+nwipe is a program that will securely erase the entire contents of disks. It
+can wipe a single drive or multiple disks simultaneously. It can operate as
+both a command line tool without a GUI or with a ncurses GUI.
+
+nwipe is a fork of the dwipe command originally used by Darik's Boot and Nuke
+(DBAN). nwipe was created out of a need to run the DBAN dwipe command outside
+of DBAN, in order to allow its use with any host distribution, thus giving better
+hardware support.
+
+%files
+%license COPYING
+%doc CHANGELOG.md README.md
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1.*
+
+#---------------------------------------------------------------------------
+
+%prep
+%autosetup -p1
+
+%build
+#export CFLAGS="%{optflags} -std=c99 -D_XOPEN_SOURCE=500"
+autoreconf -fiv
+%configure
+%make_build
+
+%install
+%make_install 
+#DESTDIR=%{buildroot} LDFLAGS="-lncurses -lpanel"
+
Not Available

benbullard79 [@T] cox.netNo Comment.268d 08hrs
benbullard79 [@T] cox.netNo Comment.268d 04hrs