Hello community,

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

Package is "libqt5xdg"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5xdg/libqt5xdg.changes      2014-11-04 
17:28:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5xdg.new/libqt5xdg.changes 2015-02-03 
11:40:05.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Jan 25 19:07:55 UTC 2015 - [email protected]
+
+- Added conditionals to build for Fedora (Only needed for F20) 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libqt5xdg.spec ++++++
--- /var/tmp/diff_new_pack.2Mucyo/_old  2015-02-03 11:40:06.000000000 +0100
+++ /var/tmp/diff_new_pack.2Mucyo/_new  2015-02-03 11:40:06.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libqtxdg
+# spec file for package libqt5xdg
 #
-# 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,9 @@
 BuildRequires:  fdupes
 BuildRequires:  file-devel
 BuildRequires:  gcc-c++
+BuildRequires:  pkgconfig(Qt5UiTools)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5Xml)
-#BuildRequires:  pkgconfig(Qt5LinguistTools)
-BuildRequires: libqt5-linguist-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -49,8 +48,8 @@
 Summary:        Devel files for libqtxdg
 Group:          Development/Libraries/C and C++
 Requires:       libQt5Xdg1 = %{version}
-Requires:              libqt5-linguist-devel
 Requires:       pkg-config
+Requires:       pkgconfig(Qt5UiTools)
 
 %description devel
 qtxdg libraries for development
@@ -59,11 +58,19 @@
 %setup -q -n libqtxdg-%{version}
 
 %build
-%cmake -DUSE_QT5=ON
+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
 %fdupes -s %{buildroot}/%{_datadir}/locale
 
 %post -n libQt5Xdg1 -p /sbin/ldconfig

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

Reply via email to