]> git.pld-linux.org Git - packages/childsplay.git/commitdiff
- up to 0.81.5 and plugins to 0.80.6
authorpiti <piti@pld-linux.org>
Fri, 20 Jan 2006 18:57:25 +0000 (18:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BASEPATH.py should not be compiled, fixed

Changed files:
    childsplay.spec -> 1.4

childsplay.spec

index 36fc55f540c19b47a8400b46e2179dc716e45af4..b0923cfe311439565d90dd73bb837d69d96ca509 100644 (file)
@@ -1,16 +1,16 @@
 
-%define plugins_ver 0.80.3
+%define plugins_ver 0.80.6
 Summary:       Games for children with plugins
 Summary(pl):   Gry dla dzieci z wtyczkami
 Name:          childsplay
-Version:       0.81.1
+Version:       0.81.5
 Release:       1
 License:       GPL v2
 Group:         X11/Applications/Games
 Source0:       http://dl.sourceforge.net/childsplay/%{name}-%{version}.tgz
-# Source0-md5: fc7497ba05c242f7eaf4c8898aff3043
+# Source0-md5: c86a94d6f47047d1cd01b9525629b6dd
 Source1:       http://dl.sourceforge.net/childsplay/%{name}_plugins-%{plugins_ver}.tgz
-# Source1-md5: 7ccaffb34f191af3f8cd945c7fbc0652
+# Source1-md5: 48178a23daaa44d01d51bb2246c1541e
 Patch0:                %{name}-install.patch
 URL:           http://childsplay.sourceforge.net/
 %pyrequires_eq python-modules
@@ -88,6 +88,8 @@ cd ..
 %py_ocomp $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 find $RPM_BUILD_ROOT%{_datadir} -name "*.py" | xargs rm
+rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/BASEPATH.py*
+cp BASEPATH.py $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 %find_lang %{name}
 
This page took 0.080609 seconds and 4 git commands to generate.