rpms/neverball/devel neverball.spec,1.24,1.25

Michael Thomas wart at fedoraproject.org
Mon Jan 11 05:41:52 UTC 2010


Author: wart

Update of /cvs/pkgs/rpms/neverball/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24123

Modified Files:
	neverball.spec 
Log Message:
Set DATADIR so that neverball and neverputt can find their data (bz #538210)




Index: neverball.spec
===================================================================
RCS file: /cvs/pkgs/rpms/neverball/devel/neverball.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- neverball.spec	8 Oct 2009 23:40:06 -0000	1.24
+++ neverball.spec	11 Jan 2010 05:41:51 -0000	1.25
@@ -1,6 +1,6 @@
 Name:           neverball
 Version:        1.5.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 
 Summary:        Roll a ball through an obstacle course
 
@@ -28,7 +28,7 @@ coins are worth 5.  Blue coins are worth
 %setup -q
 
 %build
-make CFLAGS="$RPM_OPT_FLAGS -ansi `sdl-config --cflags`" %{?_smp_mflags}
+make CFLAGS="$RPM_OPT_FLAGS -ansi `sdl-config --cflags`" DATADIR=%{_datadir}/%{name} %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/applications/*
 
 %changelog
+* Sun Jan 10 2010 Wart <wart at kobold.org> - 1.5.4-2 
+- Set DATADIR so that neverball and neverputt can find their data (#538210)
+
 * Thu Oct 8 2009 Wart <wart at kobold.org> - 1.5.4-1
 - Update to 1.5.4
 



More information about the scm-commits mailing list