Hello community,

here is the log from the commit of package dbview for openSUSE:Factory checked 
in at 2012-02-22 15:52:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dbview (Old)
 and      /work/SRC/openSUSE:Factory/.dbview.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dbview", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dbview/dbview.changes    2011-09-23 
01:54:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dbview.new/dbview.changes       2012-02-22 
15:52:57.000000000 +0100
@@ -1,0 +2,12 @@
+Mon Feb 13 10:45:37 UTC 2012 - [email protected]
+
+- patch license to follow spdx.org standard
+
+-------------------------------------------------------------------
+Sun Sep 18 17:17:12 UTC 2011 - [email protected]
+
+- Remove redundant tags/sections from specfile
+  (cf. packaging guidelines)
+- Use %_smp_mflags for parallel build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dbview.spec ++++++
--- /var/tmp/diff_new_pack.TJT6PD/_old  2012-02-22 15:52:58.000000000 +0100
+++ /var/tmp/diff_new_pack.TJT6PD/_new  2012-02-22 15:52:58.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package dbview (Version 1.0.4)
+# spec file for package dbview
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products 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,44 +15,32 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           dbview
 Url:            http://www.infodrom.org/projects/dbview/
-License:        GPL v2 or later
-Group:          Productivity/Databases/Tools
-AutoReqProv:    on
 Version:        1.0.4
-Release:        95
+Release:        0
 Source0:        
ftp://ftp.infodrom.north.de/pub/Linux/Devel/%{name}/%{name}-%{version}.tar.bz2
 Patch1:         %{name}-%{version}-makefile.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        Viewer for dBase III and dBase IV Files
+License:        GPL-2.0+
+Group:          Productivity/Databases/Tools
 
 %description
 dbview is a little tool that displays dBase III and IV files. You can
 also use it to convert your old .dbf files for further use with Unix.
 
-
-
-Authors:
---------
-    Martin Schulze <[email protected]>
-
 %prep
 %setup
 %patch1
 
 %build
-make CFLAGS="$RPM_OPT_FLAGS"
+make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
 
-%clean
-[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf 
$RPM_BUILD_ROOT
-
 %files
 %defattr(-, root, root)
 %doc README dBASE CHANGES

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

Reply via email to