Unify the spec file between EPEL and Fedora

This commit is contained in:
Ding-Yi Chen 2012-06-22 16:49:51 +10:00
parent 9e04d3f9d7
commit cfe1853fb7

View File

@ -1,10 +1,16 @@
%if 0%{?fedora} >= 13
%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()")}
Name: python-httplib2
Version: 0.7.4
Release: 3%{?dist}
Release: 4%{?dist}
Summary: A comprehensive HTTP client library
Group: System Environment/Libraries
License: MIT
@ -83,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT
%endif # with_python3
%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
- Applied patch suggested by richardfearn@gmail.com regarding issue 208
- Fixed: Bug 832344 - Certification validation fails due to multiple 'dns' entries in subjectAltName