Hello community,

here is the log from the commit of package wipe for openSUSE:Factory checked in 
at 2015-04-23 08:04:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wipe (Old)
 and      /work/SRC/openSUSE:Factory/.wipe.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wipe"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wipe/wipe.changes        2012-12-05 
14:10:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.wipe.new/wipe.changes   2015-04-23 
08:04:45.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Apr 21 15:47:37 UTC 2015 - mplus...@suse.com
+
+- Drop dependency on gpg-offline
+- Use url for sources
+- Cleanup spec file with spec-clener
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ wipe.spec ++++++
--- /var/tmp/diff_new_pack.4K1wVG/_old  2015-04-23 08:04:45.000000000 +0200
+++ /var/tmp/diff_new_pack.4K1wVG/_new  2015-04-23 08:04:45.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wipe
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,10 +22,9 @@
 Summary:        Secure Erasure of Data
 License:        GPL-2.0+
 Group:          Productivity/File utilities
-
 Url:            http://wipe.sourceforge.net/
-Source0:        %{name}-%{version}.tar.bz2
-Source1:        %{name}-%{version}.tar.bz2.sig
+Source0:        
http://sourceforge.net/projects/wipe/files/wipe/%{version}/%{name}-%{version}.tar.bz2
+Source1:        
http://sourceforge.net/projects/wipe/files/wipe/%{version}/%{name}-%{version}.tar.bz2.sig
 Source2:        %{name}.keyring
 # PATCH-FIX-OPENSUSE wipe-2.2.0-makefile.diff -- Fix for Makefile.in to 
correct the install permissions and to don't strip binaries
 Patch0:         %{name}-2.2.0-makefile.diff
@@ -33,9 +32,8 @@
 Patch1:         %{name}-2.2.0-errno.diff
 # PATCH-FIX-OPENSUSE wipe-2.2.0-include.diff -- 
 Patch2:         %{name}-2.2.0-include.diff
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  automake
-BuildRequires:  gpg-offline
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Wipe is a tool that attempts to effectively degauses the surface of
@@ -44,27 +42,23 @@
 data that is erased from a hard drive is unrecoverable.
 
 %prep
-%gpg_verify %{S:1}
 %setup -q
 %patch0
 %patch1
 %patch2
 
 %build
-autoreconf
+autoreconf -fi
 %configure
 make CFLAGS="%{optflags} -Wall -I. -DLINUX $(DEFINES) -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64" %{?_smp_mflags}
 
 %install
-%makeinstall
-
-%clean
-rm -rf %{buildroot}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-,root,root,-)
 %doc CHANGES LICENSE README TODO copyright
-%doc %{_mandir}/man?/*
+%{_mandir}/man?/*
 %{_bindir}/*
 
 %changelog



Reply via email to