Hello community, here is the log from the commit of package telepathy-qt5 for openSUSE:Factory checked in at 2016-01-10 13:07:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/telepathy-qt5 (Old) and /work/SRC/openSUSE:Factory/.telepathy-qt5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "telepathy-qt5" Changes: -------- --- /work/SRC/openSUSE:Factory/telepathy-qt5/telepathy-qt5.changes 2015-12-01 09:19:22.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.telepathy-qt5.new/telepathy-qt5.changes 2016-01-10 13:07:33.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Dec 22 21:15:06 UTC 2015 - [email protected] + +- Disable the farstream subpackage for ppc64le, since SLE12 doesn't have + farstream packages in that architecture + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ telepathy-qt5.spec ++++++ --- /var/tmp/diff_new_pack.0NslTU/_old 2016-01-10 13:07:35.000000000 +0100 +++ /var/tmp/diff_new_pack.0NslTU/_new 2016-01-10 13:07:35.000000000 +0100 @@ -45,10 +45,12 @@ BuildRequires: pkgconfig(Qt5Test) BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(Qt5Xml) -BuildRequires: pkgconfig(farstream-0.2) BuildRequires: pkgconfig(gstreamer-1.0) BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) +%ifnarch ppc64le +BuildRequires: pkgconfig(farstream-0.2) BuildRequires: pkgconfig(telepathy-farstream) +%endif BuildRequires: pkgconfig(telepathy-glib) BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -62,12 +64,14 @@ %description -n %{libname}-%{major} Telepathy-Qt5 is a high-level binding for Telepathy, similar to telepathy-glib but for Qt 5. +%ifnarch ppc64le %package -n %{libname}-farstream%{major} Summary: Library for performing syntax highlighting in Qt documents Group: Development/Tools/Other %description -n %{libname}-farstream%{major} Telepathy-farstream-Qt4 is a high-level binding for Telepathy, similar to telepathy-glib but for Qt 5. +%endif %package devel Summary: Header files, libraries and development documentation for %{name} @@ -98,7 +102,9 @@ -DENABLE_TESTS=FALSE \ -DENABLE_EXAMPLES=FALSE \ -DENABLE_FARSIGHT=FALSE \ +%ifnarch ppc64le -DENABLE_FARSTREAM=TRUE \ +%endif -DDISABLE_WERROR=TRUE \ -DDESIRED_QT_VERSION=5 $EXTRA_FLAGS .. @@ -112,17 +118,21 @@ %postun -n %{libname}-%{major} -p /sbin/ldconfig +%ifnarch ppc64le %post -n %{libname}-farstream%{major} -p /sbin/ldconfig %postun -n %{libname}-farstream%{major} -p /sbin/ldconfig +%endif %files -n %{libname}-%{major} %defattr(-,root,root) %{_libdir}/libtelepathy-qt5.so.* +%ifnarch ppc64le %files -n %{libname}-farstream%{major} %defattr(-,root,root) %{_libdir}/libtelepathy-qt5-farstream.so.* +%endif %files devel %defattr(-,root,root)
