|
@@ -2,7 +2,7 @@
|
|
%global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
|
|
%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)")
|
|
%global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
|
|
|
|
|
|
-%define _qt4_version %(pkg-config --modversion --silence-errors Qt 2>/dev/null || echo 4.8.0)
|
|
|
|
|
|
+%define _qt4_version %(pkg-config --modversion --silence-errors Qt 2>/dev/null || echo 4.8.5)
|
|
%define _qt4_prefix %(pkg-config --variable prefix --silence-errors Qt 2>/dev/null || echo %{_libdir}/qt4)
|
|
%define _qt4_prefix %(pkg-config --variable prefix --silence-errors Qt 2>/dev/null || echo %{_libdir}/qt4)
|
|
%define _qt4_plugindir %(pkg-config --variable plugindir --silence-errors Qt 2>/dev/null || echo %{_qt4_prefix}/plugins)
|
|
%define _qt4_plugindir %(pkg-config --variable plugindir --silence-errors Qt 2>/dev/null || echo %{_qt4_prefix}/plugins)
|
|
%define qt4qmake %{_qt4_prefix}/bin/qmake
|
|
%define qt4qmake %{_qt4_prefix}/bin/qmake
|
|
@@ -10,7 +10,7 @@
|
|
Name: PyQt4
|
|
Name: PyQt4
|
|
Summary: Python bindings for Qt4
|
|
Summary: Python bindings for Qt4
|
|
Summary(ja): Qt4 の Python バインディング
|
|
Summary(ja): Qt4 の Python バインディング
|
|
-Version: 4.10.2
|
|
|
|
|
|
+Version: 4.10.3
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
|
|
|
|
# GPLv2 exceptions(see GPL_EXCEPTIONS*.txt)
|
|
# GPLv2 exceptions(see GPL_EXCEPTIONS*.txt)
|
|
@@ -124,6 +124,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
#{_qt4_prefix}/qsci/api/python/PyQt4.api
|
|
#{_qt4_prefix}/qsci/api/python/PyQt4.api
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Dec 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10.3-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Sat Sep 07 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10.2-1
|
|
* Sat Sep 07 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10.2-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|