File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
%global pypi_name PyMySQL
2
- %if 0%{?fedora }
3
2
%global with_python3 1
4
- %endif
5
3
6
4
Name: python-%{pypi_name }
7
5
Version: 0.8.0
8
- Release: 3 %{?dist }
6
+ Release: 4 %{?dist }
9
7
Summary: Pure-Python MySQL client library
10
8
11
9
License: MIT
@@ -35,9 +33,9 @@ and Jython.
35
33
%if 0%{?with_python3 }
36
34
%package -n python3-%{pypi_name }
37
35
Summary: Pure-Python MySQL client library
38
- BuildRequires: python3 -devel
39
- BuildRequires: python3 -setuptools
40
- %{?python_provide:%python_provide python3 -%{pypi_name }}
36
+ BuildRequires: python%{ python3_pkgversion } -devel
37
+ BuildRequires: python%{ python3_pkgversion } -setuptools
38
+ %{?python_provide:%python_provide python%{ python3_pkgversion } -%{pypi_name }}
41
39
42
40
%description -n python3-%{pypi_name }
43
41
This package contains a pure-Python MySQL client library. The goal of PyMySQL is
94
92
95
93
96
94
%changelog
95
+ * Thu Feb 15 2018 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.8.0-4
96
+ - make spec file compatible with epel7
97
+
97
98
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-3
98
99
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
99
100
You can’t perform that action at this time.
0 commit comments