]> git.pld-linux.org Git - packages/beagle.git/commitdiff
- bconds: python, sqlite3, updated BR's auto/th/beagle-0_2_1-2_1
authordjurban <djurban@pld-linux.org>
Mon, 27 Feb 2006 19:20:53 +0000 (19:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- it is now compilable without gnome (you must recompile at least librsvg and
  dotnet-gtk-sharp without gnome)

Changed files:
    beagle.spec -> 1.67

beagle.spec

index b544e195a5b7186969bdb2979c92ad9980624f13..7422cef174fe029736a465ebe5b3c3a7757c7933 100644 (file)
@@ -10,6 +10,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
@@ -38,14 +40,22 @@ BuildRequires:      dotnet-gtk-sharp2-devel >= 2.3.90
 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
@@ -56,7 +66,11 @@ BuildRequires:       libgnome-devel
 %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)
 
@@ -291,9 +305,11 @@ fi
 %{_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
This page took 0.117868 seconds and 4 git commands to generate.