Hello community,

here is the log from the commit of package ghostview for openSUSE:Factory 
checked in at 2016-08-05 18:16:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghostview (Old)
 and      /work/SRC/openSUSE:Factory/.ghostview.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghostview"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghostview/ghostview.changes      2011-11-08 
17:27:32.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghostview.new/ghostview.changes 2016-08-05 
18:16:37.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Oct  8 11:14:34 UTC 2014 - [email protected]
+
+- Enable parallel build and remove old specfile tags/sections
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghostview.spec ++++++
--- /var/tmp/diff_new_pack.EEdPFI/_old  2016-08-05 18:16:38.000000000 +0200
+++ /var/tmp/diff_new_pack.EEdPFI/_new  2016-08-05 18:16:38.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package ghostview (Version 1.5)
+# spec file for package ghostview
 #
-# Copyright (c) 2009 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,47 +15,35 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           ghostview
-BuildRequires:  update-desktop-files xorg-x11 xorg-x11-devel
-License:        GPL-2.0+
-Group:          Productivity/Publishing/PS
-Provides:       gsview ghstview 
-Obsoletes:      gsview
-Requires:       ghostscript_x11
-Conflicts:      gs_serv gs_vga
-AutoReqProv:    on
 Version:        1.5
-Release:        420
+Release:        0
 Summary:        Ghostview
+License:        GPL-2.0+
+Group:          Productivity/Publishing/PS
+Url:            http://pages.cs.wisc.edu/~ghost/gv/index.htm
 Source:         ghostview-1.5.tar.bz2
 Source1:        ghostview.desktop
 Source2:        ghostview.png
 Patch:          ghostview-1.5.dif
 Patch1:         ghostview-1.5-ad.dif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{expand: %%global _exec_prefix %(type -p pkg-config &>/dev/null && pkg-config 
--variable prefix x11 || echo /usr/X11R6)}
-%if "%_exec_prefix" == "/usr/X11R6"
-%global _mandir     %{_exec_prefix}/man
-%define _x11data    %{_exec_prefix}/lib/X11
-%define _appdefdir  %{_x11data}/app-defaults
-%else
+BuildRequires:  update-desktop-files
+BuildRequires:  xorg-x11
+BuildRequires:  xorg-x11-devel
+Provides:       ghstview
+Provides:       gsview
+Obsoletes:      gsview
+Requires:       ghostscript_x11
+Conflicts:      gs_serv gs_vga
 %define _x11data    %{_datadir}/X11
 %define _appdefdir  %{_x11data}/app-defaults
-%endif
 
 %description
 Ghostview offers an X11 GUI for viewing PostScript files. This is an
 X11 interface to ghostscript.
 
-
-
-Authors:
---------
-    Tim Theisen <[email protected]>
-
 %prep
 %setup -q
 %patch
@@ -63,17 +51,13 @@
 
 %build
 xmkmf -a
-make CCOPTIONS="$RPM_OPT_FLAGS"
+make CCOPTIONS="%{optflags}" %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
 make install     DESTDIR=%{buildroot}
 make install.man DESTDIR=%{buildroot}
 %suse_update_desktop_file -i ghostview Office Viewer
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 /usr/share/applications/ghostview.desktop



Reply via email to