rpms/blobby/F-13 .cvsignore, 1.2, 1.3 blobby.desktop, 1.2, 1.3 blobby.spec, 1.12, 1.13 sources, 1.2, 1.3

Ankur Sinha ankursinha at fedoraproject.org
Sun Mar 7 05:05:12 UTC 2010


Author: ankursinha

Update of /cvs/pkgs/rpms/blobby/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26156

Modified Files:
	.cvsignore blobby.desktop blobby.spec sources 
Log Message:
update to latest svn snapshot


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/blobby/F-13/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	14 Jan 2007 21:07:17 -0000	1.2
+++ .cvsignore	7 Mar 2010 05:05:12 -0000	1.3
@@ -1 +1 @@
-blobby2-linux-0.6a.tar.gz
+blobby-20100306.tar.gz


Index: blobby.desktop
===================================================================
RCS file: /cvs/pkgs/rpms/blobby/F-13/blobby.desktop,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- blobby.desktop	7 Oct 2007 13:06:22 -0000	1.2
+++ blobby.desktop	7 Mar 2010 05:05:12 -0000	1.3
@@ -11,6 +11,6 @@ GenericName[en]=Volley-Ball Game
 GenericName[fr]=Jeu de Volley-Ball
 GenericName[de]=Volley-Ball Spiel
 Icon=blobby.png
-Exec=blobby-wrapper
+Exec=blobby
 Terminal=false
 Categories=Game;ArcadeGame;


Index: blobby.spec
===================================================================
RCS file: /cvs/pkgs/rpms/blobby/F-13/blobby.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- blobby.spec	19 Feb 2010 14:18:50 -0000	1.12
+++ blobby.spec	7 Mar 2010 05:05:12 -0000	1.13
@@ -1,40 +1,34 @@
 Name:           blobby
-Version:        0.6
-Release:        0.14.a%{?dist}
+Version:        0.8
+Release:        0.1.20100306svn
 Summary:        Volley-ball game
 
 Group:          Amusements/Games
 License:        GPLv2+
 URL:            http://blobby.sourceforge.net
-Source0:        http://dl.sf.net/blobby/blobby2-linux-%{version}a.tar.gz
+
+# The source for this package was pulled from upstream's vcs.  Use the
+# following commands to generate the tarball:
+#  svn co https://blobby.svn.sourceforge.net/svnroot/blobby/trunk blobby-20100306
+#  tar -czvf blobby-20100306.tar.gz blobby-20100306
+Source0:        %{name}-20100306.tar.gz
 Source1:        blobby.desktop
-Patch0:         blobby-0.6-optflags.patch
-Patch1:         blobby-0.6-gcc43.patch
-Patch2:         blobby-0.6-arm.patch
-Patch3:         blobby-lpthread-FTBFS.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  SDL-devel, physfs-devel, zlib-devel
+BuildRequires:  SDL-devel, physfs-devel, zlib-devel, cmake, boost-devel, zip
 BuildRequires:  ImageMagick, desktop-file-utils, hicolor-icon-theme
 
-# Wrapper
-Requires:       opengl-games-utils
-
 %description
 Blobby Volley is one of the most popular freeware games.
 Blobby Volley 2 is the continuation of this lovely game.
 
 
 %prep
-%setup -q -n blobby-alpha-6
-%patch0 -p0 -b .optflags
-%patch1 -p0 -b .gcc43
-%patch2 -p1 -b .arm
-%patch3 
-
+%setup -q -n %{name}-20100306
 
 %build
-%configure
+%cmake .
 make %{?_smp_mflags}
 
 
@@ -42,6 +36,9 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
+%check
+ctest
+
 # Icon
 unzip -o -j data/gfx.zip gfx/ball01.bmp
 convert -size 48x48 -transparent black ball01.bmp blobby.png
@@ -53,10 +50,6 @@ desktop-file-install  --vendor "fedora" 
         --dir $RPM_BUILD_ROOT%{_datadir}/applications \
         %{SOURCE1}
 
-# Wrapper
-ln -s opengl-game-wrapper.sh $RPM_BUILD_ROOT%{_bindir}/%{name}-wrapper
-
-
 %post
 touch --no-create %{_datadir}/icons/hicolor || :
 %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
@@ -69,7 +62,6 @@ touch --no-create %{_datadir}/icons/hico
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS README ChangeLog COPYING TODO
@@ -80,9 +72,16 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Fri Feb 19 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 0.6-0.14.a
-- Fix lpthread issue for FTBFS implicit DSO linkage rhbz #564611
-- Patch from Ankur Sinha
+* Sun Mar 07 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.8-0.1.20100306svn
+- cleaned up spec
+- corrected desktop file
+- corrected svn versioning
+
+* Sat Mar 06 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 20100306-1
+- Update version
+
+* Fri Feb 19 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.6-0.14.a
+- Fix lpthread issue for FTBFS implicit DSO linkage 564611
 
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6-0.13.a
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/blobby/F-13/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	14 Jan 2007 21:07:17 -0000	1.2
+++ sources	7 Mar 2010 05:05:12 -0000	1.3
@@ -1 +1 @@
-fdef3e59f0870d890be8dffaccd773ca  blobby2-linux-0.6a.tar.gz
+be7ce6f7dbe7c7cbad8bf2908a7dbebd  blobby-20100306.tar.gz



More information about the scm-commits mailing list