Hello community,

here is the log from the commit of package libqt5-qtbase for openSUSE:13.1 
checked in at 2013-10-19 14:55:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1/libqt5-qtbase (Old)
 and      /work/SRC/openSUSE:13.1/.libqt5-qtbase.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-qtbase"

Changes:
--------
--- /work/SRC/openSUSE:13.1/libqt5-qtbase/libqt5-qtbase.changes 2013-10-04 
13:52:05.000000000 +0200
+++ /work/SRC/openSUSE:13.1/.libqt5-qtbase.new/libqt5-qtbase.changes    
2013-10-19 16:49:26.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Oct  4 14:23:42 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Add convenient macros for packages building against Qt5:
+  %_libqt5_qmake, %qmake5, %make_jobs and %qmake5_install
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libqt5-qtbase.spec ++++++
--- /var/tmp/diff_new_pack.4jbk4v/_old  2013-10-19 16:49:27.000000000 +0200
+++ /var/tmp/diff_new_pack.4jbk4v/_new  2013-10-19 16:49:27.000000000 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           libqt5-qtbase
 BuildRequires:  alsa-devel
 BuildRequires:  at-spi2-core-devel
@@ -39,19 +40,19 @@
 BuildRequires:  pkgconfig(gbm)
 BuildRequires:  pkgconfig(glesv2)
 %endif
-BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(xkbcommon) >= 0.2.0
 BuildRequires:  xcb-util-image-devel
 BuildRequires:  xcb-util-keysyms-devel
 BuildRequires:  xcb-util-renderutil-devel
 BuildRequires:  xcb-util-wm-devel
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(xkbcommon) >= 0.2.0
 Version:        5.1.1
 Release:        0
-License:        GPL-3.0 or SUSE-LGPL-2.1-with-digia-exception-1.1
 Summary:        C++ Program Library, Core Components
-Url:            http://qt.digia.com
+License:        GPL-3.0 or SUSE-LGPL-2.1-with-digia-exception-1.1
 Group:          System/Libraries
+Url:            http://qt.digia.com
 %define base_name libqt5
 %define real_version 5.1.1
 %define tar_version qtbase-opensource-src-%{real_version}
@@ -132,18 +133,18 @@
 Requires:       pkgconfig(gbm)
 Requires:       pkgconfig(glesv2)
 %endif
-Requires:       pkgconfig(glib-2.0)
-Requires:       pkgconfig(xkbcommon) >= 0.2.0
-Requires:       xcb-util-image-devel
-Requires:       xcb-util-keysyms-devel
-Requires:       xcb-util-renderutil-devel
-Requires:       xcb-util-wm-devel
 Requires:       gstreamer-0_10-plugins-base-devel
 Requires:       libicu-devel
 Requires:       libpulse-devel
 Requires:       libudev-devel
+Requires:       xcb-util-image-devel
+Requires:       xcb-util-keysyms-devel
+Requires:       xcb-util-renderutil-devel
+Requires:       xcb-util-wm-devel
 Requires:       xorg-x11-devel
 Requires:       zlib-devel
+Requires:       pkgconfig(glib-2.0)
+Requires:       pkgconfig(xkbcommon) >= 0.2.0
 
 %description devel
 You need this package, if you want to compile programs with Qt. It


++++++ macros.qt5 ++++++
--- /var/tmp/diff_new_pack.4jbk4v/_old  2013-10-19 16:49:27.000000000 +0200
+++ /var/tmp/diff_new_pack.4jbk4v/_new  2013-10-19 16:49:27.000000000 +0200
@@ -12,5 +12,16 @@
 %_libqt5_sysconfdir       %{_sysconfdir}/xdg
 %_libqt5_translationdir   %{_libqt5_datadir}/qt5/translations
 
+%_libqt5_qmake %{_libqt5_bindir}/qmake
 
- 
+%qmake5 \
+  export PATH=%{_libqt5_bindir}:$PATH ; \
+  export CXXFLAGS="$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF" ; \
+  export CFLAGS="$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF" ; \
+  %_libqt5_qmake
+
+%make_jobs \
+  %{__make} %{?_smp_mflags} VERBOSE=1
+
+%qmake5_install \
+  make INSTALL_ROOT=%{buildroot} install
\ No newline at end of file

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

Reply via email to