Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 919762 Details for
Bug 1121774
pygame pyside kivy smpeg for python3
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
kivy.spec
kivy.spec (text/x-rpm-spec), 4.45 KB, created by
Ganapathi Kamath
on 2014-07-21 20:57:11 UTC
(
hide
)
Description:
kivy.spec
Filename:
MIME Type:
Creator:
Ganapathi Kamath
Created:
2014-07-21 20:57:11 UTC
Size:
4.45 KB
patch
obsolete
># ># spec file for package python-Kivy ># ># Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. ># ># All modifications and additions to the file contributed by third parties ># remain the property of their copyright owners, unless otherwise agreed ># upon. The license for this file, and modifications and additions to the ># file, is the same license as for the pristine package itself (unless the ># license for the pristine package is not an Open Source License, in which ># case the license is the MIT License). An "Open Source License" is a ># license that conforms to the Open Source Definition (Version 1.9) ># published by the Open Source Initiative. > ># Please submit bugfixes or comments via https://github.com/kivy/kivy/issues > >%if 0%{?rhel} && 0%{?rhel} <= 6 >%{!?__python2: %global __python2 /usr/bin/python2} >%{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} >%{!?python2_sitearch: %global python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} >%endif > >Name: python3-Kivy >Version: 1.8.0 >Release: 12.1 >License: LGPL-3.0 >Summary: Kivy - Multimedia / Multitouch framework in Python >Url: http://kivy.org >Packager: Thomas-Karl Pietrowski <thopiekar@googlemail.com> >Group: Development/Libraries/Python >Source: kivy-%{version}.tar.gz > >%if 0%{?rhel_version} || 0%{?sles_version} >BuildRequires: python-devel >= 2.7 >%else >BuildRequires: pkgconfig(python) >= 2.7 >%endif >%if 0%{?suse_version} >= 1230 >BuildRequires: python3-devel >= 3.3 >%endif >%if 0%{?fedora} || 0%{?rhel_version} || 0%{?sles_version} >BuildRequires: Cython >%else >BuildRequires: python3-cython >%endif >%ifarch armel arm >BuildRequires: pkgconfig(glesv2) >%else >BuildRequires: pkgconfig(gl) >%endif >Requires: python3-imaging >%if 0%{?fedora} >Requires: python3-pygame >#Requires: gstreamer-python >Requires: python3-gstreamer1 >Requires: python3-enchant >%else >Requires: python3-gstreamer-0_10 >Requires: python3-pygame >Requires: python3-pyenchant >Recommends: python3-cairo >Recommends: python3-opencv >%endif >BuildRoot: %{_tmppath}/%{name}-%{version}-build >%if 0%{?suse_version} && 0%{?suse_version} <= 1110 >%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} >%endif >Provides: python3-kivy >Provides: pythonegg(kivy) > >%description >Kivy is an open source library for developing multi-touch applications. It is >completely cross platform (Linux/OSX/Win/Android) and released under the terms >of the GNU LGPL V3. >. >It comes with native support for many multi-touch input devices, a growing >library of multi-touch aware widgets, hardware accelerated OpenGL drawing, and >an architecture that is designed to let you focus on building custom and highly >interactive applications as quickly and easily as possible. >. >Kivy is a mixed Python library with Cython code, to take advantage of its >highly dynamic nature and use any of the thousands of high quality and open >source python libraries out there, with the speed of C code. > >%package examples >Summary: Hardware-accelerated multitouch application library - Documentation >Group: Documentation/Other >Requires: %{name} = %{version} >Provides: python-kivy-examples > >%description examples >Kivy is an open source software library for rapid development of applications >that make use of innovative user interfaces, such as multi-touch apps. > >This package contains the examples > >%package doc >Summary: Documentation for %{name} >Group: Documentation/Other >Requires: %{name} = %{version} > >%description doc >Kivy is an open source software library for rapid development of applications >that make use of innovative user interfaces, such as multi-touch apps. > >This package contains the developer documentation > >%prep >%setup -q -n kivy-%{version} > >%build >CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build >cd doc && make html && rm -r build/html/.buildinfo # Build HTML documentation > >%install >python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} > >%files >%defattr(-,root,root,-) >%doc AUTHORS LICENSE >%{python3_sitearch}/kivy/ >%{python3_sitearch}/Kivy-%{version}-py*.egg-info > >%files examples >%defattr(-,root,root,-) >/usr/share/kivy-examples > >%files doc >%defattr(-,root,root,-) >%doc doc/build/html > > >%changelog
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1121774
:
919754
|
919755
|
919756
|
919757
|
919760
|
919761
| 919762 |
919763
|
949601