Hello community,

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

Package is "rocksndiamonds", Maintainer is "nadvor...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rocksndiamonds/rocksndiamonds.changes    
2011-09-23 12:44:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rocksndiamonds.new/rocksndiamonds.changes       
2012-04-17 07:49:26.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Mar 23 02:50:18 UTC 2012 - jeng...@medozas.de
+
+- Parallel build with %_smp_mflags; strip redundant sections/tags
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rocksndiamonds.spec ++++++
--- /var/tmp/diff_new_pack.n93qD3/_old  2012-04-17 07:49:28.000000000 +0200
+++ /var/tmp/diff_new_pack.n93qD3/_new  2012-04-17 07:49:28.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rocksndiamonds (Version 3.2.4)
+# spec file for package rocksndiamonds
 #
-# Copyright (c) 2009 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,20 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           rocksndiamonds
-BuildRequires:  SDL_image-devel SDL_mixer-devel SDL_net-devel fdupes 
update-desktop-files
-License:        GPL-2.0+
-Group:          Amusements/Games/Action/Arcade
+BuildRequires:  SDL_image-devel
+BuildRequires:  SDL_mixer-devel
+BuildRequires:  SDL_net-devel
+BuildRequires:  fdupes
+BuildRequires:  update-desktop-files
 Provides:       rockdiam
 Obsoletes:      rockdiam
-AutoReqProv:    on
 Version:        3.3.0.1
-Release:        83
+Release:        0
 PreReq:         permissions
 Summary:        Arcade style game with stereo sounds
+License:        GPL-2.0+
+Group:          Amusements/Games/Action/Arcade
 Url:            http://www.artsoft.org/rocksndiamonds/
 # Downloaded from 
http://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-3.3.0.1.tar.gz
 # Deleted already compiled binary: rm rocksndiamonds
@@ -78,18 +79,17 @@
 fi
 cp %{S:2} %{S:3} .
 pushd levels
-tar xjf %{S:4}
+tar -xjf %{S:4}
 popd
 
 %build
-make sdl \
+make %{?_smp_mflags} sdl \
     OPTIONS="$RPM_OPT_FLAGS" \
     XLIB_PATH=/usr/X11R6/%{_lib} \
     RO_GAME_DIR=%{_datadir}/%{name} \
     RW_GAME_DIR=%{_var}/games/%{name}
 
 %install
-rm -rf $RPM_BUILD_ROOT
 LIBDIR=$RPM_BUILD_ROOT%{_datadir}/%{name}
 SCOREDIR=$RPM_BUILD_ROOT%{_var}/games/%{name}
 install -m 755 -d $LIBDIR
@@ -101,9 +101,9 @@
 cp -a sounds $LIBDIR
 cp -a music $LIBDIR
 cp -a levels $LIBDIR
-find $LIBDIR/levels -name '*.orig' | xargs rm
-find $LIBDIR -type f -exec chmod 644 \{\} \;
-find $LIBDIR -type d -exec chmod 755 \{\} \;
+find $LIBDIR/levels -name '*.orig' -delete
+find $LIBDIR -type f -exec chmod 644 "{}" "+"
+find $LIBDIR -type d -exec chmod 755 "{}" "+"
 install -m 755 %{name} $RPM_BUILD_ROOT%{_bindir}
 install -m 644 %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man6/%{name}.6
 install -m 644 %{name}.png $RPM_BUILD_ROOT%{_datadir}/pixmaps
@@ -115,9 +115,6 @@
 %verifyscript
 %verify_permissions -e %{_bindir}/rocksndiamonds
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc ChangeLog COPYING CREDITS README


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

Reply via email to