Hello community,

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

Package is "compton-conf"

Changes:
--------
--- /work/SRC/openSUSE:Factory/compton-conf/compton-conf.changes        
2014-11-03 13:13:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.compton-conf.new/compton-conf.changes   
2015-02-03 11:39:52.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Jan 25 18:02:22 UTC 2015 - sfal...@opensuse.org
+
+- Added conditionals to build for Fedora 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ compton-conf.spec ++++++
--- /var/tmp/diff_new_pack.XdK6Ie/_old  2015-02-03 11:39:53.000000000 +0100
+++ /var/tmp/diff_new_pack.XdK6Ie/_new  2015-02-03 11:39:53.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package compton-conf
 #
-# 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
@@ -29,10 +29,10 @@
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5DBus)
-BuildRequires: libqt5-linguist-devel
+BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(libconfig)
+BuildRequires:  pkgconfig(Qt5UiTools)
 Requires:       compton
 Requires(pre): desktop-file-utils
 Requires(post):        desktop-file-utils
@@ -47,11 +47,19 @@
 %patch1 -p1
 
 %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