SPECS: qof.spec - added link,libgda2 patches, -devel deps

qboosh qboosh at pld-linux.org
Wed Feb 22 00:13:39 CET 2006


Author: qboosh                       Date: Tue Feb 21 23:13:39 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added link,libgda2 patches, -devel deps

---- Files affected:
SPECS:
   qof.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/qof.spec
diff -u SPECS/qof.spec:1.1 SPECS/qof.spec:1.2
--- SPECS/qof.spec:1.1	Tue Feb 21 00:32:50 2006
+++ SPECS/qof.spec	Wed Feb 22 00:13:34 2006
@@ -1,5 +1,4 @@
 # $Revision$, $Date$
-# TODO: fix shared libs linking, -devel deps
 Summary:	Query Object Framework
 Summary(pl):	Obiektowy szkielet zapytań
 Name:		qof
@@ -9,9 +8,15 @@
 Group:		Libraries
 Source0:	http://dl.sourceforge.net/qof/%{name}-%{version}.tar.gz
 # Source0-md5:	2a1c4b231fb03e49d5d9237dc6698c3e
+Patch0:		%{name}-link.patch
+Patch1:		%{name}-libgda2.patch
 URL:		http://qof.sourceforge.net/
+BuildRequires:	autoconf >= 2.53
+BuildRequires:	automake
+#BuildRequires:	dwi-devel (http://dwi.sourceforge.net/)
 BuildRequires:	glib2-devel >= 2.0.0
-BuildRequires:	libgda-devel >= 1.2.0
+BuildRequires:	libgda-devel >= 1.9.0
+BuildRequires:	libtool
 BuildRequires:	libxml2-devel >= 1:2.5.10
 BuildRequires:	perl-base
 BuildRequires:	pkgconfig
@@ -39,6 +44,8 @@
 Summary(pl):	Pliki nagłówkowe biblioteki QOF
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
+Requires:	glib2-devel >= 2.0.0
+Requires:	libgda-devel >= 1.9.0
 
 %description devel
 Header files for QOF library.
@@ -60,8 +67,15 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -103,5 +117,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/02/21 23:13:34  qboosh
+- added link,libgda2 patches, -devel deps
+
 Revision 1.1  2006/02/20 23:32:50  qboosh
 - new, NFY
================================================================

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



More information about the pld-cvs-commit mailing list