Unify the spec file between EPEL and Fedora
This commit is contained in:
parent
9e04d3f9d7
commit
cfe1853fb7
@ -1,10 +1,16 @@
|
|||||||
|
%if 0%{?fedora} >= 13
|
||||||
%global with_python3 1
|
%global with_python3 1
|
||||||
|
%else
|
||||||
|
%if 0%{?rhel} >= 7
|
||||||
|
%global with_python3 1
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
|
||||||
Name: python-httplib2
|
Name: python-httplib2
|
||||||
Version: 0.7.4
|
Version: 0.7.4
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: A comprehensive HTTP client library
|
Summary: A comprehensive HTTP client library
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -83,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 22 2012 Ding-Yi Chen <dchen at redhat.com> - 0.7.4-4
|
||||||
|
- Unify the spec file between EPEL and Fedora.
|
||||||
|
|
||||||
* Thu Jun 21 2012 Ding-Yi Chen <dchen at redhat.com> - 0.7.4-3
|
* Thu Jun 21 2012 Ding-Yi Chen <dchen at redhat.com> - 0.7.4-3
|
||||||
- Applied patch suggested by richardfearn@gmail.com regarding issue 208
|
- Applied patch suggested by richardfearn@gmail.com regarding issue 208
|
||||||
- Fixed: Bug 832344 - Certification validation fails due to multiple 'dns' entries in subjectAltName
|
- Fixed: Bug 832344 - Certification validation fails due to multiple 'dns' entries in subjectAltName
|
||||||
|
Loading…
Reference in New Issue
Block a user