This commit is contained in:
Slavek Kabrda 2014-05-16 12:08:44 +02:00
commit c7a4876d2f

View file

@ -6,7 +6,7 @@
Name: python-%{srcname}
Version: %{srcversion}
Release: 0.8.alpha1%{?dist}
Release: 0.9.alpha1%{?dist}
Summary: A cross-platform windowing and multimedia library for Python
License: BSD
@ -125,12 +125,15 @@ popd
%doc README
%doc NOTICE
%doc PKG-INFO
%{python3_sitelib}/%{versionedname}-py3.3.egg-info
%{python3_sitelib}/%{versionedname}-py%{python3_version}.egg-info
%{python3_sitelib}/%{srcname}
%endif
%changelog
* Wed May 14 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 1.2-0.9.alpha1
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
* Fri Jan 17 2014 Petr Viktorin <encukou@gmail.com> - 1.2-0.8.alpha1
- Remove Python 3 from BuildRequires if building without python3 support
(needed for EPEL)