SPECS: dbus-qt.spec - added nolibs patch

qboosh qboosh at pld-linux.org
Tue Aug 22 00:51:28 CEST 2006


Author: qboosh                       Date: Mon Aug 21 22:51:27 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added nolibs patch

---- Files affected:
SPECS:
   dbus-qt.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/dbus-qt.spec
diff -u SPECS/dbus-qt.spec:1.2 SPECS/dbus-qt.spec:1.3
--- SPECS/dbus-qt.spec:1.2	Mon Aug 21 09:35:58 2006
+++ SPECS/dbus-qt.spec	Tue Aug 22 00:51:22 2006
@@ -12,10 +12,12 @@
 Group:		Libraries
 Source0:	%{rname}-%{version}.tar.bz2
 # Source0-md5:	9a8d4a4d560b49fb5ad034abfd3e3db5
+Patch0:		%{name}-nolibs.patch
 URL:		http://www.freedesktop.org/Software/dbus
-BuildRequires:	autoconf
+BuildRequires:	autoconf >= 2.52
 BuildRequires:	automake
 BuildRequires:	dbus-devel >= 0.91
+BuildRequires:	libtool >= 2:1.5
 BuildRequires:	qt-devel >= 6:3.1.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -56,8 +58,14 @@
 
 %prep
 %setup -qn %{rname}-%{version}
+%patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
 	--enable-qt3
 %{__make}
@@ -95,6 +103,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/08/21 22:51:22  qboosh
+- added nolibs patch
+
 Revision 1.2  2006/08/21 07:35:58  qboosh
 - pl fix
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/dbus-qt.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list