automatic version update by autodist [release 4.8.7-1mamba;Sun Jun 07 2015]
This commit is contained in:
parent
5765209fe8
commit
4c00707660
19
libqt4.spec
19
libqt4.spec
@ -14,16 +14,16 @@
|
|||||||
%define _qt4_translationdir %{_qt4_datadir}/translations
|
%define _qt4_translationdir %{_qt4_datadir}/translations
|
||||||
|
|
||||||
%define USE_DISTCC 0
|
%define USE_DISTCC 0
|
||||||
%define build_phonon 0
|
#% define build_phonon 1
|
||||||
%define build_openvg 1
|
#% define build_openvg 1
|
||||||
|
|
||||||
%if "%{USE_DISTCC}" == "1"
|
%if "%{USE_DISTCC}" == "1"
|
||||||
%define DISTCC CC="ccache distcc" CXX="ccache distcc" -j 12
|
%define DISTCC CC="ccache distcc" CXX="ccache distcc" -j 12
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: libqt4
|
Name: libqt4
|
||||||
Version: 4.8.6
|
Version: 4.8.7
|
||||||
Release: 3mamba
|
Release: 1mamba
|
||||||
Summary: A multiplatform, C++ GUI application development framework
|
Summary: A multiplatform, C++ GUI application development framework
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -95,7 +95,7 @@ BuildRequires: libicu-devel
|
|||||||
BuildRequires: libXi-devel
|
BuildRequires: libXi-devel
|
||||||
BuildRequires: libcups-devel
|
BuildRequires: libcups-devel
|
||||||
BuildRequires: xorg-proto-devel
|
BuildRequires: xorg-proto-devel
|
||||||
BuildRequires: libOpenVG-devel
|
#BuildRequires: libOpenVG-devel
|
||||||
BuildRequires: libGL-devel >= 8.0.4-2mamba
|
BuildRequires: libGL-devel >= 8.0.4-2mamba
|
||||||
%if "%{USE_DISTCC}" == "1"
|
%if "%{USE_DISTCC}" == "1"
|
||||||
BuildRequires: distcc
|
BuildRequires: distcc
|
||||||
@ -507,7 +507,6 @@ It includes a C++ class library and tools for cross-platform development and int
|
|||||||
|
|
||||||
This package contains the Sybase and Microsoft SQL plugin.
|
This package contains the Sybase and Microsoft SQL plugin.
|
||||||
|
|
||||||
%if %{build_phonon}
|
|
||||||
%package phonon
|
%package phonon
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Multimedia API for %{name} and KDE4
|
Summary: Multimedia API for %{name} and KDE4
|
||||||
@ -524,7 +523,6 @@ Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description phonon-devel
|
%description phonon-devel
|
||||||
Phonon development files for %{name}.
|
Phonon development files for %{name}.
|
||||||
%endif
|
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
@ -780,7 +778,7 @@ echo "\
|
|||||||
%post -n libQtXmlPatterns -p /sbin/ldconfig
|
%post -n libQtXmlPatterns -p /sbin/ldconfig
|
||||||
%postun -n libQtXmlPatterns -p /sbin/ldconfig
|
%postun -n libQtXmlPatterns -p /sbin/ldconfig
|
||||||
|
|
||||||
%if %{build_phonon}
|
%if "%{?build_phonon}"
|
||||||
%post phonon -p /sbin/ldconfig
|
%post phonon -p /sbin/ldconfig
|
||||||
%postun phonon -p /sbin/ldconfig
|
%postun phonon -p /sbin/ldconfig
|
||||||
%endif
|
%endif
|
||||||
@ -1144,7 +1142,7 @@ echo "\
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_qt4_plugindir}/sqldrivers/libqsqltds.so
|
%{_qt4_plugindir}/sqldrivers/libqsqltds.so
|
||||||
|
|
||||||
%if %{build_phonon}
|
%if "%{?build_phonon}"
|
||||||
%files phonon
|
%files phonon
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_qt4_libdir}/libphonon.so.*
|
%{_qt4_libdir}/libphonon.so.*
|
||||||
@ -1161,6 +1159,9 @@ echo "\
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 07 2015 Automatic Build System <autodist@mambasoft.it> 4.8.7-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Sep 20 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 4.8.6-3mamba
|
* Sat Sep 20 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 4.8.6-3mamba
|
||||||
- apply patches needed by libreoffice
|
- apply patches needed by libreoffice
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user