update to 4.11.3
added -py3 subpackage support require python-sip 4.16.4 [release 4.11.3-1mamba;Fri Nov 14 2014]
This commit is contained in:
parent
7c6139c33a
commit
76924acdbb
139
PyQt4.spec
139
PyQt4.spec
@ -1,7 +1,7 @@
|
|||||||
%define pythonsip_ver %(sip -V)
|
%define pythonsip_ver %(sip -V)
|
||||||
|
|
||||||
Name: PyQt4
|
Name: PyQt4
|
||||||
Version: 4.11.2
|
Version: 4.11.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Python bindings for the Qt cross platform GUI toolkit
|
Summary: Python bindings for the Qt cross platform GUI toolkit
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -16,44 +16,50 @@ Patch2: PyQt4-4.9.4-x86_64.patch
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libfontconfig-devel
|
|
||||||
BuildRequires: libfreetype-devel
|
|
||||||
BuildRequires: libgcc
|
|
||||||
BuildRequires: libGL-devel
|
BuildRequires: libGL-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libQtAssistantClient-devel
|
||||||
BuildRequires: libGLU-devel
|
BuildRequires: libQtDeclarative
|
||||||
BuildRequires: libICE-devel
|
|
||||||
BuildRequires: libpng-devel
|
|
||||||
BuildRequires: libphonon-devel
|
|
||||||
BuildRequires: libqt4-designer
|
|
||||||
BuildRequires: libqt4-devel
|
|
||||||
BuildRequires: libSM-devel
|
|
||||||
BuildRequires: libsqlite-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
BuildRequires: libXfixes-devel
|
BuildRequires: libdbus-devel
|
||||||
BuildRequires: libXinerama-devel
|
BuildRequires: libgcc
|
||||||
BuildRequires: libXrandr-devel
|
BuildRequires: libphonon-devel
|
||||||
BuildRequires: libXrender-devel
|
BuildRequires: libpython-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libqt4-devel
|
||||||
BuildRequires: python-sip-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: libQtAssistantClient-devel
|
|
||||||
BuildRequires: libXcursor-devel
|
BuildRequires: libXcursor-devel
|
||||||
BuildRequires: libdbus-devel
|
|
||||||
BuildRequires: libpython-devel
|
|
||||||
BuildRequires: python-dbus
|
BuildRequires: python-dbus
|
||||||
BuildRequires: python-dbus-devel
|
BuildRequires: python-dbus-devel
|
||||||
# WARNING: do not parametrize python-sip-devel version or it will be useless for ports
|
# WARNING: do not parametrize python-sip-devel version or it will be useless for ports
|
||||||
BuildRequires: python-sip-devel >= 4.16.1
|
BuildRequires: python-sip-devel >= 4.16.4
|
||||||
Requires: python-sip = %{pythonsip_ver}
|
Requires: python-sip = %{pythonsip_ver}
|
||||||
Requires: python-dbus
|
Requires: python-dbus
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
PyQt4 is a comprehensive set of Python bindings for Nokia's Qt4 cross platform GUI toolkit.
|
PyQt4 is a comprehensive set of Python bindings for Qt4 cross platform GUI toolkit.
|
||||||
|
|
||||||
|
%if "%?with_pyver"
|
||||||
|
%define pyver %{with_pyver}
|
||||||
|
%define __python %(rpm --eval %{__python%{with_pyver}})
|
||||||
|
%define python_sitearch %(rpm --eval %{python%{with_pyver}_sitearch})
|
||||||
|
%define python_sitelib %(rpm --eval %{python%{with_pyver}_sitelib})
|
||||||
|
%define python_inc %(rpm --eval %{python%{with_pyver}_inc})
|
||||||
|
%define python_version %(rpm --eval %{python%{with_pyver}_version})
|
||||||
|
%define python_provides %(rpm --eval %{python%{with_pyver}_provides})
|
||||||
|
%define python_requires %(rpm --eval %{python%{with_pyver}_requires})
|
||||||
|
%define py_requires %(rpm --eval %{py%{with_pyver}_requires})
|
||||||
|
|
||||||
|
%package py%{pyver}
|
||||||
|
Group: System/Libraries/Python
|
||||||
|
Summary: Python %{pyver} bindings for the Qt cross platform GUI toolkit
|
||||||
|
%py_requires
|
||||||
|
|
||||||
|
%description py%{pyver}
|
||||||
|
PyQt4 is a comprehensive set of Python bindings for Qt4 cross platform GUI toolkit.
|
||||||
|
%endif
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for PyQt4
|
Summary: Development files for PyQt4
|
||||||
@ -66,12 +72,12 @@ PyQt4 is a comprehensive set of Python bindings for Nokia's Qt4 cross platform G
|
|||||||
|
|
||||||
This package contains files needed for development.
|
This package contains files needed for development.
|
||||||
|
|
||||||
%package QtDesigner
|
%package %{?with_pyver:py%{pyver}-}QtDesigner
|
||||||
Summary: QtDesigner support components for PyQt4
|
Summary: QtDesigner support components for PyQt4
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description QtDesigner
|
%description %{?with_pyver:py%{pyver}-}QtDesigner
|
||||||
PyQt4 is a comprehensive set of Python bindings for Nokia's Qt4 cross platform GUI toolkit.
|
PyQt4 is a comprehensive set of Python bindings for Nokia's Qt4 cross platform GUI toolkit.
|
||||||
|
|
||||||
This package contains the QtDesigner support components for PyQt4.
|
This package contains the QtDesigner support components for PyQt4.
|
||||||
@ -89,9 +95,9 @@ This package contains the QtDesigner support components for PyQt4.
|
|||||||
%build
|
%build
|
||||||
sed -i "/generate_code(\"phonon\")/s:phonon\":&, extra_include_dirs=[\"%{_includedir}/phonon\"]:" configure.py
|
sed -i "/generate_code(\"phonon\")/s:phonon\":&, extra_include_dirs=[\"%{_includedir}/phonon\"]:" configure.py
|
||||||
|
|
||||||
%{__python27} configure.py CXXFLAGS="%{optflags}" CFLAGS="%{optflags}" \
|
%{__python} configure.py CXXFLAGS="%{optflags}" CFLAGS="%{optflags}" \
|
||||||
--qmake=%{_qt4_qmake} \
|
--qmake=%{_qt4_qmake} \
|
||||||
-d %{python27_sitearch} \
|
-d %{python_sitearch} \
|
||||||
--confirm-license \
|
--confirm-license \
|
||||||
--assume-shared \
|
--assume-shared \
|
||||||
--verbose
|
--verbose
|
||||||
@ -103,14 +109,14 @@ sed -i "/generate_code(\"phonon\")/s:phonon\":&, extra_include_dirs=[\"%{_includ
|
|||||||
%makeinstall INSTALL_ROOT=%{buildroot}
|
%makeinstall INSTALL_ROOT=%{buildroot}
|
||||||
|
|
||||||
# Remove rpaths
|
# Remove rpaths
|
||||||
chrpath --list %{buildroot}%{python27_sitearch}/PyQt4/QtCore.so
|
chrpath --list %{buildroot}%{python_sitearch}/PyQt4/QtCore.so
|
||||||
chrpath --delete %{buildroot}%{python27_sitearch}/PyQt4/QtCore.so
|
chrpath --delete %{buildroot}%{python_sitearch}/PyQt4/QtCore.so
|
||||||
|
|
||||||
chrpath --list %{buildroot}%{python27_sitearch}/PyQt4/QtGui.so
|
chrpath --list %{buildroot}%{python_sitearch}/PyQt4/QtGui.so
|
||||||
chrpath --delete %{buildroot}%{python27_sitearch}/PyQt4/QtGui.so
|
chrpath --delete %{buildroot}%{python_sitearch}/PyQt4/QtGui.so
|
||||||
|
|
||||||
chrpath --list %{buildroot}%{python27_sitearch}/PyQt4/QtDesigner.so
|
chrpath --list %{buildroot}%{python_sitearch}/PyQt4/QtDesigner.so
|
||||||
chrpath --delete %{buildroot}%{python27_sitearch}/PyQt4/QtDesigner.so
|
chrpath --delete %{buildroot}%{python_sitearch}/PyQt4/QtDesigner.so
|
||||||
|
|
||||||
# Fix documentation permissions
|
# Fix documentation permissions
|
||||||
find examples/ -type f -exec chmod 0644 {} ';'
|
find examples/ -type f -exec chmod 0644 {} ';'
|
||||||
@ -118,33 +124,35 @@ find examples/ -type f -exec chmod 0644 {} ';'
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files %{?with_pyver:py%{pyver}}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{python27_sitelib}/dbus/mainloop/qt.so
|
%if "%{?pyver}" != "3"
|
||||||
%{python27_sitearch}/PyQt4/Qt.so
|
%{python_sitelib}/dbus/mainloop/qt.so
|
||||||
%{python27_sitearch}/PyQt4/QtAssistant.so
|
%endif
|
||||||
%{python27_sitearch}/PyQt4/QtCore.so
|
%{python_sitearch}/PyQt4/Qt.so
|
||||||
%{python27_sitearch}/PyQt4/QtDBus.so
|
%{python_sitearch}/PyQt4/QtAssistant.so
|
||||||
%{python27_sitearch}/PyQt4/QtDeclarative.so
|
%{python_sitearch}/PyQt4/QtCore.so
|
||||||
%{python27_sitearch}/PyQt4/QtGui.so
|
%{python_sitearch}/PyQt4/QtDBus.so
|
||||||
%{python27_sitearch}/PyQt4/QtHelp.so
|
%{python_sitearch}/PyQt4/QtDeclarative.so
|
||||||
%{python27_sitearch}/PyQt4/QtMultimedia.so
|
%{python_sitearch}/PyQt4/QtGui.so
|
||||||
%{python27_sitearch}/PyQt4/QtNetwork.so
|
%{python_sitearch}/PyQt4/QtHelp.so
|
||||||
%{python27_sitearch}/PyQt4/QtOpenGL.so
|
%{python_sitearch}/PyQt4/QtMultimedia.so
|
||||||
%{python27_sitearch}/PyQt4/QtScript.so
|
%{python_sitearch}/PyQt4/QtNetwork.so
|
||||||
%{python27_sitearch}/PyQt4/QtScriptTools.so
|
%{python_sitearch}/PyQt4/QtOpenGL.so
|
||||||
%{python27_sitearch}/PyQt4/QtSql.so
|
%{python_sitearch}/PyQt4/QtScript.so
|
||||||
%{python27_sitearch}/PyQt4/QtSvg.so
|
%{python_sitearch}/PyQt4/QtScriptTools.so
|
||||||
%{python27_sitearch}/PyQt4/QtTest.so
|
%{python_sitearch}/PyQt4/QtSql.so
|
||||||
%{python27_sitearch}/PyQt4/QtWebKit.so
|
%{python_sitearch}/PyQt4/QtSvg.so
|
||||||
%{python27_sitearch}/PyQt4/QtXml.so
|
%{python_sitearch}/PyQt4/QtTest.so
|
||||||
%{python27_sitearch}/PyQt4/QtXmlPatterns.so
|
%{python_sitearch}/PyQt4/QtWebKit.so
|
||||||
%{python27_sitearch}/PyQt4/__init__.py
|
%{python_sitearch}/PyQt4/QtXml.so
|
||||||
%{python27_sitearch}/PyQt4/phonon.so
|
%{python_sitearch}/PyQt4/QtXmlPatterns.so
|
||||||
%{python27_sitearch}/PyQt4/pyqtconfig.py
|
%{python_sitearch}/PyQt4/__init__.py
|
||||||
%dir %{python27_sitearch}/PyQt4/uic
|
%{python_sitearch}/PyQt4/phonon.so
|
||||||
%{python27_sitearch}/PyQt4/uic/*
|
%{python_sitearch}/PyQt4/pyqtconfig.py
|
||||||
#%{python27_sitelib}/dbus/mainloop/qt.so
|
%dir %{python_sitearch}/PyQt4/uic
|
||||||
|
%{python_sitearch}/PyQt4/uic/*
|
||||||
|
#%{python_sitelib}/dbus/mainloop/qt.so
|
||||||
%doc GPL_EXCEPTION*.TXT LICENSE*
|
%doc GPL_EXCEPTION*.TXT LICENSE*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -156,12 +164,17 @@ find examples/ -type f -exec chmod 0644 {} ';'
|
|||||||
%doc doc/* examples
|
%doc doc/* examples
|
||||||
%doc NEWS README THANKS
|
%doc NEWS README THANKS
|
||||||
|
|
||||||
%files QtDesigner
|
%files %{?with_pyver:py%{pyver}-}QtDesigner
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{python27_sitearch}/PyQt4/QtDesigner.so
|
%{python_sitearch}/PyQt4/QtDesigner.so
|
||||||
%{_qt4_plugindir}/designer/*
|
%{_qt4_plugindir}/designer/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 14 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 4.11.3-1mamba
|
||||||
|
- update to 4.11.3
|
||||||
|
- added -py3 subpackage support
|
||||||
|
- require python-sip 4.16.4
|
||||||
|
|
||||||
* Thu Sep 25 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 4.11.2-1mamba
|
* Thu Sep 25 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 4.11.2-1mamba
|
||||||
- update to 4.11.2
|
- update to 4.11.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user