Hello community,

here is the log from the commit of package sffview for openSUSE:Factory checked 
in at 2016-08-15 10:31:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sffview (Old)
 and      /work/SRC/openSUSE:Factory/.sffview.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sffview"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sffview/sffview.changes  2011-09-23 
12:46:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sffview.new/sffview.changes     2016-08-15 
10:31:43.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Aug 12 20:47:27 UTC 2016 - [email protected]
+
+- Remove archaic specfile contraptions.
+  Fix rpmlint "spurious-executable-permissions" warning.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sffview.spec ++++++
--- /var/tmp/diff_new_pack.eCAkGv/_old  2016-08-15 10:31:44.000000000 +0200
+++ /var/tmp/diff_new_pack.eCAkGv/_new  2016-08-15 10:31:44.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sffview
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,31 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           sffview
-BuildRequires:  SDL-devel boost-devel gcc-c++ libtiff-devel 
update-desktop-files xorg-x11
-%if %suse_version > 1130
+BuildRequires:  SDL-devel
+BuildRequires:  boost-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libtiff-devel
+BuildRequires:  update-desktop-files
 BuildRequires:  wxWidgets-devel
-%else
-BuildRequires:  wxGTK-devel
-%endif
-License:        MIT
-Group:          Hardware/ISDN
-AutoReqProv:    on
+BuildRequires:  xorg-x11
 Version:        0.4
-Release:        265
+Release:        0
 Summary:        Simple viewer for Structured Fax Files (.sff) used by ISDN 
applications
+License:        MIT
+Group:          Hardware/ISDN
 Source:         %{name}-%{version}.tar.bz2
 Url:            http://sfftools.sourceforge.net/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Patch0:         %{name}-%{version}.diff
 Patch1:         %{name}-gcc43.diff
-%if %suse_version > 1130
 %define _use_internal_dependency_generator 0
 %define __find_requires %wx_requires
-%endif
 
 %description
 The CAPI interface for programming ISDN hardware expects and gives you
@@ -50,28 +46,19 @@
 Windows (wxWidgets is a platform independent toolkit and wxGTK is a
 unix implementation based on GTK+, see wxWidgets homepage).
 
-
-
-Authors:
---------
-    Peter Schäfer
-
 %prep
 %setup
 %patch0 -p1
 %patch1
 
 %build
-%{__make} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-install -d $RPM_BUILD_ROOT/usr/bin
-install sffview $RPM_BUILD_ROOT/usr/bin
-install -d $RPM_BUILD_ROOT/%{_defaultdocdir}/sffview
-install doc/readme doc/copying testfax.sff 
$RPM_BUILD_ROOT/%{_defaultdocdir}/sffview
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+install -d "%buildroot/%_bindir"
+install sffview "%buildroot/%_bindir/"
+install -d "%buildroot/%_defaultdocdir/sffview"
+install -pm0644 doc/readme doc/copying testfax.sff 
"%buildroot/%_defaultdocdir/sffview/"
 
 %files
 %defattr(-,root,root,-)


Reply via email to