Fix python2 sitelib in files
This commit is contained in:
parent
c30186407b
commit
f280693b53
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: python-pygments
|
Name: python-pygments
|
||||||
Version: 2.2.0
|
Version: 2.2.0
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: %{sum}
|
Summary: %{sum}
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -111,7 +111,7 @@ make test || :
|
|||||||
%doc AUTHORS CHANGES build/sphinx/html doc/reST TODO
|
%doc AUTHORS CHANGES build/sphinx/html doc/reST TODO
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
# For noarch packages: sitelib
|
# For noarch packages: sitelib
|
||||||
%{python_sitelib}/*
|
%{python2_sitelib}/*
|
||||||
|
|
||||||
# python3 packages are only built on Fedora
|
# python3 packages are only built on Fedora
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
@ -124,6 +124,9 @@ make test || :
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 22 2017 Steve Milner <smilner@redhat.com> - 2.2.0-7
|
||||||
|
- Fixed python2 sitelib in files section.
|
||||||
|
|
||||||
* Wed Mar 22 2017 Steve Milner <smilner@redhat.com> - 2.2.0-6
|
* Wed Mar 22 2017 Steve Milner <smilner@redhat.com> - 2.2.0-6
|
||||||
- Dropped python26 support.
|
- Dropped python26 support.
|
||||||
- Spec clean up
|
- Spec clean up
|
||||||
|
Loading…
Reference in New Issue
Block a user