Hello community,

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

Package is "lxqt-common"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxqt-common/lxqt-common.changes  2014-11-05 
16:27:54.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lxqt-common.new/lxqt-common.changes     
2015-02-03 11:40:56.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Jan 25 21:29:08 UTC 2015 - sfal...@opensuse.org
+
+- Adjusted BuildRequires: in spec to enable crossbuilding for
+  Fedora_21 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lxqt-common.spec ++++++
--- /var/tmp/diff_new_pack.vsShSm/_old  2015-02-03 11:40:57.000000000 +0100
+++ /var/tmp/diff_new_pack.vsShSm/_new  2015-02-03 11:40:57.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lxqt-common
 #
-# 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
@@ -27,6 +27,7 @@
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  pkgconfig(Qt5UiTools)
 BuildRequires:  pkgconfig(lxqt-qt5) >= 0.8.0
 Requires(pre): desktop-file-utils
 Requires(post):        desktop-file-utils
@@ -40,11 +41,19 @@
 %setup -q
 
 %build
-%cmake -DUSE_QT5=ON
+mkdir build
+pushd build
+cmake \
+      -DUSE_QT5=ON \
+      -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+      ..
 %__make %{?_smp_mflags}
+popd
 
 %install
-%cmake_install
+pushd build
+make DESTDIR=$RPM_BUILD_ROOT install
+popd
 %fdupes %{buildroot}/%{_datadir}
 
 %post

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

Reply via email to