f41
Rex Dieter 11 years ago
parent 8d43766348
commit 75e34d1d28

2
.gitignore vendored

@ -1 +1 @@
/PyQt-gpl-5.2.tar.gz /PyQt-gpl-5.2.1.tar.gz

@ -1,16 +0,0 @@
arm uses standard qreal=double now by default, so either this
check is bogus, or needs to be refactored. Either way, it's
wrong for fedora.
diff -up PyQt-gpl-5.2/configure.py.qreal_arm PyQt-gpl-5.2/configure.py
--- PyQt-gpl-5.2/configure.py.qreal_arm 2014-01-07 10:19:54.000000000 -0600
+++ PyQt-gpl-5.2/configure.py 2014-01-09 16:41:18.884688047 -0600
@@ -482,7 +482,7 @@ int main(int argc, char **argv)
#endif
// This is the test used in qglobal.h.
-#if defined(QT_NO_FPU) || defined(Q_PROCESSOR_ARM) || defined(Q_OS_WINCE)
+#if defined(QT_NO_FPU) || defined(Q_OS_WINCE)
out << "PyQt_qreal_double\\n";
#endif

@ -6,8 +6,8 @@
Summary: Python bindings for Qt5 Summary: Python bindings for Qt5
Name: python-qt5 Name: python-qt5
Version: 5.2 Version: 5.2.1
Release: 5%{?dist} Release: 1%{?dist}
# all BSD, except for GPLv2+ dbus bindings and examples # all BSD, except for GPLv2+ dbus bindings and examples
License: BSD and GPLv2+ License: BSD and GPLv2+
@ -15,8 +15,6 @@ Url: http://www.riverbankcomputing.com/software/pyqt/
Source0: http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-%{version}/PyQt-gpl-%{version}.tar.gz Source0: http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-%{version}/PyQt-gpl-%{version}.tar.gz
## upstreamable patches ## upstreamable patches
# configure.py assumes qreal != double on arm, fail.
Patch50: PyQt-gpl-5.2-qreal_arm.patch
BuildRequires: chrpath BuildRequires: chrpath
BuildRequires: findutils BuildRequires: findutils
@ -34,10 +32,10 @@ BuildRequires: pkgconfig(Qt5X11Extras)
BuildRequires: pkgconfig(Qt5Xml) pkgconfig(Qt5XmlPatterns) BuildRequires: pkgconfig(Qt5Xml) pkgconfig(Qt5XmlPatterns)
BuildRequires: pkgconfig(Qt5WebKit) pkgconfig(Qt5WebKitWidgets) BuildRequires: pkgconfig(Qt5WebKit) pkgconfig(Qt5WebKitWidgets)
BuildRequires: python2-devel BuildRequires: python2-devel
BuildRequires: sip-devel >= 4.15.4 BuildRequires: sip-devel >= 4.15.5
%if 0%{?with_python3} %if 0%{?with_python3}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-sip-devel >= 4.15.0 BuildRequires: python3-sip-devel >= 4.15.5
%endif # with_python3 %endif # with_python3
Requires: dbus-python Requires: dbus-python
@ -93,8 +91,6 @@ BuildArch: noarch
%prep %prep
%setup -q -n PyQt-gpl-%{version} %setup -q -n PyQt-gpl-%{version}
%patch50 -p1 -b .qreal_arm
%if 0%{?with_python3} %if 0%{?with_python3}
rm -rf %{py3dir} rm -rf %{py3dir}
cp -a . %{py3dir} cp -a . %{py3dir}
@ -144,7 +140,7 @@ make install DESTDIR=%{buildroot} INSTALL_ROOT=%{buildroot}
%endif # with_python2 %endif # with_python2
# remove Python3 code from Python2 directory, fixes FTBFS like PyQt4 (#564633) # remove Python3 code from Python2 directory, fixes FTBFS like PyQt4 (#564633)
rm -rfv %{buildroot}%{python_sitearch}/PyQt5/uic/port_v3/ rm -rfv %{buildroot}%{python2_sitearch}/PyQt5/uic/port_v3/
# remove Python2 code from Python3 directory (for when/if we support python3 here) # remove Python2 code from Python3 directory (for when/if we support python3 here)
rm -rfv %{buildroot}%{python3_sitearch}/PyQt5/uic/port_v2/ rm -rfv %{buildroot}%{python3_sitearch}/PyQt5/uic/port_v2/
@ -153,33 +149,33 @@ rm -rfv %{buildroot}%{python3_sitearch}/PyQt5/uic/port_v2/
%files %files
%doc NEWS README %doc NEWS README
%doc LICENSE %doc LICENSE
%{python_sitelib}/dbus/mainloop/pyqt5.so %{python2_sitelib}/dbus/mainloop/pyqt5.so
%{_qt5_plugindir}/PyQt5/ %{_qt5_plugindir}/PyQt5/
%dir %{python_sitearch}/PyQt5/ %dir %{python2_sitearch}/PyQt5/
%{python_sitearch}/PyQt5/__init__.py* %{python2_sitearch}/PyQt5/__init__.py*
%{python_sitearch}/PyQt5/Qt.so %{python2_sitearch}/PyQt5/Qt.so
%{python_sitearch}/PyQt5/QtCore.so %{python2_sitearch}/PyQt5/QtCore.so
%{python_sitearch}/PyQt5/QtDBus.so %{python2_sitearch}/PyQt5/QtDBus.so
%{python_sitearch}/PyQt5/QtDesigner.so %{python2_sitearch}/PyQt5/QtDesigner.so
%{python_sitearch}/PyQt5/QtGui.so %{python2_sitearch}/PyQt5/QtGui.so
%{python_sitearch}/PyQt5/QtHelp.so %{python2_sitearch}/PyQt5/QtHelp.so
%{python_sitearch}/PyQt5/QtMultimedia.so %{python2_sitearch}/PyQt5/QtMultimedia.so
%{python_sitearch}/PyQt5/QtMultimediaWidgets.so %{python2_sitearch}/PyQt5/QtMultimediaWidgets.so
%{python_sitearch}/PyQt5/QtNetwork.so %{python2_sitearch}/PyQt5/QtNetwork.so
%{python_sitearch}/PyQt5/QtOpenGL.so %{python2_sitearch}/PyQt5/QtOpenGL.so
%{python_sitearch}/PyQt5/QtPrintSupport.so %{python2_sitearch}/PyQt5/QtPrintSupport.so
%{python_sitearch}/PyQt5/QtQml.so %{python2_sitearch}/PyQt5/QtQml.so
%{python_sitearch}/PyQt5/QtQuick.so %{python2_sitearch}/PyQt5/QtQuick.so
%{python_sitearch}/PyQt5/QtSql.so %{python2_sitearch}/PyQt5/QtSql.so
%{python_sitearch}/PyQt5/QtSvg.so %{python2_sitearch}/PyQt5/QtSvg.so
%{python_sitearch}/PyQt5/QtTest.so %{python2_sitearch}/PyQt5/QtTest.so
%{python_sitearch}/PyQt5/QtWebKit.so %{python2_sitearch}/PyQt5/QtWebKit.so
%{python_sitearch}/PyQt5/QtWebKitWidgets.so %{python2_sitearch}/PyQt5/QtWebKitWidgets.so
%{python_sitearch}/PyQt5/QtWidgets.so %{python2_sitearch}/PyQt5/QtWidgets.so
%{python_sitearch}/PyQt5/QtX11Extras.so %{python2_sitearch}/PyQt5/QtX11Extras.so
%{python_sitearch}/PyQt5/QtXmlPatterns.so %{python2_sitearch}/PyQt5/QtXmlPatterns.so
%{python_sitearch}/PyQt5/_QOpenGLFunctions_2_0.so %{python2_sitearch}/PyQt5/_QOpenGLFunctions_2_0.so
%{python_sitearch}/PyQt5/uic/ %{python2_sitearch}/PyQt5/uic/
%{_qt5_plugindir}/designer/libpyqt5.so %{_qt5_plugindir}/designer/libpyqt5.so
%files devel %files devel
@ -230,6 +226,9 @@ rm -rfv %{buildroot}%{python3_sitearch}/PyQt5/uic/port_v2/
%changelog %changelog
* Sun Mar 16 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-1
- PyQt-5.2.1
* Sat Mar 08 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> 5.2-5 * Sat Mar 08 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> 5.2-5
- Rebuild against fixed qt5-qtbase to fix -debuginfo (#1065636) - Rebuild against fixed qt5-qtbase to fix -debuginfo (#1065636)

@ -1 +1 @@
567a0a72a4e186e9b373c26a9dcf380d PyQt-gpl-5.2.tar.gz 8ab34b17b7d76ad613ff3af3c59e0c20 PyQt-gpl-5.2.1.tar.gz

Loading…
Cancel
Save