Hello community,

here is the log from the commit of package liblxqt-qt5 for openSUSE:Factory 
checked in at 2015-02-03 11:39:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liblxqt-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.liblxqt-qt5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liblxqt-qt5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/liblxqt-qt5/liblxqt-qt5.changes  2014-11-05 
15:54:59.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.liblxqt-qt5.new/liblxqt-qt5.changes     
2015-02-03 11:39:54.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Jan 25 18:52:02 UTC 2015 - sfal...@opensuse.org
+
+- Added conditionals to build for Fedora 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ liblxqt-qt5.spec ++++++
--- /var/tmp/diff_new_pack.q3XTQ7/_old  2015-02-03 11:39:55.000000000 +0100
+++ /var/tmp/diff_new_pack.q3XTQ7/_new  2015-02-03 11:39:55.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package liblxqt
+# spec file for package liblxqt-qt5
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,10 +28,12 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
-BuildRequires: pkgconfig(Qt5X11Extras)
 BuildRequires: pkgconfig(Qt5DBus)
+BuildRequires:  pkgconfig(Qt5UiTools)
+BuildRequires:  pkgconfig(Qt5X11Extras)
 BuildRequires:  pkgconfig(Qt5Xdg) >= 1.0.0
 BuildRequires:  pkgconfig(x11)
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -59,11 +61,19 @@
 %setup -q -n liblxqt-%{version}
 
 %build
-%cmake -DUSE_QT5=ON
-%__make %{?_smp_mflags}
+mkdir build
+pushd build
+cmake \
+      -DUSE_QT5=ON \
+      -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+      ..
+%__make %{?_smp_flags}
+popd
 
 %install
-%cmake_install
+pushd build
+make DESTDIR=$RPM_BUILD_ROOT install
+popd
 %fdupes -s %{buildroot}/%{_datadir}/lxqt/translations
 %fdupes -s %{buildroot}/%{_includedir}/lxqt
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to