]> git.pld-linux.org Git - packages/python-sqlite.git/commitdiff
- spaces->tabs
authorpaladine <paladine@pld-linux.org>
Sun, 31 Oct 2004 20:54:09 +0000 (20:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- formatting

Changed files:
    python-sqlite.spec -> 1.14

python-sqlite.spec

index 24254fb08f6d95bc77e7ce3346efb1678553f7a6..30810f40629825d63cfe5fc4e026e88f227751f4 100644 (file)
@@ -1,5 +1,5 @@
 
-%define         module sqlite
+%define                module  sqlite
 
 Summary:       A DB API v2.0 compatible interface to SQLite
 Summary(pl):   Interfejs do SQLite kompatybilny z DB API v2.0
@@ -46,7 +46,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{py_sitedir},%{_examplesdir}/%{name}-%{version}}
 
 python setup.py install \
-        --root=$RPM_BUILD_ROOT --optimize=2
+       --root=$RPM_BUILD_ROOT --optimize=2
 
 rm -f $RPM_BUILD_ROOT%{py_sitedir}/%{module}/*.py
 cp -aR examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
This page took 0.063418 seconds and 4 git commands to generate.