Hello community,

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

Package is "lxqt-session"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxqt-session/lxqt-session.changes        
2014-11-13 09:17:31.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lxqt-session.new/lxqt-session.changes   
2015-02-03 11:40:04.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Jan 26 00:44:05 UTC 2015 - [email protected]
+
+- Added conditionals to enable Fedora builds 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lxqt-session.spec ++++++
--- /var/tmp/diff_new_pack.W39rVk/_old  2015-02-03 11:40:05.000000000 +0100
+++ /var/tmp/diff_new_pack.W39rVk/_new  2015-02-03 11:40:05.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lxqt-session
 #
-# 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,10 +27,11 @@
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  pkgconfig(lxqt-qt5) >= 0.8.0
 BuildRequires:  pkgconfig(Qt5Xdg)
+BuildRequires:  pkgconfig(lxqt-qt5) >= 0.8.0
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(x11-xcb)
+BuildRequires:  pkgconfig(Qt5UiTools)
 Requires(pre): desktop-file-utils
 Requires(post):        desktop-file-utils
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -45,11 +46,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 -s %{buildroot}/%{_datadir}/lxqt-qt5
 
 %post
@@ -66,4 +75,5 @@
 %{_libdir}/lxqt-xdg-tools
 %{_datadir}/applications/*.desktop
 %{_datadir}/lxqt-qt5
+
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to