Hello community,

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

Package is "lxqt-openssh-askpass"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/lxqt-openssh-askpass/lxqt-openssh-askpass.changes    
    2014-11-06 16:50:50.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.lxqt-openssh-askpass.new/lxqt-openssh-askpass.changes
   2015-02-03 11:39:57.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Jan 25 23:45:56 UTC 2015 - [email protected]
+
+- Added conditionals to enable building for Fedora 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lxqt-openssh-askpass.spec ++++++
--- /var/tmp/diff_new_pack.4ihXJr/_old  2015-02-03 11:39:58.000000000 +0100
+++ /var/tmp/diff_new_pack.4ihXJr/_new  2015-02-03 11:39:58.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lxqt-openssh-askpass
 #
-# 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
@@ -25,6 +25,7 @@
 Url:            http://www.lxde.org
 Source:         %{name}-%{version}.tar.xz
 BuildRequires:  cmake
+BuildRequires:  pkgconfig(Qt5UiTools)
 BuildRequires:  pkgconfig(lxqt-qt5) >= 0.8.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -35,11 +36,19 @@
 %setup -q
 
 %build
-%cmake -DUSE_QT5=ON
+mkdir build
+pushd build
+cmake \
+      -DUSE_QT5=YES \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      ..
 %__make %{?_smp_mflags}
+popd
 
 %install
-%cmake_install
+pushd build
+make DESTDIR=$RPM_BUILD_ROOT install
+popd
 
 %files
 %defattr(-,root,root)

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

Reply via email to