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 919760 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.
python3-pyside.spec
python3-pyside.spec (text/x-rpm-spec), 7.02 KB, created by
Ganapathi Kamath
on 2014-07-21 20:55:04 UTC
(
hide
)
Description:
python3-pyside.spec
Filename:
MIME Type:
Creator:
Ganapathi Kamath
Created:
2014-07-21 20:55:04 UTC
Size:
7.02 KB
patch
obsolete
>%global runtests 1 >%if 0%{?fedora} > 12 >%global with_python3 1 >%endif > >%global __python %{__python} >%global pybasever %(%{__python} -c "import sys ; print(sys.version[:3])") >%global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())") >%global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))") > >%if 0%{?with_python3} >%global __python3 %{__python3} >%global py3basever %(%{__python3} -c "import sys ; print(sys.version[:3])") >%global python3_sitelib %(%{__python3} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())") >%global python3_sitearch %(%{__python3} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))") >%endif > ># Turn off the brp-python-bytecompile script >%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g') > >%define Name PySide > >Name: python-pyside >Version: 1.2.2 >Release: 10.2 >Summary: Python bindings for Qt4 > >Group: Development/Languages >License: LGPLv2 >URL: http://www.pyside.org >Source0: https://pypi.python.org/packages/source/P/PySide/%{Name}-%{version}.tar.gz > >BuildRequires: cmake generatorrunner-devel phonon-devel python3-devel qt4-devel qt4-webkit-devel shiboken-devel >BuildRequires: xorg-x11-server-Xvfb xorg-x11-xauth >BuildRequires: python3-setuptools python3-distutils-extra python3-tools >BuildRequires: gcc-c++ apiextractor-devel python3-sphinx sparsehash-devel libxml2-devel libxslt-devel > >%if 0%{?with_python3} >BuildRequires: python3-devel python3-setuptools python3-distutils-extra >%endif > >%{?_qt4_version:Requires: qt4%{?_isa} >= %{_qt4_version}} > >%description >PySide provides Python bindings for the Qt cross-platform application >and UI framework. PySide consists of a full set of Qt bindings, being >compatible with PyQt4 API 2. > > >%package devel >Summary: Development files for %{name} >Group: Development/Libraries >Requires: %{name} = %{version}-%{release} >Requires: cmake phonon-devel python3-devel qt4-devel qt4-webkit-devel > >%description devel >The %{name}-devel package contains libraries and header files for >developing applications that use %{name}. > >%if 0%{?with_python3} >%package -n python3-pyside >Summary: Python3 bindings for Qt4 > >%description -n python3-pyside >PySide provides Python3 bindings for the Qt cross-platform application >and UI framework. PySide consists of a full set of Qt bindings, being >compatible with PyQt4 API 2. >%endif > >%prep >%setup -q -n %{Name}-%{version} > >%if 0%{?with_python3} >rm -rf %{py3dir} >cp -a . %{py3dir} >%endif > >%build > >%install >%{__python3} setup.py install --prefix=%{_prefix} --root=%{buildroot} --optimize=2 --qmake=/usr/bin/qmake-qt4 --record=INSTALLED_FILES > >%if 0%{?with_python3} >pushd %{py3dir} >%{__python3} setup.py install --prefix=%{_prefix} --root=%{buildroot} --optimize=2 --qmake=/usr/bin/qmake-qt4 --record=INSTALLED3_FILES >2to3 -w sources/pyside-examples/examples/declarative/signals/qmltopy4/main.py >2to3 -w sources/pyside-examples/examples/declarative/photoviewer/main.py >2to3 -w sources/pyside-examples/examples/itemviews/addressbook/newaddresstab.py >2to3 -w sources/pyside-examples/examples/itemviews/addressbook/adddialogwidget.py >2to3 -w sources/pyside-examples/examples/widgets/movie/movie.py >popd >%endif > >%post -p /sbin/ldconfig >/usr/bin/python3 /usr/bin/pyside_postinstall.py -install > >%postun -p /sbin/ldconfig >/usr/bin/python3 /usr/bin/pyside_postinstall.py -install > >#%files >#%{python3_sitelib}/PySide >#%{python3_sitelib}/PySide-%{version}-py%{pybasever}.egg-info >#%{python3_sitelib}/pysideuic > >%files devel >%doc sources/pyside/COPYING sources/pyside/PySide/licensecomment.txt >%{_bindir}/pyside* > >%files -n python3-pyside >%{python3_sitearch}/PySide >%{python3_sitearch}/PySide-%{version}-py%{py3basever}.egg-info >%{python3_sitearch}/pysideuic > >%changelog >* Fri Aug 02 2013 Muhammad Shaban <Mr.Muhammad@linuxac.org> - 1.2.0-1 >- update > >* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-3 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild > >* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-2 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild > >* Sat Jan 21 2012 Kalev Lember <kalevlember@gmail.com> - 1.1.0-1 >- Update to 1.1.0 > >* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.8-3 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild > >* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.8-2 >- Rebuilt for glibc bug#747377 > >* Fri Oct 21 2011 Kalev Lember <kalevlember@gmail.com> - 1.0.8-1 >- Update to 1.0.8 >- Dropped the Qt 4.8 patch that was merged upstream > >* Thu Aug 25 2011 Kalev Lember <kalevlember@gmail.com> - 1.0.6-1 >- Update to 1.0.6 >- Added a patch for building with Qt 4.8 > >* Thu Jun 23 2011 Kalev Lember <kalev@smartlink.ee> - 1.0.4-1 >- Update to 1.0.4 >- Cleaned up the spec file for modern rpmbuild > >* Fri May 27 2011 Kalev Lember <kalev@smartlink.ee> - 1.0.3-1 >- Update to 1.0.3 > >* Sun May 01 2011 Kalev Lember <kalev@smartlink.ee> - 1.0.2-1 >- Update to 1.0.2 > >* Sun Apr 03 2011 Kalev Lember <kalev@smartlink.ee> - 1.0.1-1 >- Update to 1.0.1 > >* Thu Mar 03 2011 Kalev Lember <kalev@smartlink.ee> - 1.0.0-1.1 >- Require Qt version greater or equal than the package was built with > >* Thu Mar 03 2011 Kalev Lember <kalev@smartlink.ee> - 1.0.0-1 >- Update to 1.0.0 >- Re-enabled Provides filtering >- Force Release build type to make sure NDEBUG is defined > >* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-0.3.beta4 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild > >* Sat Jan 22 2011 Kalev Lember <kalev@smartlink.ee> - 1.0.0-0.2.beta4 >- Update to 1.0.0~beta4 >- Dropped upstreamed patches >- Disabled Provides filtering which fails with ~ in directory name > >* Fri Nov 26 2010 Kalev Lember <kalev@smartlink.ee> - 1.0.0-0.1.beta1 >- Update to 1.0.0~beta1 >- Patch phonon bindings to build with phonon 4.4.3 > >* Thu Oct 14 2010 Kalev Lember <kalev@smartlink.ee> - 0.4.2-1 >- Update to 0.4.2 >- Dropped upstreamed patches > >* Sat Oct 02 2010 Kalev Lember <kalev@smartlink.ee> - 0.4.1-4 >- Re-enabled phonon bindings > >* Wed Sep 29 2010 jkeating - 0.4.1-3 >- Rebuilt for gcc bug 634757 > >* Fri Sep 17 2010 Kalev Lember <kalev@smartlink.ee> - 0.4.1-2 >- Depend on qt4-webkit-devel instead of qt-webkit-devel > >* Sat Sep 11 2010 Kalev Lember <kalev@smartlink.ee> - 0.4.1-1 >- Update to 0.4.1 >- Added patch to disable xvfb-run which is currently broken (#632879) >- Disabled phonon bindings (PySide bug #355) >- License change from LGPLv2 with exceptions to LGPLv2 > >* Sun Aug 15 2010 Kalev Lember <kalev@smartlink.ee> - 0.4.0-3 >- Review related fixes (#623425) >- Include PySide/licensecomment.txt > >* Thu Aug 12 2010 Kalev Lember <kalev@smartlink.ee> - 0.4.0-2 >- Added missing phonon-devel and qt-webkit-devel deps (#623425) > >* Wed Aug 11 2010 Kalev Lember <kalev@smartlink.ee> - 0.4.0-1 >- Initial RPM release
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