SPECS: beagle.spec - bconds: python, sqlite3, updated BR's - it is...

djurban djurban at pld-linux.org
Mon Feb 27 20:20:58 CET 2006


Author: djurban                      Date: Mon Feb 27 19:20:58 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- bconds: python, sqlite3, updated BR's
- it is now compilable without gnome (you must recompile at least librsvg and
  dotnet-gtk-sharp without gnome)

---- Files affected:
SPECS:
   beagle.spec (1.66 -> 1.67) 

---- Diffs:

================================================================
Index: SPECS/beagle.spec
diff -u SPECS/beagle.spec:1.66 SPECS/beagle.spec:1.67
--- SPECS/beagle.spec:1.66	Fri Feb 24 00:00:53 2006
+++ SPECS/beagle.spec	Mon Feb 27 20:20:53 2006
@@ -11,6 +11,8 @@
 %bcond_without	apidocs		# don't build API documentation
 %bcond_without	evolution	# don't include evolution support
 %bcond_without	gui		# don't build GNOME based GUI
+%bcond_without	python		# don't build python libraries
+%bcond_with	sqlite3		# use sqlite3 instead of sqlite2
 #
 %if %{without gui}
 %undefine	with_evolution
@@ -39,14 +41,22 @@
 BuildRequires:	gtk+2-devel >= 2:2.6.0
 %{?with_apidocs:BuildRequires:	gtk-doc}
 BuildRequires:	libexif-devel >= 0.5.0
+BuildRequires:	librsvg-devel
 BuildRequires:	libpng-devel
 BuildRequires:	libtool
 BuildRequires:	libxml2-devel >= 2.6.19
 BuildRequires:	mono-csharp >= 1.1.10
-BuildRequires:	mozilla-devel
+# not used atm
+#BuildRequires:	mozilla-devel
+%{?with_python:BuildRequires:	python-pygtk-devel}
 BuildRequires:	pkgconfig
+BuildRequires:	perl-XML-Parser
 BuildRequires:	python-devel
+%if %{with sqlite3}
+BuildRequires:	sqlite3-devel >= 3.3.4
+%else
 BuildRequires:	sqlite-devel
+%endif
 BuildRequires:	wv-devel >= 1.0.0
 BuildRequires:	zip
 # GUI BRs
@@ -57,7 +67,11 @@
 %endif
 Requires:	%{name}-libs = %{version}-%{release}
 Requires:	dotnet-gmime-sharp >= 2.1.19
+%if %{with sqlite3}
+Requires:	sqlite3
+%else
 Requires:	sqlite
+%endif
 ExcludeArch:	alpha i386 sparc sparc64
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -292,9 +306,11 @@
 %{_libdir}/epiphany/1.8/extensions/*.xml
 %endif
 
+%if %{with python}
 %files -n python-%{name}
 %defattr(644,root,root,755)
 %attr(755,root,root) %{py_sitedir}/*.so
+%endif
 
 %if %{with gui}
 %files search-gui
@@ -313,6 +329,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.67  2006/02/27 19:20:53  djurban
+- bconds: python, sqlite3, updated BR's
+- it is now compilable without gnome (you must recompile at least librsvg and
+  dotnet-gtk-sharp without gnome)
+
 Revision 1.66  2006/02/23 23:00:53  freetz
 - move beagleuiglue to search-gui
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/beagle.spec?r1=1.66&r2=1.67&f=u



More information about the pld-cvs-commit mailing list