Author: deejay1                      Date: Sun Feb  3 17:16:53 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- version 0.3.3 merged from DEVEL
- release 1

---- Files affected:
SPECS:
   beagle.spec (1.115 -> 1.116) 

---- Diffs:

================================================================
Index: SPECS/beagle.spec
diff -u SPECS/beagle.spec:1.115 SPECS/beagle.spec:1.116
--- SPECS/beagle.spec:1.115     Tue Nov  6 21:20:13 2007
+++ SPECS/beagle.spec   Sun Feb  3 18:16:47 2008
@@ -2,19 +2,20 @@
 #
 # TODO:
 #       - kill bashisms in crawl stuff
-#      - mozilla extension?
+#      - add qyoto based settings (requires new packages)
+#      - replace epiphany-extension hack
 #
 %include       /usr/lib/rpm/macros.mono
 #
 # Conditional build:
 %bcond_without apidocs         # don't build API documentation
+%bcond_with    avahi           # enable Avahi support
 %bcond_without evolution       # don't include evolution support
 %bcond_without galago          # build without galago support
 %bcond_without gsf             # build without libgsf support
 %bcond_without gui             # don't build GNOME based GUI
 %bcond_without python          # don't build python libraries
 %bcond_without epiphany        # don't build epiphany extension
-%bcond_with    sqlite3         # use sqlite3 instead of sqlite2
 %bcond_without thunderbird     # use Thunderbird backend
 #
 %if !%{with gui}
@@ -24,16 +25,15 @@
 Summary:       Beagle - An indexing subsystem
 Summary(pl.UTF-8):     Beagle - podsystem indeksujący
 Name:          beagle
-Version:       0.2.18
-Release:       3
+Version:       0.3.3
+Release:       1
 License:       Various
 Group:         Libraries
-Source0:       
http://ftp.gnome.org/pub/gnome/sources/beagle/0.2/%{name}-%{version}.tar.bz2
-# Source0-md5: 8bab6ce40fff497120dbfcfd0a789c65
+Source0:       
http://ftp.gnome.org/pub/GNOME/sources/beagle/0.3/%{name}-%{version}.tar.bz2
+# Source0-md5: c1b6c340c72a70e33212c85513bc23f2
 Patch0:                %{name}-desktop.patch
 Patch1:                %{name}-crawl.patch
-Patch3:                %{name}-configure.patch
-Patch4:                %{name}-epiphany-2.20.patch
+Patch2:                %{name}-configure.patch
 URL:           http://beagle-project.org/Main_Page
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
@@ -44,6 +44,8 @@
 %{?with_gsf:BuildRequires:     dotnet-gsf-sharp-devel >= 0.8.1}
 #BuildRequires:        dotnet-gst-sharp-devel
 BuildRequires: dotnet-gtk-sharp2-devel >= 2.10.0
+BuildRequires: dotnet-ndesk-dbus-glib-sharp-devel >= 0.3.0
+BuildRequires: dotnet-ndesk-dbus-sharp-devel >= 0.6.0
 %if %{with epiphany}
 BuildRequires: epiphany-devel >= 2.20.0
 %endif
@@ -59,11 +61,7 @@
 BuildRequires: pkgconfig
 BuildRequires: python-devel
 %{?with_python:BuildRequires:  python-pygtk-devel >= 2:2.10.4}
-%if %{with sqlite3}
 BuildRequires: sqlite3-devel >= 3.3.4
-%else
-BuildRequires: sqlite-devel
-%endif
 BuildRequires: wv-devel >= 1.2.4
 BuildRequires: xorg-lib-libXScrnSaver-devel
 BuildRequires: zip
@@ -75,11 +73,7 @@
 Requires:      %{name}-libs = %{version}-%{release}
 Requires:      dotnet-gmime-sharp >= 2.2.3
 Requires:      dotnet-gsf-sharp
-%if %{with sqlite3}
 Requires:      sqlite3
-%else
-Requires:      sqlite
-%endif
 # [EMAIL PROTECTED] vs. [EMAIL PROTECTED]
 Conflicts:     glibc-misc < 6:2.7
 ExclusiveArch: %{ix86} %{x8664} arm hppa ia64 ppc s390 s390x sparc sparcv9 
sparc64
@@ -105,6 +99,18 @@
 %description libs -l pl.UTF-8
 Bibiloteki Beagle.
 
+%package debug
+Summary:       Debug files for the Mono part of Beagle
+Summary(pl.UTF-8):     Pliki debugujące dla części Mono Beagle'a
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description debug
+Debug files for the Mono part of Beagle.
+
+%description -l pl.UTF-8
+Pliki debugujące dla części Mono Beagle'a.
+
 %package devel
 Summary:       Beagle development files
 Summary(pl.UTF-8):     Pliki programistyczne Beagle
@@ -250,12 +256,25 @@
 %description startup -l pl.UTF-8
 Integracja funkcji automatycznego startu Beagle.
 
+%package webinterface
+Summary:       A web interface for Beagle
+Summary(pl.UTF-8):     Interfejs sieciowy dla Beagle
+Group:         Applications
+Requires:      %{name} = %{version}-%{release}
+
+%description webinterface
+An AJAX interface that allows users to search for data through their
+web browser.
+
+%description webinterface -l pl.UTF-8
+AJAX-owy interfejs pozwalający użytkownikom wyszukiwać dane za pomocą
+przeglądarki internetowej.
+
 %prep
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch3 -p1
-%patch4 -p1
+%patch2 -p1
 
 %build
 %{__intltoolize}
@@ -270,7 +289,8 @@
        --%{!?with_epiphany:dis}%{?with_epiphany:en}able-epiphany-extension \
        --%{!?with_evolution:dis}%{?with_evolution:en}able-evolution-sharp \
        --%{!?with_gui:dis}%{?with_gui:en}able-gui \
-       --%{!?with_thunderbird:dis}%{?with_thunderbird:en}able-thunderbird
+       --%{!?with_thunderbird:dis}%{?with_thunderbird:en}able-thunderbird \
+       --%{!?with_avahi:dis}%{?with_avahi:en}able-avahi
 
 %{__make} \
        MOZILLA_HOME=%{_libdir}/mozilla \
@@ -282,21 +302,28 @@
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
-       pythondir=%{py_sitedir}
+       pythondir=%{py_sitedir} \
+       monodocdir=%{_libdir}/monodoc/sources
 
 
dest=$RPM_BUILD_ROOT%{_datadir}/mozilla-firefox/extensions/\{fda00e13-8c62-4f63-9d19-d168115b11ca\}
 install -d $dest $dest/chrome
-install mozilla-extension/{chrome.manifest,install.rdf} $dest
-install mozilla-extension/chrome/beagle.jar $dest/chrome
-
-# Kill useless files
-rm -f $RPM_BUILD_ROOT%{_libdir}/epiphany/2.20/extensions/*.{la,a} \
-       $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
+install firefox-extension/{chrome.manifest,install.rdf} $dest
+cp -r firefox-extension/chrome/* $dest/chrome
 
-rm -f $RPM_BUILD_ROOT%{py_sitedir}/*.{a,la}
-rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.{a,la}
+%if %{with epiphany}
+install -d $RPM_BUILD_ROOT%{_libdir}/epiphany/2.20/extensions
+sed -e "s|[EMAIL PROTECTED]@|\%{_localedir}|g" \
+       < epiphany-extension/beagle.py.in > epiphany-extension/beagle.py
+install epiphany-extension/beagle.py 
$RPM_BUILD_ROOT%{_libdir}/epiphany/2.20/extensions/beagle.py
+install epiphany-extension/beagle.ephy-extension.in 
$RPM_BUILD_ROOT%{_libdir}/epiphany/2.20/extensions/beagle.ephy-extension
+%endif
 
-rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/no
+%if %{with thunderbird}
+tdest=$RPM_BUILD_ROOT%{_libdir}/mozilla-thunderbird/extensions/\{b656ef18-fd76-45e6-95cc-8043f26361e7\}
+install -d $tdest
+install thunderbird-extension/{chrome.manifest,install.rdf} $tdest
+cp -r thunderbird-extension/{chrome,components,defaults} $tdest
+%endif
 
 [ -d $RPM_BUILD_ROOT%{_datadir}/locale/[EMAIL PROTECTED] ] || \
        mv -f $RPM_BUILD_ROOT%{_datadir}/locale/[EMAIL PROTECTED],latin}
@@ -324,16 +351,13 @@
 %attr(755,root,root) %{_bindir}/beagle-config
 %attr(755,root,root) %{_bindir}/beagled
 %attr(755,root,root) %{_bindir}/beagle-doc-extractor
-%attr(755,root,root) %{_bindir}/beagle-exercise-file-system
 %attr(755,root,root) %{_bindir}/beagle-extract-content
 %attr(755,root,root) %{_bindir}/beagle-index-info
-%attr(755,root,root) %{_bindir}/beagle-index-url
 %attr(755,root,root) %{_bindir}/beagle-info
 %attr(755,root,root) %{_bindir}/beagle-ping
 %attr(755,root,root) %{_bindir}/beagle-query
 %attr(755,root,root) %{_bindir}/beagle-shutdown
 %attr(755,root,root) %{_bindir}/beagle-status
-%attr(755,root,root) %{_libdir}/%{name}/libbeagleglue.so*
 %attr(755,root,root) %{_libdir}/%{name}/*.exe
 %dir %{_libdir}/%{name}
 %dir %{_libdir}/%{name}/Backends
@@ -346,24 +370,20 @@
 
 %files libs
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %{_libdir}/%{name}/lib*.so.*.*.*
 
-%files devel
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/*.so
-%{_includedir}/libbeagle
-%{_libdir}/*.la
-%{_pkgconfigdir}/*
-
-%files static
+%files debug
 %defattr(644,root,root,755)
-%{_libdir}/*.a
+%{_libdir}/%{name}/Backends/*.mdb
+%{_libdir}/%{name}/Filters/*.mdb
+%{_libdir}/%{name}/*.mdb
 
-%if %{with apidocs}
-%files apidocs
+%files devel
 %defattr(644,root,root,755)
-%{_gtkdocdir}/beagle
-%endif
+%attr(755,root,root) %{_libdir}/%{name}/*.so
+%attr(755,root,root) %ghost %{_libdir}/%{name}/*.so.0
+%{_libdir}/%{name}/*.la
+%{_pkgconfigdir}/*
 
 %files crawl-system
 %defattr(644,root,root,755)
@@ -374,6 +394,12 @@
 %dir %attr(755,beagleindex,beagleindex) %{_var}/cache/beagle/indexes
 %attr(755,root,root) %{_sbindir}/*
 
+%if %{with apidocs}
+%files apidocs
+%defattr(644,root,root,755)
+%{_libdir}/monodoc/sources/*
+%endif
+
 %if %{with evolution}
 %files evolution
 %defattr(644,root,root,755)
@@ -383,8 +409,8 @@
 %if %{with thunderbird}
 %files thunderbird
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/beagle-contactviewer
 %{_libdir}/%{name}/Backends/Thunderbird*.dll
+%{_libdir}/mozilla-thunderbird/extensions/{b656ef18-fd76-45e6-95cc-8043f26361e7}
 %endif
 
 %files -n mozilla-firefox-extension-beagle
@@ -394,15 +420,8 @@
 %if %{with epiphany}
 %files -n epiphany-extension-beagle
 %defattr(644,root,root,755)
-%doc epiphany-extension/README
-%attr(755,root,root) %{_libdir}/epiphany/2.20/extensions/libbeagleextension.so*
-%{_libdir}/epiphany/2.20/extensions/*.xml
-%endif
-
-%if %{with python}
-%files -n python-%{name}
-%defattr(644,root,root,755)
-%attr(755,root,root) %{py_sitedir}/*.so
+%attr(755,root,root) %{_libdir}/epiphany/2.20/extensions/beagle.py
+%{_libdir}/epiphany/2.20/extensions/*.ephy-extension
 %endif
 
 %if %{with gui}
@@ -412,21 +431,57 @@
 %attr(755,root,root) %{_bindir}/beagle-search
 %attr(755,root,root) %{_bindir}/beagle-settings
 %attr(755,root,root) %{_libdir}/%{name}/libbeagleuiglue.so*
-%{_pixmapsdir}/*.png
 %{_desktopdir}/*.desktop
 %endif
 
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/%{name}/*.a
+
 %files startup
 %defattr(644,root,root,755)
 %{_sysconfdir}/xdg/autostart/beagled-autostart.desktop
 %{_sysconfdir}/xdg/autostart/beagle-search-autostart.desktop
 
+%files webinterface
+%defattr(644,root,root,755)
+%{_datadir}/%{name}
+
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <[EMAIL PROTECTED]>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.116  2008-02-03 17:16:47  deejay1
+- version 0.3.3 merged from DEVEL
+- release 1
+
+Revision 1.115.2.5  2008-02-03 17:11:50  deejay1
+- pass proper monodocdir on x86_64 to make install
+- rel 1
+
+Revision 1.115.2.4  2008-02-03 16:56:32  deejay1
+- renumbered patches
+- updated TODO
+
+Revision 1.115.2.3  2008-02-03 16:30:13  deejay1
+- updated TODO
+- thunderbird and epiphany extensions are back
+- added webinterface package
+- epiphany patch no longer needed, at least not in that form
+- update remaining patches
+- rel 0.9
+
+Revision 1.115.2.2  2008-02-03 14:30:12  deejay1
+- updated to 0.3.3
+- restored firefox extension
+- NFY
+
+Revision 1.115.2.1  2008-01-05 15:41:31  deejay1
+- saving work
+- please fix ;)
+
 Revision 1.115  2007-11-06 20:20:13  wolvverine
 - build thunderbird plugin
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/beagle.spec?r1=1.115&r2=1.116&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to