update to 4.11.2 [release 4.11.2-1mamba;Thu Sep 25 2014]
This commit is contained in:
parent
1778b42ae3
commit
7c6139c33a
17
PyQt4.spec
17
PyQt4.spec
@ -1,8 +1,8 @@
|
|||||||
%define pythonsip_ver %(sip -V)
|
%define pythonsip_ver %(sip -V)
|
||||||
|
|
||||||
Name: PyQt4
|
Name: PyQt4
|
||||||
Version: 4.10.3
|
Version: 4.11.2
|
||||||
Release: 2mamba
|
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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -47,7 +47,7 @@ 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.14.7
|
BuildRequires: python-sip-devel >= 4.16.1
|
||||||
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
|
||||||
@ -82,9 +82,9 @@ This package contains the QtDesigner support components for PyQt4.
|
|||||||
#% ifarch arm
|
#% ifarch arm
|
||||||
#% patch1 -p1
|
#% patch1 -p1
|
||||||
#% endif
|
#% endif
|
||||||
%ifarch x86_64
|
#%ifarch x86_64
|
||||||
%patch2 -p1
|
#% patch2 -p1
|
||||||
%endif
|
#%endif
|
||||||
|
|
||||||
%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
|
||||||
@ -120,7 +120,7 @@ find examples/ -type f -exec chmod 0644 {} ';'
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{python27_sitearch}/dbus/mainloop/qt.so
|
%{python27_sitelib}/dbus/mainloop/qt.so
|
||||||
%{python27_sitearch}/PyQt4/Qt.so
|
%{python27_sitearch}/PyQt4/Qt.so
|
||||||
%{python27_sitearch}/PyQt4/QtAssistant.so
|
%{python27_sitearch}/PyQt4/QtAssistant.so
|
||||||
%{python27_sitearch}/PyQt4/QtCore.so
|
%{python27_sitearch}/PyQt4/QtCore.so
|
||||||
@ -162,6 +162,9 @@ find examples/ -type f -exec chmod 0644 {} ';'
|
|||||||
%{_qt4_plugindir}/designer/*
|
%{_qt4_plugindir}/designer/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 25 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 4.11.2-1mamba
|
||||||
|
- update to 4.11.2
|
||||||
|
|
||||||
* Wed Dec 25 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 4.10.3-2mamba
|
* Wed Dec 25 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 4.10.3-2mamba
|
||||||
- rebuilt with python-sip 4.15.3
|
- rebuilt with python-sip 4.15.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user