Hello community,

here is the log from the commit of package libdbus-1-qt3-0 for openSUSE:Factory 
checked in at 2012-03-26 14:01:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdbus-1-qt3-0 (Old)
 and      /work/SRC/openSUSE:Factory/.libdbus-1-qt3-0.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdbus-1-qt3-0", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdbus-1-qt3-0/libdbus-1-qt3-0.changes  
2011-09-23 02:08:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libdbus-1-qt3-0.new/libdbus-1-qt3-0.changes     
2012-03-26 14:01:30.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Mar 13 14:01:03 UTC 2012 - [email protected]
+
+- specify QTDIR explicitely, cleanup
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libdbus-1-qt3-0.spec ++++++
--- /var/tmp/diff_new_pack.S95c9V/_old  2012-03-26 14:01:32.000000000 +0200
+++ /var/tmp/diff_new_pack.S95c9V/_new  2012-03-26 14:01:32.000000000 +0200
@@ -13,10 +13,6 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
-#
-
-# norootforbuild
-
 
 Name:           libdbus-1-qt3-0
 Url:            http://www.freedesktop.org/wiki/Software/DBusBindings
@@ -38,12 +34,6 @@
 %description
 This library provides Qt3-classes for accessing the DBus
 
-
-
-Authors:
---------
-    Kevin Krammer <[email protected]>
-
 %package devel
 License:        GPL-2.0+
 Summary:        Development files for libdbus-1-qt3
@@ -56,12 +46,6 @@
 
 This package holds the development files for libdbus-1-qt3.
 
-
-
-Authors:
---------
-    Kevin Krammer <[email protected]>
-
 %package -n dbusxml2qt3
 License:        GPL-2.0+
 Summary:        Generate Qt3-classes from DBus-introspection data
@@ -69,13 +53,6 @@
 Requires:       %{name} = %{version}-%{release}
 
 %description -n dbusxml2qt3
-dbusxml2qt3 allows to generate Qt3-classes from DBus-introspection data
-
-
-
-Authors:
---------
-    Kevin Krammer <[email protected]>
 
 %prep
 %setup -n %{appname}-%{version} -q
@@ -85,7 +62,9 @@
 %patch4 -p0
 
 %build
-%configure --disable-static --with-pic
+export QTDIR=/usr/lib/qt3
+export PATH=$PATH:$QTDIR/bin
+%configure --disable-static --with-pic --with-qt-dir=$QTDIR
 %{__make} %{?jobs:-j%jobs}
 cd tools/dbusxml2qt3
 qmake
@@ -100,9 +79,6 @@
 
 %postun -p /sbin/ldconfig
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc README AUTHORS ChangeLog COPYING INSTALL

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

Reply via email to