From 41e1b3788a09e4a7da415237c5432de3a8220e6c Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Apr 04 2007 14:48:19 +0000 Subject: - 0.3a --- diff --git a/.cvsignore b/.cvsignore index d6d3525..f685373 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -catfish-0.2.2.tar.gz +catfish-0.3a.tar.gz diff --git a/catfish.spec b/catfish.spec index debeb15..bd1f153 100644 --- a/catfish.spec +++ b/catfish.spec @@ -1,12 +1,18 @@ +%define mainver 0.3 +%define betaver a + +%define fedoraver 1 + + Name: catfish -Version: 0.2.2 -Release: 1%{?dist} +Version: %{mainver} +Release: %{?betaver:0.}%{fedoraver}%{?betaver:.%betaver}%{?dist} Summary: A handy file search tool Group: Applications/File License: GPL URL: http://software.twotoasts.de/?page=%{name} -Source0: http://software.twotoasts.de/media/%{name}/%{name}-%{version}.tar.gz +Source0: http://software.twotoasts.de/media/%{name}/%{name}-%{mainver}%{?betaver}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -15,6 +21,7 @@ BuildRequires: gettext # python related Requires: pygtk2-libglade Requires: pyxdg +Requires: dbus-python # search engine Requires: %{_bindir}/locate Requires: %{_bindir}/find @@ -34,7 +41,7 @@ The interface is intentionally lightweight and simple. But it takes configuration options from the command line. %prep -%setup -q +%setup -q -n %{name}-%{mainver}%{?betaver} %build # Some configulation changes @@ -74,6 +81,9 @@ desktop-file-install \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop +# Remove all unnecessary documentation +%{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/doc/ + # and.. manually link.. %{__ln_s} -f ../pixmaps/%{name}.svg \ $RPM_BUILD_ROOT%{_datadir}/%{name}/ @@ -87,7 +97,7 @@ desktop-file-install \ %files -f %{name}.lang %defattr(-,root,root,-) -%doc ChangeLog COPYING README +%doc AUTHORS ChangeLog COPYING README %{_bindir}/%{name} %{_datadir}/applications/fedora-%{name}.desktop @@ -95,6 +105,9 @@ desktop-file-install \ %{_datadir}/pixmaps/%{name}.svg %changelog +* Wed Apr 4 2007 Mamoru Tasaka 0.3-0.1.a +- 0.3a + * Wed Feb 28 2007 Mamoru Tasaka 0.2.2-1 - 0.2.2 diff --git a/sources b/sources index 40aa66c..7590651 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3d3f9d920aa1f391401da052786c58d9 catfish-0.2.2.tar.gz +070736e01561d8f0f4155db118bf3d36 catfish-0.3a.tar.gz