Hello community,
here is the log from the commit of package lxqt-globalkeys-qt5 for
openSUSE:Factory checked in at 2015-02-03 11:39:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxqt-globalkeys-qt5 (Old)
and /work/SRC/openSUSE:Factory/.lxqt-globalkeys-qt5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxqt-globalkeys-qt5"
Changes:
--------
--- /work/SRC/openSUSE:Factory/lxqt-globalkeys-qt5/lxqt-globalkeys-qt5.changes
2014-11-06 16:50:45.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.lxqt-globalkeys-qt5.new/lxqt-globalkeys-qt5.changes
2015-02-03 11:40:06.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Jan 25 23:31:22 UTC 2015 - [email protected]
+
+- Added conditionals to enable Fedora builds
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ lxqt-globalkeys-qt5.spec ++++++
--- /var/tmp/diff_new_pack.gSqn2K/_old 2015-02-03 11:40:07.000000000 +0100
+++ /var/tmp/diff_new_pack.gSqn2K/_new 2015-02-03 11:40:07.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package lxqt-globalkeys
+# spec file for package lxqt-globalkeys-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: fdupes
BuildRequires: gcc-c++
+BuildRequires: pkgconfig(Qt5UiTools)
BuildRequires: pkgconfig(lxqt-qt5) >= 0.8.0
Requires(pre): desktop-file-utils
Requires(post): desktop-file-utils
@@ -39,8 +40,8 @@
Summary: Development files for lxqt-globalkeys
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
-Requires: liblxqt-globalkeys-ui-qt5-0 = %{version}
Requires: liblxqt-globalkeys-qt5-0 = %{version}
+Requires: liblxqt-globalkeys-ui-qt5-0 = %{version}
Requires: pkg-config
%description devel
@@ -64,11 +65,24 @@
%setup -q -n lxqt-globalkeys-%{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
%fdupes -s %{buildroot}/%{_datadir}/lxqt/lxqt-config-globalkeyshortcuts
%post
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]