rebuilt with distdeps [release 2.1.0-2mamba;Sat May 07 2022]
This commit is contained in:
parent
d6f9909c97
commit
3f71181fb3
@ -1,27 +1,25 @@
|
|||||||
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-mysqlclient
|
Name: python-mysqlclient
|
||||||
Version: 1.4.6
|
Version: 2.1.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Python interface to MySQL
|
Summary: Python interface to MySQL
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://sourceforge.net/projects/mysql-python/
|
URL: https://sourceforge.net/projects/mysql-python/
|
||||||
Source: https://pypi.debian.net/mysqlclient/mysqlclient-%{version}.tar.gz
|
Source: https://pypi.debian.net/mysqlclient/mysqlclient-%{version}.tar.gz
|
||||||
License: GPL, Python License, Zope Public License
|
License: GPL, Python License, Zope Public License
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libmysqlclient-devel
|
BuildRequires: libmariadb-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libpython3-devel
|
||||||
BuildRequires: libpython-devel
|
|
||||||
BuildRequires: libz-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython3-devel >= 3.7.4
|
BuildRequires: libpython3-devel >= 3.7.4
|
||||||
BuildRequires: python-setuptools-devel
|
BuildRequires: python-setuptools-devel
|
||||||
Provides: python-MySQL
|
Provides: python-MySQL
|
||||||
Obsoletes: python-MySQL
|
Obsoletes: python-MySQL
|
||||||
Requires: python >= %python_version
|
Requires: python >= %python_version
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
mysqlclient is a fork of MySQL-python. It add Python 3.3 support and merges some pull requests.
|
mysqlclient is a fork of MySQL-python. It add Python 3.3 support and merges some pull requests.
|
||||||
@ -53,13 +51,30 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--single-version-externally-managed \
|
--single-version-externally-managed \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
|
||||||
%doc doc/*
|
%doc doc/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.0-2mamba
|
||||||
|
- rebuilt with distdeps
|
||||||
|
|
||||||
|
* Thu Nov 18 2021 Automatic Build System <autodist@mambasoft.it> 2.1.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Feb 01 2021 Automatic Build System <autodist@mambasoft.it> 2.0.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Aug 09 2020 Automatic Build System <autodist@mambasoft.it> 2.0.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Jul 19 2020 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Nov 21 2019 Automatic Build System <autodist@mambasoft.it> 1.4.6-1mamba
|
* Thu Nov 21 2019 Automatic Build System <autodist@mambasoft.it> 1.4.6-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user