Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghostview for openSUSE:Factory 
checked in at 2025-09-18 21:11:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghostview (Old)
 and      /work/SRC/openSUSE:Factory/.ghostview.new.27445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghostview"

Thu Sep 18 21:11:22 2025 rev:24 rq:1305733 version:1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghostview/ghostview.changes      2025-06-17 
18:21:21.692158977 +0200
+++ /work/SRC/openSUSE:Factory/.ghostview.new.27445/ghostview.changes   
2025-09-18 21:12:34.800243954 +0200
@@ -1,0 +2,5 @@
+Thu Sep 11 08:05:47 UTC 2025 - Dr. Werner Fink <wer...@suse.de>
+
+- Make it build even with broken imake/xmkmf setup 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghostview.spec ++++++
--- /var/tmp/diff_new_pack.F8euWc/_old  2025-09-18 21:12:35.524274389 +0200
+++ /var/tmp/diff_new_pack.F8euWc/_new  2025-09-18 21:12:35.524274389 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghostview
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -53,17 +53,22 @@
 
 %build
 xmkmf -a
-make CCOPTIONS="--std=gnu99 %{optflags}" %{?_smp_mflags}
+make CCOPTIONS="--std=gnu99 %{optflags}" %{?_smp_mflags} \
+       MANPATH=%{_mandir} XAPPLOADDIR=%{_appdefdir}
 
 %install
-make install     DESTDIR=%{buildroot}
-make install.man DESTDIR=%{buildroot}
+make install     DESTDIR=%{buildroot} \
+       MANPATH=%{_mandir} XAPPLOADDIR=%{_appdefdir}
+make install.man DESTDIR=%{buildroot} \
+       MANPATH=%{_mandir} XAPPLOADDIR=%{_appdefdir}
 %suse_update_desktop_file -i ghostview Office Viewer
+rm -r %{buildroot}/etc
+rm -r %{buildroot}/usr/lib/X11
 
 %files
 %defattr(-,root,root)
-/usr/share/applications/ghostview.desktop
-/usr/share/pixmaps/ghostview.png
+%{_datadir}/applications/ghostview.desktop
+%{_datadir}/pixmaps/ghostview.png
 %{_bindir}/ghostview
 %dir %{_appdefdir}
 %config %{_appdefdir}/Ghostview

Reply via email to