packages: beagle/beagle.spec - added -sqlite.patch to fix build with new mo...

megabajt megabajt at pld-linux.org
Fri Mar 12 12:51:53 CET 2010


Author: megabajt                     Date: Fri Mar 12 11:51:53 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added -sqlite.patch to fix build with new mono
- use %{_prefix}/lib for monodoc; force make -j1
- release 4

---- Files affected:
packages/beagle:
   beagle.spec (1.138 -> 1.139) 

---- Diffs:

================================================================
Index: packages/beagle/beagle.spec
diff -u packages/beagle/beagle.spec:1.138 packages/beagle/beagle.spec:1.139
--- packages/beagle/beagle.spec:1.138	Fri Mar  5 10:25:26 2010
+++ packages/beagle/beagle.spec	Fri Mar 12 12:51:48 2010
@@ -25,7 +25,7 @@
 Summary(pl.UTF-8):	Beagle - podsystem indeksujący
 Name:		beagle
 Version:	0.3.9
-Release:	3
+Release:	4
 License:	Various
 Group:		Libraries
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/beagle/0.3/%{name}-%{version}.tar.bz2
@@ -36,6 +36,7 @@
 Patch3:		%{name}-use-xdg-open.patch
 Patch4:		%{name}-epiphany.patch
 Patch5:		%{name}-gmime-2.4.patch
+Patch6:		%{name}-sqlite.patch
 URL:		http://beagle-project.org/Main_Page
 BuildRequires:	autoconf >= 2.52
 BuildRequires:	automake
@@ -247,6 +248,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 %{__intltoolize}
@@ -263,15 +265,14 @@
 	--%{!?with_thunderbird:dis}%{?with_thunderbird:en}able-thunderbird \
 	--%{!?with_avahi:dis}%{?with_avahi:en}able-avahi
 
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_var}/cache/beagle/indexes
 
 %{__make} install \
-	DESTDIR=$RPM_BUILD_ROOT \
-	monodocdir=%{_libdir}/monodoc/sources
+	DESTDIR=$RPM_BUILD_ROOT
 
 rm $RPM_BUILD_ROOT%{_libdir}/%{name}/lib*glue.la
 
@@ -367,7 +368,7 @@
 %if %{with apidocs}
 %files apidocs
 %defattr(644,root,root,755)
-%{_libdir}/monodoc/sources/*
+%{_prefix}/lib/monodoc/sources/*
 %endif
 
 %files crawl-system
@@ -447,6 +448,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.139  2010/03/12 11:51:48  megabajt
+- added -sqlite.patch to fix build with new mono
+- use %{_prefix}/lib for monodoc; force make -j1
+- release 4
+
 Revision 1.138  2010/03/05 09:25:26  hawk
 - release 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/beagle/beagle.spec?r1=1.138&r2=1.139&f=u



More information about the pld-cvs-commit mailing list