SPECS: python-SQLAlchemy.spec - up to 0.3.5 - example files moved ...
beorn
beorn at pld-linux.org
Fri Mar 2 16:11:00 CET 2007
Author: beorn Date: Fri Mar 2 15:11:00 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 0.3.5
- example files moved to _examplesdir
---- Files affected:
SPECS:
python-SQLAlchemy.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SPECS/python-SQLAlchemy.spec
diff -u SPECS/python-SQLAlchemy.spec:1.8 SPECS/python-SQLAlchemy.spec:1.9
--- SPECS/python-SQLAlchemy.spec:1.8 Tue Feb 13 09:06:42 2007
+++ SPECS/python-SQLAlchemy.spec Fri Mar 2 16:10:54 2007
@@ -2,12 +2,12 @@
Summary: Database Abstraction Library
Summary(pl.UTF-8): Biblioteka abstrakcji baz danych
Name: python-SQLAlchemy
-Version: 0.3.3
+Version: 0.3.5
Release: 1
License: MIT
Group: Development/Languages/Python
Source0: http://cheeseshop.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-%{version}.tar.gz
-# Source0-md5: 1336d87f659944f131f7f2c340e81e02
+# Source0-md5: 5d4a317c542247f82d1ed7e256976117
URL: http://www.sqlalchemy.org/
BuildRequires: python-devel
BuildRequires: python-setuptools >= 0.6-0.a9.1
@@ -43,6 +43,8 @@
--single-version-externally-managed \
--optimize=2 \
--root=$RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -r examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
%py_postclean
@@ -51,9 +53,10 @@
%files
%defattr(644,root,root,755)
-%doc README CHANGES doc/*html examples/
+%doc README CHANGES doc/*html
%{py_sitescriptdir}/SQLAlchemy*
%{py_sitescriptdir}/sqlalchemy*
+%{_examplesdir}/%{name}-%{version}/
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog -n python-Colubrid
@@ -61,6 +64,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2007/03/02 15:10:54 beorn
+- up to 0.3.5
+- example files moved to _examplesdir
+
Revision 1.8 2007/02/13 08:06:42 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-SQLAlchemy.spec?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list