Hello community,

here is the log from the commit of package hashalot for openSUSE:Factory 
checked in at 2015-03-18 13:08:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hashalot (Old)
 and      /work/SRC/openSUSE:Factory/.hashalot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hashalot"

Changes:
--------
--- /work/SRC/openSUSE:Factory/hashalot/hashalot.changes        2012-12-28 
15:00:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.hashalot.new/hashalot.changes   2015-03-18 
13:08:30.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Mar 16 16:11:48 UTC 2015 - [email protected]
+
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ hashalot.spec ++++++
--- /var/tmp/diff_new_pack.uR1oW5/_old  2015-03-18 13:08:30.000000000 +0100
+++ /var/tmp/diff_new_pack.uR1oW5/_new  2015-03-18 13:08:30.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hashalot
 #
-# 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
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           hashalot
-Url:            http://www.paranoiacs.org/~sluskyb/hacks/hashalot/
 Version:        0.3
 Release:        0
 Summary:        Read a passphrase and print a hash
 License:        GPL-2.0+
 Group:          System/Base
+Url:            http://www.paranoiacs.org/~sluskyb/hacks/hashalot/
 Source:         
http://www.paranoiacs.org/~sluskyb/hacks/hashalot/hashalot-%{version}.tar.gz
 Patch10:        hashalot-fixes.diff
 Patch11:        hashalot-libgcrypt.diff
@@ -30,10 +31,11 @@
 Patch14:        hashalot-manpage.diff
 Patch15:        bug-476290_hashalot-hashlen.diff
 Patch16:        hashalot-glibc210.diff
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Provides:       cryptsetup:/sbin/hashalot
-BuildRequires:  autoconf automake
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  libgcrypt-devel
+Provides:       cryptsetup:/sbin/hashalot
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 hashalot  is  a small tool that reads a passphrase from standard
@@ -57,15 +59,14 @@
 %patch16 -p1
 
 %build
-autoreconf -f -i
-%{?suse_update_config:%{suse_update_config}}
+autoreconf -fi
 %configure
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 # remove unwanted symlinks
-rm -f $RPM_BUILD_ROOT%{_sbindir}/{rmd160,sha256,sha384,sha512}
+rm -f %{buildroot}%{_sbindir}/{rmd160,sha256,sha384,sha512}
 
 %files
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to