]> git.pld-linux.org Git - packages/beagle.git/commitdiff
- rel.3, added fix to build with new galago-sharp, updated BR, apidocs
authorfreetz <freetz@pld-linux.org>
Sun, 13 Aug 2006 07:03:15 +0000 (07:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  subpackage added

Changed files:
    beagle.spec -> 1.81

beagle.spec

index d8d3f790fb51021226d1f264d0b87a730a3f0fad..cf9d0084a15483bb3bfb6c2a7096efcde06acb46 100644 (file)
@@ -22,7 +22,7 @@ Summary:      Beagle - An indexing subsystem
 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
@@ -32,11 +32,12 @@ Patch1:             %{name}-crawl.patch
 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
@@ -123,6 +124,18 @@ Beagle static libraries.
 %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
@@ -199,6 +212,7 @@ Bazowane na GNOME GUI dla Beagle.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 %{__libtoolize}
@@ -284,13 +298,18 @@ fi
 %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/*
This page took 0.042815 seconds and 4 git commands to generate.