Hello community,

here is the log from the commit of package xgrabsc for openSUSE:Factory checked 
in at 2013-07-26 15:51:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xgrabsc (Old)
 and      /work/SRC/openSUSE:Factory/.xgrabsc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xgrabsc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xgrabsc/xgrabsc.changes  2013-07-19 
17:39:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xgrabsc.new/xgrabsc.changes     2013-07-26 
15:51:05.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jul 26 09:14:28 UTC 2013 - [email protected]
+
+- Make this build on Factory again.
+- Cleanup the spec file.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xgrabsc.spec ++++++
--- /var/tmp/diff_new_pack.UIp85O/_old  2013-07-26 15:51:05.000000000 +0200
+++ /var/tmp/diff_new_pack.UIp85O/_new  2013-07-26 15:51:05.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xgrabsc
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -18,14 +18,17 @@
 
 Name:           xgrabsc
 Url:            ftp://ftp.x.org/contrib/applications/
+BuildRequires:  imake
 BuildRequires:  ncurses-devel
 BuildRequires:  openmotif
 BuildRequires:  openmotif-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xext)
 Version:        2.41
 Release:        0
-Summary:        A Screen Grabber for the X Window System.
+Summary:        A Screen Grabber for the X Window System
 License:        HPND
 Group:          System/X11/Utilities
 Source:         xgrabsc-%{version}.tar.bz2
@@ -38,12 +41,6 @@
 # PATCH-FIX-OPENSUSE xgrabsc-2.41-memoryleak.patch bnc#542498
 Patch5:         xgrabsc-%{version}-memoryleak.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%define _xorg7libs %_lib
-%define _xorg7libs32 lib
-%define _xorg7bin bin
-%define _xorg7_mandir %_mandir
-%define _xorg7pixmaps include
-%define _xorg7libshare share
 
 %description
 You need screenshots?
@@ -66,31 +63,25 @@
 %patch1 -p1
 %patch2
 %patch3
-# ncurses include dir changed after 11.0
-%if %suse_version > 1100
 %patch4
-%endif
 %patch5
 
 %build
 xmkmf
 make clean
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags} 
 
 %install
-make install install.man DESTDIR=$RPM_BUILD_ROOT
+make install install.man DESTDIR=%buildroot
 %suse_update_desktop_file -i %name Utility DesktopUtility
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc Acks Bugs README README.2_4
-%doc %{_xorg7_mandir}/man1/*.gz
-%config /usr/%{_xorg7libshare}/X11/app-defaults/XGrab
-/usr/share/applications/*.desktop
-/usr/%{_xorg7bin}/xgrab
-/usr/%{_xorg7bin}/xgrabsc
+%doc %_mandir/man1/*.gz
+%config %_datadir/X11/app-defaults/XGrab
+%_datadir/applications/*.desktop
+%_bindir/xgrab
+%_bindir/xgrabsc
 
 %changelog

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

Reply via email to