Hello community,

here is the log from the commit of package pwgen for openSUSE:Factory checked 
in at 2015-08-01 11:34:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pwgen (Old)
 and      /work/SRC/openSUSE:Factory/.pwgen.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pwgen"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pwgen/pwgen.changes      2014-12-10 
23:44:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pwgen.new/pwgen.changes 2015-08-01 
11:34:42.000000000 +0200
@@ -1,0 +2,7 @@
+Sun Jul 12 19:37:22 UTC 2015 - mplus...@suse.com
+
+- Add gpg signature
+- Use autoreconf
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

New:
----
  pwgen-2.07.tar.gz.asc
  pwgen.keyring

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

Other differences:
------------------
++++++ pwgen.spec ++++++
--- /var/tmp/diff_new_pack.pLJMDO/_old  2015-08-01 11:34:43.000000000 +0200
+++ /var/tmp/diff_new_pack.pLJMDO/_new  2015-08-01 11:34:43.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pwgen
 #
-# Copyright (c) 2014 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
@@ -17,47 +17,42 @@
 
 
 Name:           pwgen
-Url:            http://sourceforge.net/projects/pwgen/
-BuildRequires:  autoconf
 Version:        2.07
 Release:        0
 Summary:        Password generator
 License:        GPL-2.0+
 Group:          Productivity/Security
-Source:         
http://downloads.sourceforge.net/project/pwgen/pwgen/%{version}/pwgen-%{version}.tar.gz
+Url:            http://sourceforge.net/projects/pwgen/
+Source0:        
http://downloads.sourceforge.net/project/pwgen/pwgen/%{version}/pwgen-%{version}.tar.gz
+Source1:        
http://downloads.sourceforge.net/project/pwgen/pwgen/%{version}/pwgen-%{version}.tar.gz.asc
+Source2:        %{name}.keyring
+Patch0:         pwgen-2.06-fdleaks.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Patch:          pwgen-2.06-fdleaks.patch
 
 %description
 pwgen generates random, meaningless but pronounceable and thus easy to
 remember passwords. The also contained makepasswd gives even more
 options which are more aimed at security.
 
-
-
-Authors:
---------
-    Theodore Ts'o <ty...@alum.mit.edu> (this version)
-    Brandon S. Allbery <allb...@ncoast.uucp> (previous version)
-    Rob Levin <le...@openproject.net> (previous version)
-
 %prep
 %setup -q
-%patch
+%patch0
 
 %build
-autoconf
+autoreconf -fiv
 %configure
-make
+make %{?_smp_mflags}
 
 %install
-mkdir -p       ${RPM_BUILD_ROOT}/usr/bin
-mkdir -p       ${RPM_BUILD_ROOT}%{_mandir}/man1
-make install DESTDIR=$RPM_BUILD_ROOT 
+mkdir -p       %{buildroot}%{_bindir}
+mkdir -p       %{buildroot}%{_mandir}/man1
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-,root,root)
-%doc %{_mandir}/man1/*
-/usr/bin/pwgen
+%{_mandir}/man1/*
+%{_bindir}/pwgen
 
 %changelog


Reply via email to