SPECS: pysql.spec - pl, python deps
qboosh
qboosh at pld-linux.org
Mon Apr 14 21:37:24 CEST 2008
Author: qboosh Date: Mon Apr 14 19:37:24 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl, python deps
---- Files affected:
SPECS:
pysql.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/pysql.spec
diff -u SPECS/pysql.spec:1.2 SPECS/pysql.spec:1.3
--- SPECS/pysql.spec:1.2 Thu Dec 20 19:39:58 2007
+++ SPECS/pysql.spec Mon Apr 14 21:37:19 2008
@@ -1,5 +1,6 @@
# $Revision$, $Date$
Summary: A full (and much more) replacement for sqlplus
+Summary(pl.UTF-8): Pełny (a nawet lepszy) zamiennik sqlplus
Name: pysql
Version: 0.11
Release: 1
@@ -8,30 +9,43 @@
Source0: http://dl.sourceforge.net/pysql/%{name}-%{version}.tar.gz
# Source0-md5: 35a3afa6c383dac8d9a8a4229b2da06b
URL: http://pysql.sourceforge.net/
+BuildRequires: python >= 1:2.5
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.219
Requires: python-cx_Oracle
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-PySQL aim to be a full (and much more) replacement for sqlplus.
-This projet start the 17th of august 2006. It is also a cool
-pretext for coding in Python ;-) Some ideas behind PySQL :
-
-* really usable and not painfull (history, completion, line edition...)
-* high level function often used (search for tables, indexes, count,
+PySQL aim to be a full (and much more) replacement for sqlplus. Some
+ideas behind PySQL:
+- really usable and not painful (history, completion, line edition...)
+- high level function often used (search for tables, indexes, count,
explain plan, list of sessions...)
-* proper output for screen and file (csv ready for inclusion in spreadsheets)
-* user defined macro ?
+- proper output for screen and file (csv ready for inclusion in
+ spreadsheets)
+- user defined macro ?
+
+%description -l pl.UTF-8
+PySQL jest w zamierzeniu pełnym (a nawet o wiele lepszym) zamiennikiem
+narzędzia sqlplus. Niektóre idee PySQL-a:
+- prawdziwa użyteczność bez bólu (historia, dopełnianie, edycja linii
+ poleceń...)
+- częste używanie funkcji wysokopoziomowych (wyszukiwanie tabel,
+ indeksów, zliczanie, plan explain, lista sesji...)
+- właściwe wyjście dla screena i pliku (zgodność z CSV do umieszczania
+ w arkuszach kalkulacyjnych)
+- zdefiniowane przez użytkownika makro ?
%prep
%setup -q
%build
-python setup.py build
+%{__python} setup.py build
%install
rm -rf $RPM_BUILD_ROOT
-python setup.py install \
+%{__python} setup.py install \
--root=$RPM_BUILD_ROOT \
--optimize=2
@@ -56,6 +70,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2008-04-14 19:37:19 qboosh
+- pl, python deps
+
Revision 1.2 2007-12-20 18:39:58 baggins
- add missing dir
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pysql.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list