SPECS: python-SQLObject.spec - up to version 0.7.0
heretyk
heretyk at pld-linux.org
Sun Oct 23 23:17:26 CEST 2005
Author: heretyk Date: Sun Oct 23 21:17:26 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to version 0.7.0
---- Files affected:
SPECS:
python-SQLObject.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/python-SQLObject.spec
diff -u SPECS/python-SQLObject.spec:1.5 SPECS/python-SQLObject.spec:1.6
--- SPECS/python-SQLObject.spec:1.5 Sat Mar 12 13:32:37 2005
+++ SPECS/python-SQLObject.spec Sun Oct 23 23:17:21 2005
@@ -6,16 +6,18 @@
Summary: Object-Relational Manager, aka database wrapper
Summary(pl): Zarządca obiektowo-relacyjny, czyli wrapper dla baz danych
Name: python-%{module}
-Version: 0.6.1
+Version: 0.7.0
Release: 1
License: LGPL
Vendor: Ian Bicking <ianb at colorstudy.com>
Group: Development/Languages/Python
-Source0: http://dl.sourceforge.net/sqlobject/%{module}-%{version}.tar.gz
-# Source0-md5: 0dbb6ea429aa40eee734751ad48fbfbb
+Source0: http://cheeseshop.python.org/packages/source/S/%{module}/%{module}-%{version}.tar.gz
+# Source0-md5: dccb921b5df6a15312b56630ac4ac205
+Patch0: %{name}-disable-setuptools.patch
URL: http://sqlobject.org
BuildRequires: python-devel >= 1:2.3
%pyrequires_eq python-modules
+Requires: python-FormEncode >= 0.2.2
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -33,8 +35,10 @@
%prep
%setup -q -n %{module}-%{version}
+%patch0 -p1
%build
+rm -rf ez_setup
python setup.py build
%install
@@ -51,7 +55,8 @@
%files
%defattr(644,root,root,755)
-%doc README.txt PKG-INFO docs examples
+%doc README.txt PKG-INFO docs
+%attr(755,root,root) %{_bindir}/*
%{py_sitescriptdir}/%{_module}
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -60,6 +65,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2005/10/23 21:17:21 heretyk
+- up to version 0.7.0
+
Revision 1.5 2005/03/12 12:32:37 troll
- mass commit: remove obsolete BR: rpm-pythonprov
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-SQLObject.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list