[catfish] 1.0.0

Mamoru TASAKA mtasaka at fedoraproject.org
Fri Feb 14 17:02:57 UTC 2014


commit acfd5660d8c663019fcbf7325507c5cb567a9f64
Author: Mamoru TASAKA <mtasaka at fedoraproject.org>
Date:   Sat Feb 15 02:03:35 2014 +0900

    1.0.0

 .gitignore   |    1 +
 catfish.spec |   23 +++++++++++++++--------
 sources      |    2 +-
 3 files changed, 17 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 780ee5f..55aa8fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ catfish-0.3.2.tar.gz
 /catfish-0.4.0.2.tar.bz2
 /catfish-0.6.4.tar.bz2
 /catfish-0.8.2.tar.bz2
+/catfish-1.0.0.tar.bz2
diff --git a/catfish.spec b/catfish.spec
index 22cd787..0f5ac6d 100644
--- a/catfish.spec
+++ b/catfish.spec
@@ -1,5 +1,5 @@
-%global		majorver	0.8
-%define		mainver		0.8.2
+%global		majorver	1.0
+%define		mainver		1.0.0
 %undefine		betaver		
 
 %define		fedoraver	1
@@ -21,6 +21,7 @@ BuildRequires:	gettext
 BuildRequires:	intltool
 # python related
 Requires:	pygobject3
+Requires:	python-pexpect
 Requires:	xdg-utils
 # search engine
 Requires:	%{_bindir}/locate
@@ -34,12 +35,10 @@ Provides:	search4files = %{version}-%{release}
 Obsoletes:	catfish-engines <= 0.6
 
 %description
-A handy file search tool using different backends which is 
-configurable via the command line.
-
-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.
+Catfish is a handy file searching tool. The interface is 
+intentionally lightweight and simple, using only GTK+3.
+You can configure it to your needs by using several command line
+options.
 
 %prep
 %setup -q -n %{name}-%{mainver}%{?betaver}
@@ -82,6 +81,10 @@ desktop-file-install \
 	--dir $RPM_BUILD_ROOT%{_datadir}/applications \
 	$RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
 
+# Install man page manually
+%{__mkdir_p} $RPM_BUILD_ROOT%{_mandir}/man1
+%{__install} -cpm 0644 ./%{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/
+
 # Remove all unnecessary documentation
 %{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/doc/
 
@@ -104,11 +107,15 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %doc AUTHORS ChangeLog COPYING README TODO
 
 %{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1*
 %{_datadir}/applications/*%{name}.desktop
 %{_datadir}/%{name}/
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
 
 %changelog
+* Sat Feb 15 2014 Mamoru TASAKA <mtasaka at fedoraproject.org> - 1.0.0-1
+- 1.0.0
+
 * Thu Oct  3 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 0.8.2-1
 - 0.8.2
 
diff --git a/sources b/sources
index 6349e5f..758789d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-813666069e7b51d27722fcc6c5f36bf9  catfish-0.8.2.tar.bz2
+04459d78563f0e33f6f86114dbbd9fbd  catfish-1.0.0.tar.bz2


More information about the scm-commits mailing list