Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2018-01-03 12:46:00 +01:00
parent 0b04edabdd
commit 0e2c86ca94
1 changed files with 7 additions and 3 deletions

View File

@ -31,7 +31,7 @@
Name: clang Name: clang
Version: %{maj_ver}.%{min_ver}.%{patch_ver} Version: %{maj_ver}.%{min_ver}.%{patch_ver}
Release: 1%{?dist} Release: 2%{?dist}
Summary: A C language family front-end for LLVM Summary: A C language family front-end for LLVM
License: NCSA License: NCSA
@ -62,7 +62,7 @@ BuildRequires: python2-lit
BuildRequires: zlib-devel BuildRequires: zlib-devel
BuildRequires: tcl BuildRequires: tcl
BuildRequires: python-virtualenv BuildRequires: python2-virtualenv
BuildRequires: libstdc++-static BuildRequires: libstdc++-static
BuildRequires: python3-sphinx BuildRequires: python3-sphinx
@ -110,7 +110,7 @@ BuildArch: noarch
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
# not picked up automatically since files are currently not installed in # not picked up automatically since files are currently not installed in
# standard Python hierarchies yet # standard Python hierarchies yet
Requires: python Requires: python2
%description analyzer %description analyzer
The Clang Static Analyzer consists of both a source code analysis The Clang Static Analyzer consists of both a source code analysis
@ -274,6 +274,10 @@ make %{?_smp_mflags} check || :
%{python2_sitelib}/clang/ %{python2_sitelib}/clang/
%changelog %changelog
* Wed Jan 03 2018 Iryna Shcherbina <ishcherb@redhat.com> - 5.0.1-2
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Wed Dec 20 2017 Tom Stellard <tstellar@redhat.com> - 5.0.1-1 * Wed Dec 20 2017 Tom Stellard <tstellar@redhat.com> - 5.0.1-1
- 5.0.1 Release - 5.0.1 Release