SPECS: mirrormagic.spec, mozilla-theme-SkyPilot.spec - formatting

ankry ankry at pld-linux.org
Sat Aug 12 19:38:14 CEST 2006


Author: ankry                        Date: Sat Aug 12 17:38:14 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- formatting

---- Files affected:
SPECS:
   mirrormagic.spec (1.11 -> 1.12) , mozilla-theme-SkyPilot.spec (1.24 -> 1.25) 

---- Diffs:

================================================================
Index: SPECS/mirrormagic.spec
diff -u SPECS/mirrormagic.spec:1.11 SPECS/mirrormagic.spec:1.12
--- SPECS/mirrormagic.spec:1.11	Thu Mar  9 15:35:10 2006
+++ SPECS/mirrormagic.spec	Sat Aug 12 19:38:09 2006
@@ -92,20 +92,17 @@
 
 # scores
 install -d $RPM_BUILD_ROOT/var/games/%{name}/scores/
-for i in $RPM_BUILD_ROOT%{_datadir}/games/%{name}/levels/*
-do
-        cd $i
-        for j in `find * -type d`
-        do
-                mkdir $RPM_BUILD_ROOT/var/games/%{name}/scores/$j
-                cd $j
-                for k in `ls | grep \\\.level`
-                do
-                        touch $RPM_BUILD_ROOT/var/games/%{name}/scores/$j/`basename $k .level`.score
-                done
-                cd ..
-        done
-        cd ..
+for i in $RPM_BUILD_ROOT%{_datadir}/games/%{name}/levels/*; do
+	cd $i
+	for j in `find * -type d`; do
+		mkdir $RPM_BUILD_ROOT/var/games/%{name}/scores/$j
+		cd $j
+		for k in `ls | grep \\\.level`; do
+			touch $RPM_BUILD_ROOT/var/games/%{name}/scores/$j/`basename $k .level`.score
+		done
+		cd ..
+	done
+	cd ..
 done
 
 %clean
@@ -127,6 +124,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2006/08/12 17:38:09  ankry
+- formatting
+
 Revision 1.11  2006/03/09 14:35:10  glen
 - quote %{__cc}
 

================================================================
Index: SPECS/mozilla-theme-SkyPilot.spec
diff -u SPECS/mozilla-theme-SkyPilot.spec:1.24 SPECS/mozilla-theme-SkyPilot.spec:1.25
--- SPECS/mozilla-theme-SkyPilot.spec:1.24	Wed Mar 23 18:18:07 2005
+++ SPECS/mozilla-theme-SkyPilot.spec	Sat Aug 12 19:38:09 2006
@@ -33,7 +33,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_chromedir}
-                                                                                                                 
+
 install %{SOURCE0} $RPM_BUILD_ROOT%{_chromedir}/%{_realname}.jar
 install %{SOURCE1} $RPM_BUILD_ROOT%{_chromedir}/
 
@@ -59,6 +59,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.25  2006/08/12 17:38:09  ankry
+- formatting
+
 Revision 1.24  2005/03/23 17:18:07  glen
 - dropped SourceX-size
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mirrormagic.spec?r1=1.11&r2=1.12&f=u
    http://cvs.pld-linux.org/SPECS/mozilla-theme-SkyPilot.spec?r1=1.24&r2=1.25&f=u



More information about the pld-cvs-commit mailing list