python 2.7 mass rebuild [release 0.8.1-2mamba;Fri May 17 2013]

This commit is contained in:
Silvan Calarco 2024-01-06 10:42:22 +01:00
parent e4b12e3833
commit caa6ae5a89
2 changed files with 65 additions and 0 deletions

View File

@ -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.

62
python-SQLAlchemy.spec Normal file
View File

@ -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 <webbuild@openmamba.org>
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 <silvan.calarco@mambasoft.it> 0.8.1-2mamba
- python 2.7 mass rebuild
* Wed May 01 2013 Automatic Build System <autodist@mambasoft.it> 0.8.1-1mamba
- automatic version update by autodist
* Wed Mar 27 2013 Automatic Build System <autodist@mambasoft.it> 0.8.0-1mamba
- automatic version update by autodist
* Tue Dec 04 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.9-2mamba
- rename using python naming convention
- summary and build requirements fixed
* Tue Oct 30 2012 openmamba WebBuild System <webbuild@openmamba.org> 0.7.9-1mamba
- package created by autospec