Author: qboosh                       Date: Tue Feb 21 23:10:33 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- it uses fam/gamin (libgamin is preferred by configure)

---- Files affected:
SPECS:
   libgda.spec (1.101 -> 1.102) 

---- Diffs:

================================================================
Index: SPECS/libgda.spec
diff -u SPECS/libgda.spec:1.101 SPECS/libgda.spec:1.102
--- SPECS/libgda.spec:1.101     Tue Feb 21 21:57:09 2006
+++ SPECS/libgda.spec   Wed Feb 22 00:10:26 2006
@@ -5,6 +5,7 @@
 # Conditional build:
 %bcond_without doc             # don't generate html documentation
 %bcond_without static_libs     # don't build static libraries
+%bcond_with    gamin           # use gamin instead of fam library
 #
 %bcond_without firebird        # build without firebird plugin
 %bcond_without freetds         # build without freetds plugin
@@ -40,8 +41,10 @@
 BuildRequires: automake >= 1:1.8
 BuildRequires: bison
 BuildRequires: db-devel
+%{!?with_gamin:BuildRequires:  fam-devel}
 BuildRequires: flex
 %{?with_freetds:BuildRequires: freetds-devel >= 0.63}
+%{?with_gamin:BuildRequires:   gamin-devel}
 BuildRequires: glib2-devel >= 2.2.0
 BuildRequires: gnome-common >= 2.8.0
 BuildRequires: gtk-doc >= 1.0
@@ -60,6 +63,7 @@
 %{?with_sqlite:BuildRequires:  sqlite3-devel}
 %{?with_odbc:BuildRequires:    unixODBC-devel}
 %{?with_xbase:BuildRequires:   xbase-devel >= 2.0.0}
+%{!?with_gamin:BuildConflicts: gamin-devel}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _libgdadir      %{name}-%(echo %{version} | cut -d '.' 
-f 1-2 )
@@ -88,6 +92,8 @@
 Summary(pl):   Dla programistów GNU Data Access
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
+%{!?with_gamin:Requires:       fam-devel}
+%{?with_gamin:Requires:        gamin-devel}
 Requires:      glib2-devel >= 2.2.0
 Requires:      gtk-doc-common
 Requires:      libxml2-devel
@@ -394,6 +400,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.102  2006/02/21 23:10:26  qboosh
+- it uses fam/gamin (libgamin is preferred by configure)
+
 Revision 1.101  2006/02/21 20:57:09  qboosh
 - release 4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libgda.spec?r1=1.101&r2=1.102&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to