SPECS: tinyerp-server.spec - spaces -> tabs

ankry ankry at pld-linux.org
Sun Nov 27 15:20:04 CET 2005


Author: ankry                        Date: Sun Nov 27 14:20:04 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- spaces -> tabs

---- Files affected:
SPECS:
   tinyerp-server.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/tinyerp-server.spec
diff -u SPECS/tinyerp-server.spec:1.11 SPECS/tinyerp-server.spec:1.12
--- SPECS/tinyerp-server.spec:1.11	Sat Nov 26 22:50:59 2005
+++ SPECS/tinyerp-server.spec	Sun Nov 27 15:19:59 2005
@@ -15,7 +15,7 @@
 BuildRequires:	python-libxml2
 BuildRequires:	python-libxslt
 BuildRequires:	python-psycopg
-BuildRequires:  rpmbuild(macros) >= 1.219
+BuildRequires:	rpmbuild(macros) >= 1.219
 BuildRequires:	python-pydot
 Requires:	python-libxml2
 Requires:	python-libxslt
@@ -61,14 +61,13 @@
 done
 
 for i in `find -name *.xsl`; do
-        install $i $RPM_BUILD_ROOT/%{py_sitescriptdir}/%{name}/`echo $i | sed 's/\.//'`
+	install $i $RPM_BUILD_ROOT/%{py_sitescriptdir}/%{name}/`echo $i | sed 's/\.//'`
 done
 
 for i in `find -name *.sql`; do
-        install $i $RPM_BUILD_ROOT/%{py_sitescriptdir}/%{name}/`echo $i | sed 's/\.//'`
+	install $i $RPM_BUILD_ROOT/%{py_sitescriptdir}/%{name}/`echo $i | sed 's/\.//'`
 done
 
-
 #%%find_lang %{name}
 
 %clean
@@ -87,6 +86,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2005/11/27 14:19:59  ankry
+- spaces -> tabs
+
 Revision 1.11  2005/11/26 21:50:59  djrzulf
 - and still doesnt work as expected.... damn!
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/tinyerp-server.spec?r1=1.11&r2=1.12&f=u




More information about the pld-cvs-commit mailing list