From caa6ae5a89fc6af6002ddb77014cd056db0314ba Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:42:22 +0100 Subject: [PATCH] python 2.7 mass rebuild [release 0.8.1-2mamba;Fri May 17 2013] --- README.md | 3 ++ python-SQLAlchemy.spec | 62 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 python-SQLAlchemy.spec diff --git a/README.md b/README.md index 93a5e62..97342e3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # python-SQLAlchemy +SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. +It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. + diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec new file mode 100644 index 0000000..91ffc6d --- /dev/null +++ b/python-SQLAlchemy.spec @@ -0,0 +1,62 @@ +Name: python-SQLAlchemy +Version: 0.8.1 +Release: 2mamba +Summary: Python SQL toolkit and Object Relational Mapper +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: openmamba WebBuild System +URL: http://www.sqlalchemy.org/ +Source: http://downloads.sourceforge.net/project/sqlalchemy/sqlalchemy/%{version}/SQLAlchemy-%{version}.tar.gz +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libpython-devel +## AUTOBUILDREQ-END +Requires: python >= %python_version +Provides: SQLAlchemy +Obsoletes: SQLAlchemy +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. +It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. + +%prep +%setup -q -n SQLAlchemy-%{version} + +%build +CFLAGS="%{optflags}" %{__python} setup.py build + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%{__python} setup.py install \ + -O1 --skip-build \ + --root="%{buildroot}" \ + --install-headers=%{_includedir}/python \ + --install-lib=%{python_sitearch} \ + --single-version-externally-managed \ + --record=%{name}.filelist + +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist + +%files -f %{name}.filelist +%defattr(-,root,root) +%doc LICENSE + +%changelog +* Fri May 17 2013 Silvan Calarco 0.8.1-2mamba +- python 2.7 mass rebuild + +* Wed May 01 2013 Automatic Build System 0.8.1-1mamba +- automatic version update by autodist + +* Wed Mar 27 2013 Automatic Build System 0.8.0-1mamba +- automatic version update by autodist + +* Tue Dec 04 2012 Silvan Calarco 0.7.9-2mamba +- rename using python naming convention +- summary and build requirements fixed + +* Tue Oct 30 2012 openmamba WebBuild System 0.7.9-1mamba +- package created by autospec