]> git.pld-linux.org Git - packages/beagle.git/commitdiff
- Added subpackage mozilla-firefox-extension-beagle
authorqrczak <qrczak@pld-linux.org>
Mon, 5 Feb 2007 17:06:58 +0000 (17:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Fixed paths in cron.daily/beagle-crawl-system
- Release 2

Changed files:
    beagle.spec -> 1.103

beagle.spec

index d0277c54925d149d22c32642768e82329bcf8acc..6afc43be89dc677a6049b697f1174523c08990c8 100644 (file)
@@ -24,7 +24,7 @@ Summary:      Beagle - An indexing subsystem
 Summary(pl):   Beagle - podsystem indeksuj±cy
 Name:          beagle
 Version:       0.2.15.1
-Release:       1
+Release:       2
 License:       Various
 Group:         Libraries
 Source0:       http://ftp.gnome.org/pub/gnome/sources/beagle/0.2/%{name}-%{version}.tar.bz2
@@ -179,6 +179,21 @@ Beagle Mozilla Thunderbird backend.
 %description thunderbird -l pl
 Backend Beagle dla Mozilli Thunderbird.
 
+%package -n mozilla-firefox-extension-beagle
+Summary:       Mozilla Firefox extension - beagle
+Summary(pl):   Rozszerzenie dla Mozilla Firefox - beagle
+Group:         X11/Applications/Networking
+Requires:      %{name} = %{version}-%{release}
+Requires:      mozilla-firefox
+
+%description -n mozilla-firefox-extension-beagle
+Mozilla Firefox extension that allows Beagle to index every page the
+user views.
+
+%description -n mozilla-firefox-extension-beagle -l pl
+Rozszerzenie dla Mozilla Firefox sprawiaj±ce, ¿e Beagle indeksuje
+ka¿d± odwiedzan± stronê.
+
 %package -n epiphany-extension-beagle
 Summary:       Epiphany extension - beagle
 Summary(pl):   Rozszerzenie dla Epiphany - beagle
@@ -266,6 +281,11 @@ install -d $RPM_BUILD_ROOT%{_var}/cache/beagle/indexes
        DESTDIR=$RPM_BUILD_ROOT \
        pythondir=%{py_sitedir}
 
+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.16/extensions/*.{la,a} \
        $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
@@ -362,6 +382,10 @@ fi
 %{_libdir}/%{name}/Backends/Thunderbird*.dll
 %endif
 
+%files -n mozilla-firefox-extension-beagle
+%defattr(644,root,root,755)
+%{_datadir}/mozilla-firefox/extensions/{fda00e13-8c62-4f63-9d19-d168115b11ca}
+
 %if %{with epiphany}
 %files -n epiphany-extension-beagle
 %defattr(644,root,root,755)
This page took 0.073129 seconds and 4 git commands to generate.