rpms/childsplay/devel childsplay.spec,1.2,1.3

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Thu May 11 13:39:03 UTC 2006


Author: jwrdegoede

Update of /cvs/extras/rpms/childsplay/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14874

Modified Files:
	childsplay.spec 
Log Message:
* Thu May 11 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 0.81.8-3
- Fix not finding of initial/default childsplayrc file.



Index: childsplay.spec
===================================================================
RCS file: /cvs/extras/rpms/childsplay/devel/childsplay.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- childsplay.spec	11 May 2006 13:25:14 -0000	1.2
+++ childsplay.spec	11 May 2006 13:39:03 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           childsplay
 Version:        0.81.8
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Suite of educational games for young children
 Group:          Amusements/Games
 License:        GPL
@@ -44,10 +44,10 @@
 echo "## Automated file please do not edit" > BASEPATH.py
 echo "CPDIR=\"%{_datadir}/%{name}\"" >> BASEPATH.py  
 echo "SHAREDATADIR=\"%{_datadir}/%{name}/Data\"" >> BASEPATH.py
-echo "RCDIR=\"%{_datadir}/%{name}/ConfigData\"" >> BASEPATH.py
 echo "SHARELIBDATADIR=\"%{_datadir}/%{name}/plugins\"" >> BASEPATH.py
 echo "LIBDIR=\"%{_datadir}/%{name}/plugins\"" >> BASEPATH.py
 echo "MODULESDIR=\"%{_datadir}/%{name}/plugins\"" >> BASEPATH.py
+echo "RCDIR=\"%{_datadir}/%{name}/plugins/ConfigData\"" >> BASEPATH.py
 echo "LOCALEDIR=\"%{_datadir}/locale\"" >> BASEPATH.py
 echo "ASSETMLDIR=\"%{_datadir}/assetml\"" >> BASEPATH.py
 echo "CHILDSPLAYRC=\"childsplayrc\"" >> BASEPATH.py
@@ -129,6 +129,9 @@
 
 
 %changelog
+* Thu May 11 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 0.81.8-3
+- Fix not finding of initial/default childsplayrc file.
+
 * Wed May 10 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 0.81.8-2
 - Ghost .pyo files
 - BR: desktop-file-utils




More information about the scm-commits mailing list