Enable Python 3 build
This commit is contained in:
parent
731d737e35
commit
462d9b733b
1 changed files with 5 additions and 3 deletions
|
|
@ -1,5 +1,4 @@
|
|||
# Python 3 support is not finished upstream
|
||||
%global with_python3 0
|
||||
%global with_python3 1
|
||||
|
||||
%global srcname pyglet
|
||||
%global srcversion 1.2
|
||||
|
|
@ -7,7 +6,7 @@
|
|||
|
||||
Name: python-%{srcname}
|
||||
Version: %{srcversion}
|
||||
Release: 0.6.alpha1%{?dist}
|
||||
Release: 0.7.alpha1%{?dist}
|
||||
Summary: A cross-platform windowing and multimedia library for Python
|
||||
|
||||
License: BSD
|
||||
|
|
@ -130,6 +129,9 @@ popd
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 07 2013 Petr Viktorin <encukou@gmail.com> - 1.2-0.7.alpha1
|
||||
- Enable Python 3 build
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-0.6.alpha1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue