Hello community,

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

Package is "liblxqt-mount-qt5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/liblxqt-mount-qt5/liblxqt-mount-qt5.changes      
2014-11-05 16:27:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.liblxqt-mount-qt5.new/liblxqt-mount-qt5.changes 
2015-02-03 11:40:09.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Jan 25 20:28:49 UTC 2015 - [email protected]
+
+- Added conditionals to enable building for Fedora 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ liblxqt-mount-qt5.spec ++++++
--- /var/tmp/diff_new_pack.AfhMhv/_old  2015-02-03 11:40:10.000000000 +0100
+++ /var/tmp/diff_new_pack.AfhMhv/_new  2015-02-03 11:40:10.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package liblxqt-mount
+# spec file for package liblxqt-mount-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
@@ -27,6 +27,7 @@
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(Qt5UiTools)
 BuildRequires:  pkgconfig(lxqt-qt5)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -54,11 +55,24 @@
 %setup -q -n liblxqt-mount-%{version}
 
 %build
-%cmake -DUSE_QT5=ON
+mkdir build
+pushd build
+cmake \
+      -DUSE_QT5=ON \
+      -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+%ifarch x86_64
+      -DCMAKE_INSTALL_LIBDIR:PATH=/usr/lib64 \
+      -DLIB_INSTALL_DIR:PATH=/usr/lib64 \
+      -DLIB_SUFFIX=64 \
+%endif
+      ..
 %__make %{?_smp_mflags}
+popd
 
 %install
-%cmake_install
+pushd build
+make DESTDIR=$RPM_BUILD_ROOT install
+popd
 
 %post -n liblxqtmount-qt5-0 -p /sbin/ldconfig
 

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

Reply via email to