Hello community,

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

Package is "pcmanfm-qt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pcmanfm-qt/pcmanfm-qt.changes    2014-11-04 
17:28:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pcmanfm-qt.new/pcmanfm-qt.changes       
2015-02-03 11:40:07.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Jan 26 00:50:16 UTC 2015 - sfal...@opensuse.org
+
+- Added conditionals to enable Fedora builds 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pcmanfm-qt.spec ++++++
--- /var/tmp/diff_new_pack.tAcd16/_old  2015-02-03 11:40:09.000000000 +0100
+++ /var/tmp/diff_new_pack.tAcd16/_new  2015-02-03 11:40:09.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pcmanfm-qt
 #
-# 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
@@ -28,10 +28,10 @@
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires: pkgconfig(Qt5Widgets)
 BuildRequires: pkgconfig(Qt5DBus)
-BuildRequires:  libqt5-linguist-devel
-Buildrequires: pkgconfig(Qt5X11Extras)
+BuildRequires:  pkgconfig(Qt5UiTools)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5X11Extras)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gio-unix-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
@@ -65,11 +65,19 @@
 %setup -q
 
 %build
-%cmake -DUSE_QT5=ON
-%__make
+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
 
 %post
 %desktop_database_post

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

Reply via email to