Author: freetz Date: Sun Aug 13 07:03:21 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - rel.3, added fix to build with new galago-sharp, updated BR, apidocs subpackage added
---- Files affected: SPECS: beagle.spec (1.80 -> 1.81) ---- Diffs: ================================================================ Index: SPECS/beagle.spec diff -u SPECS/beagle.spec:1.80 SPECS/beagle.spec:1.81 --- SPECS/beagle.spec:1.80 Sat Aug 12 21:50:25 2006 +++ SPECS/beagle.spec Sun Aug 13 09:03:15 2006 @@ -23,7 +23,7 @@ Summary(pl): Beagle - podsystem indeksujący Name: beagle Version: 0.2.7 -Release: 2 +Release: 3 License: Various Group: Libraries Source0: http://ftp.gnome.org/pub/gnome/sources/beagle/0.2/%{name}-%{version}.tar.bz2 @@ -33,11 +33,12 @@ Patch2: %{name}-kill_exec_a.patch Patch3: %{name}-configure.patch Patch4: %{name}-gtk-sharp.patch +Patch5: %{name}-galago05.patch URL: http://beaglewiki.org/Main_Page BuildRequires: autoconf >= 2.52 BuildRequires: automake %{?with_evolution:BuildRequires: dotnet-evolution-sharp-devel >= 0.11.1} -%{?with_galago:BuildRequires: dotnet-galago-sharp-devel >= 0.3.2} +%{?with_galago:BuildRequires: dotnet-galago-sharp-devel >= 0.5.0} BuildRequires: dotnet-gmime-sharp-devel >= 2.2.3 %{?with_gsf:BuildRequires: dotnet-gsf-sharp-devel >= 0.7} #BuildRequires: dotnet-gst-sharp-devel @@ -124,6 +125,18 @@ %description static -l pl Statyczne biblioteki Beagle. +%package apidocs +Summary: libbeagle API documentation +Summary(pl): Dokumentacja API libbeagle +Group: Documentation +Requires: gtk-doc-common + +%description apidocs +libbeagle API documentation. + +%description apidocs -l pl +Dokumentacja API libbeagle. + %package crawl-system Summary: Beagle crawl system Summary(pl): System przeszukujący beagle-crawl @@ -200,6 +213,7 @@ %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 %build %{__libtoolize} @@ -285,13 +299,18 @@ %attr(755,root,root) %{_libdir}/*.so %{_includedir}/libbeagle %{_libdir}/*.la -%{?with_apidocs:%{_gtkdocdir}/beagle} %{_pkgconfigdir}/* %files static %defattr(644,root,root,755) %{_libdir}/*.a +%if %{with apidocs} +%files apidocs +%defattr(644,root,root,755) +%{_gtkdocdir}/beagle +%endif + %files crawl-system %defattr(644,root,root,755) %attr(640,root,crontab) %config(noreplace) %verify(not md5 mtime size) /etc/cron.daily/* @@ -338,6 +357,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.81 2006/08/13 07:03:15 freetz +- rel.3, added fix to build with new galago-sharp, updated BR, apidocs + subpackage added + Revision 1.80 2006/08/12 19:50:25 grzegol - added gtk-sharp patch (fixes build with gtk-sharp 2.9.x) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/beagle.spec?r1=1.80&r2=1.81&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
