]> git.pld-linux.org Git - packages/python-PyGreSQL.git/blobdiff - python-PyGreSQL.spec
- obsoleted by postgresql-python package
[packages/python-PyGreSQL.git] / python-PyGreSQL.spec
diff --git a/python-PyGreSQL.spec b/python-PyGreSQL.spec
deleted file mode 100644 (file)
index 3856f65..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-
-%define module PyGreSQL
-%define python_sitepkgsdir %(echo `python -c "import sys; print (sys.prefix + '/lib/python' + sys.version[:3] + '/site-packages/')"`)
-%define python_compile_opt python -O -c "import compileall; compileall.compile_dir('.')"
-%define python_compile python -c "import compileall; compileall.compile_dir('.')"
-
-Summary:       Python interface to PostgresSQL 
-Summary(pl):   Interfejs pomiêdzy jêzykiem Python a baz± danych PostgresSQL 
-Name:          python-PyGreSQL
-Release:       1
-Version:       3.1
-Copyright:     See description
-Group:         Applications/Databases/Interfaces
-Group(de):     Applikationen/Dateibanken/Schnittstellen
-Group(pl):     Aplikacje/Bazy danych/Interfejsy
-Source0:       ftp://ftp.druid.net/pub/distrib/%{module}-%{version}.tgz
-Source1:       python-Makefile.pre.in
-Source2:       Setup.in.PyGreSQL
-URL:           http://www.druid.net/pygresql
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-Requires:      python >= 1.5
-BuildRequires: python-devel >= 1.5
-BuildRequires: postgresql-devel >= 6.5.3
-
-%description
-This package provides access to PostgresSQL data from Python
-
-Written by D'Arcy J.M. Cain, darcy@druid.net Based heavily on code
-written by Pascal Andre, andre@chimay.via.ecp.fr. Copyright (c) 1995,
-Pascal ANDRE (andre@via.ecp.fr)
-
-See documentation for the full Copyright notice.
-
-%description -l pl
-Ten pakiet zapewnia dostêp do baz danych PostgreSQL z poziomu skryptów
-jêzyka Python.
-
-Autor: D'Arcy J.M. Cain, darcy@druid.net Oparte na kodzie napisanym
-przez Pascala Andre, andre@chimay.via.ecp.fr. Copyright (c) 1995,
-Pascal ANDRE (andre@via.ecp.fr)
-
-Pe³na informacja na temat praw autorskich znajduje siê w dokumentacji.
-
-%prep
-%setup -q -n PyGreSQL-3.1
-cp -f %{SOURCE1} ./Makefile.pre.in
-cp -f %{SOURCE2} Setup.in
-
-%build
-%{__make} -f Makefile.pre.in boot
-%{__make} OPT="%{rpmcflags}"
-
-%install
-rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{python_sitepkgsdir}/%{module}
-echo %{module} > $RPM_BUILD_ROOT%{python_sitepkgsdir}/%{module}.pth
-
-%python_compile_opt
-%python_compile
-
-install pg.py{c,o} $RPM_BUILD_ROOT%{python_sitepkgsdir}/%{module}
-install -m 755 _pgmodule.so $RPM_BUILD_ROOT%{python_sitepkgsdir}/%{module}
-
-gzip -9nf README README.linux Announce ChangeLog
-tar czf tutorial.tar.gz tutorial
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(644,root,root,755)
-%doc {README,README.linux,tutorial.tar,Announce,ChangeLog}.gz
-%attr(755,root,root) %{python_sitepkgsdir}/%{module}/_pgmodule.so
-%attr(644,root,root) %{python_sitepkgsdir}/%{module}/*.pyc
-%attr(644,root,root) %{python_sitepkgsdir}/%{module}/*.pyo
-%attr(644,root,root) %{python_sitepkgsdir}/%{module}.pth
This page took 0.072246 seconds and 4 git commands to generate.