rpms/neverball/devel neverball.spec,1.4,1.5

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Nov 11 19:21:39 UTC 2004


Changeset from: thias

Update of /cvs/extras/rpms/neverball/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv8556/neverball/devel

Modified Files:
	neverball.spec 
Log Message:
Release bumping to provide upgrade path from non-fedora.us packages.
A few minor tweaks here and there.



Index: neverball.spec
===================================================================
RCS file: /cvs/extras/rpms/neverball/devel/neverball.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- neverball.spec	8 Nov 2004 04:55:12 -0000	1.4
+++ neverball.spec	11 Nov 2004 19:21:37 -0000	1.5
@@ -1,18 +1,18 @@
 Name:           neverball
 Version:        1.4.0
-Release:        0.fdr.1.2
-Epoch:          0
-Summary:        Roll a ball through an obstacle course.
+Release:        2
+Summary:        Roll a ball through an obstacle course
 
 Group:          Amusements/Games
 License:        GPL
 URL:            http://icculus.org/neverball/
-Source0:        http://icculus.org/neverball/neverball-1.4.0.tar.gz
-Patch0:		neverball-datadir.patch
-Source1:	neverball.desktop
-Source2:	neverputt.desktop
+Source0:        http://icculus.org/neverball/neverball-%{version}.tar.gz
+Patch0:         neverball-datadir.patch
+Source1:        neverball.desktop
+Source2:        neverputt.desktop
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  SDL_image-devel, SDL_ttf-devel, SDL_mixer-devel, freetype-devel, desktop-file-utils, zlib-devel
+BuildRequires:  SDL_image-devel, SDL_ttf-devel, SDL_mixer-devel
+BuildRequires:  freetype-devel, desktop-file-utils, zlib-devel
 
 %description
 Tilt the  floor to roll a  ball through an obstacle  course within the
@@ -32,19 +32,19 @@
 rm -rf $RPM_BUILD_ROOT
 install -p -D -m0755 neverball $RPM_BUILD_ROOT/%{_bindir}/neverball
 install -p -D -m0755 neverputt $RPM_BUILD_ROOT/%{_bindir}/neverputt
-install -p -d -m0755  $RPM_BUILD_ROOT/%{_datadir}/neverball/
-install -p -D -m0644  icon/neverball.png $RPM_BUILD_ROOT/%{_datadir}/pixmaps/neverball.png
-install -p -D -m0644  icon/neverputt.png $RPM_BUILD_ROOT/%{_datadir}/pixmaps/neverputt.png
+install -p -d -m0755 $RPM_BUILD_ROOT/%{_datadir}/neverball/
+install -p -D -m0644 icon/neverball.png $RPM_BUILD_ROOT/%{_datadir}/pixmaps/neverball.png
+install -p -D -m0644 icon/neverputt.png $RPM_BUILD_ROOT/%{_datadir}/pixmaps/neverputt.png
 cp -ap  data/* $RPM_BUILD_ROOT/%{_datadir}/neverball/
 
 desktop-file-install --vendor fedora \
-  --dir $RPM_BUILD_ROOT/%{_datadir}/applications      \
-  --add-category X-Fedora                              \
+  --dir $RPM_BUILD_ROOT/%{_datadir}/applications \
+  --add-category X-Fedora \
 %{SOURCE1}
 
 desktop-file-install --vendor fedora \
-  --dir $RPM_BUILD_ROOT/%{_datadir}/applications      \
-  --add-category X-Fedora                              \
+  --dir $RPM_BUILD_ROOT/%{_datadir}/applications \
+  --add-category X-Fedora \
 %{SOURCE2}
 
 %clean
@@ -59,29 +59,42 @@
 %{_datadir}/applications/*
 
 %changelog
+* Thu Nov 11 2004 Matthias Saou <http://freshrpms.net/> 1.4.0-2
+- Bump release to provide Extras upgrade path.
+- Fix tabs/spaces mixture.
+- Make the changelog breathe a little, and be readable.
+
 * Sat Oct 16 2006 Nils O. Selåsdal <NOS at Utel.no>- 0:1.4.0-0.fdr.1
 - Update to 1.4.0
 - Remove libGLU BuildRequires, it seems to be gone with an xorg errata,
   xorg-x11-devel should be all thats needed now though.
 - Add neverputt .desktop file
+
 * Fri Aug 13 2004 Nils O. Selåsdal <NOS at Utel.no>- 0:1.3.7-0.fdr.1
 - Update to 1.3.7, which fixes a corruption in Neverputt level 16
+
 * Tue Aug 03 2004 Nils O. Selåsdal <NOS at Utel.no>- 0:1.3.6-0.fdr.1
 - Update to 1.3.6
+
 * Thu Jul 08 2004 Nils O. Selåsdal <NOS at Utel.no>- 0:1.3.1-0.fdr.1
 - Update to 1.3.1
 - Add icon to .desktop file
 - Really include neverputt binary
+
 * Thu Jun 03 2004 Nils O. Selåsdal <NOS at Utel.no>- 0:1.2.5-0.fdr.2
 - Sign the src.rpm
+
 * Tue Jun 01 2004 Nils O. Selåsdal <NOS at Utel.no>- 0:1.2.5-0.fdr.1
 - 1.2.5 and updated to work on FC2
 - Include new neverputt binary.
 - Use CFLAGS for pullingin RPM_OPT_FLAGS
+
 * Fri Mar 19 2004 Nils O. Selåsdal <NOS at Utel.no>- 0:1.1.0-0.fdr.1
 - 1.1.0
+
 * Fri Nov 21 2003 Nils O. Selåsdal <NOS at Utel.no>- 0:1.0.0-0.fdr.2
 - Add missing BuildRequires.
+
 * Fri May 03 2003 Nils O. Selåsdal <NOS at Utel.no> - 0:1.0.0-0.fdr.1
 - Initial RPM release.
 




More information about the fedora-extras-commits mailing list