rpms/python3-postgresql/F-13 import.log, NONE, 1.1 python3-postgresql.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

dmalcolm dmalcolm at fedoraproject.org
Wed Apr 21 21:51:47 UTC 2010


Author: dmalcolm

Update of /cvs/pkgs/rpms/python3-postgresql/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22305/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python3-postgresql.spec 
Log Message:
Initial import from review



--- NEW FILE import.log ---
python3-postgresql-1_0_0-1_fc12:F-13:python3-postgresql-1.0.0-1.fc12.src.rpm:1271886642


--- NEW FILE python3-postgresql.spec ---
Name:           python3-postgresql
Version:        1.0.0
Release:        1%{?dist}
Summary:        Connect to PostgreSQL with Python 3

Group:          Applications/Databases
License:        BSD
URL:            http://python.projects.postgresql.org/
Source0:        http://python.projects.postgresql.org/files/py-postgresql-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python3-devel

%description
py-postgresql is a Python 3 package providing modules to work with PostgreSQL.
This includes a high-level driver, and many other tools that support a
developer working with PostgreSQL databases.

%prep
%setup -q -n py-postgresql-%{version}


%build
CFLAGS="$RPM_OPT_FLAGS" %{__python3} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python3} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS LICENSE README
%{python3_sitearch}/*


%changelog
* Fri Apr  2 2010 David Malcolm <dmalcolm at redhat.com> - 1.0.0-1
- initial package



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python3-postgresql/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	21 Apr 2010 04:16:06 -0000	1.1
+++ .cvsignore	21 Apr 2010 21:51:47 -0000	1.2
@@ -0,0 +1 @@
+py-postgresql-1.0.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python3-postgresql/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	21 Apr 2010 04:16:07 -0000	1.1
+++ sources	21 Apr 2010 21:51:47 -0000	1.2
@@ -0,0 +1 @@
+acf46e8ae79706627a960b9bce22732b  py-postgresql-1.0.0.tar.bz2



More information about the scm-commits mailing list