diff --git a/.cvsignore b/.cvsignore index 7c93c75..ec8569a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -catfish-0.3b.tar.gz +catfish-0.3c.tar.gz diff --git a/catfish.spec b/catfish.spec index 316a510..70eb39c 100644 --- a/catfish.spec +++ b/catfish.spec @@ -1,7 +1,7 @@ %define mainver 0.3 -%define betaver b +%define betaver c -%define fedoraver 1 +%define fedoraver 2 Name: catfish @@ -10,7 +10,7 @@ Release: %{?betaver:0.}%{fedoraver}%{?betaver:.%betaver}%{?dist} Summary: A handy file search tool Group: Applications/File -License: GPL +License: GPLv2+ URL: http://software.twotoasts.de/?page=%{name} Source0: http://software.twotoasts.de/media/%{name}/%{name}-%{mainver}%{?betaver}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -26,7 +26,7 @@ Requires: dbus-python Requires: %{_bindir}/locate Requires: %{_bindir}/find # icon -Requires: redhat-artwork +# Requires: redhat-artwork # Upstream rename Obsoletes: search4files <= 0.2a @@ -40,6 +40,21 @@ This program acts as a frontend for different file search engines. The interface is intentionally lightweight and simple. But it takes configuration options from the command line. +%package engines +Summary: Metapackage to install all supported engines +Group: Applications/File +License: GPLv2+ + +Requires: %{name} = %{version}-%{release} +Requires: beagle +Requires: doodle +Requires: pinot +Requires: strigi +Requires: tracker + +%description engines +This is a metapackage to install all engines supported by %{name}. + %prep %setup -q -n %{name}-%{mainver}%{?betaver} @@ -77,7 +92,6 @@ configuration options from the command line. desktop-file-install \ --delete-original \ --vendor fedora \ - --remove-category Application \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop @@ -104,7 +118,18 @@ desktop-file-install \ %{_datadir}/%{name}/ %{_datadir}/pixmaps/%{name}.svg +%files engines +%defattr(-,root,root,-) + %changelog +* Wed Oct 3 2007 Mamoru Tasaka 0.3-0.2.c +- License update +- Create sub-metapackage to install all supported search engines +- Remove redhat-artwork dependencys + +* Fri Aug 3 2007 Mamoru Tasaka 0.3-0.1.c +- 0.3c + * Tue May 15 2007 Mamoru Tasaka 0.3-0.1.b - 0.3b diff --git a/sources b/sources index 21bc5fe..7ec675a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5530eff80647a98aed61a02ca6f68ccf catfish-0.3b.tar.gz +817d56316659ac914f0bd674a8e15950 catfish-0.3c.tar.gz