Hello community,

here is the log from the commit of package qgo for openSUSE:Factory checked in 
at 2012-04-17 07:49:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qgo (Old)
 and      /work/SRC/openSUSE:Factory/.qgo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qgo", Maintainer is "ani...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/qgo/qgo.changes  2011-09-23 12:43:41.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.qgo.new/qgo.changes     2012-04-17 
07:49:08.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Mar 27 14:46:20 UTC 2012 - jeng...@medozas.de
+
+- Build in parallel with %_smp_mflags
+- Strip redundant sections/tags from specfile
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ qgo.spec ++++++
--- /var/tmp/diff_new_pack.HssiGk/_old  2012-04-17 07:49:09.000000000 +0200
+++ /var/tmp/diff_new_pack.HssiGk/_new  2012-04-17 07:49:09.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package qgo (Version 1.5.4)
+# spec file for package qgo
 #
-# Copyright (c) 2010 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,16 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           qgo
-BuildRequires:  qt3-devel update-desktop-files
+BuildRequires:  qt3-devel
+BuildRequires:  update-desktop-files
 Summary:        A Go Board and SGF Editor
-Version:        1.5.4
-Release:        142
-Group:          Amusements/Games/Board/Other
 License:        GPL-2.0+
+Group:          Amusements/Games/Board/Other
+Version:        1.5.4
+Release:        0
 Source:         qgo-%version.tar.bz2
 Patch:          qgo-%version-gcc4.3.diff
 Patch1:         qgo-%version-desktop.diff
@@ -43,10 +42,10 @@
 %patch1
 
 %build
-PATH=$PATH:/usr/%_lib/qt3/bin
-export LDFLAGS=-L/usr/X11/%_lib 
-./configure --prefix=%{_prefix} --with-extra-libs=/usr/lib/qt3/%_lib
-make CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS"
+export PATH="$PATH:%_prefix/lib/qt3/bin";
+#export LDFLAGS=-L/usr/X11/%_lib #what distro needs /this/?
+%configure --with-extra-libs="%_prefix/lib/qt3/%_lib"
+make %{?_smp_mflags} CFLAGS="%optflags" CXXFLAGS="%optflags"
 
 %install
 mkdir -p $RPM_BUILD_ROOT%{_prefix}/bin
@@ -61,9 +60,6 @@
 rm -rf $RPM_BUILD_ROOT%{_prefix}/share/mimelnk/
 %suse_update_desktop_file qgo Game BoardGame
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc README TODO COPYING

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to