rpms/catfish/FC-5 .cvsignore, 1.7, 1.8 catfish.spec, 1.7, 1.8 sources, 1.7, 1.8

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Wed Apr 4 14:48:45 UTC 2007


Author: mtasaka

Update of /cvs/extras/rpms/catfish/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv301/FC-5

Modified Files:
	.cvsignore catfish.spec sources 
Log Message:
* Wed Apr  4 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> 0.3-0.1.a
- 0.3a



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/catfish/FC-5/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	28 Feb 2007 16:57:05 -0000	1.7
+++ .cvsignore	4 Apr 2007 14:48:12 -0000	1.8
@@ -1 +1 @@
-catfish-0.2.2.tar.gz
+catfish-0.3a.tar.gz


Index: catfish.spec
===================================================================
RCS file: /cvs/extras/rpms/catfish/FC-5/catfish.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- catfish.spec	28 Feb 2007 16:57:05 -0000	1.7
+++ catfish.spec	4 Apr 2007 14:48:12 -0000	1.8
@@ -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 @@
 # python related
 Requires:	pygtk2-libglade
 Requires:	pyxdg
+Requires:	dbus-python
 # search engine
 Requires:	%{_bindir}/locate
 Requires:	%{_bindir}/find
@@ -34,7 +41,7 @@
 configuration options from the command line.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{mainver}%{?betaver}
 
 %build
 # Some configulation changes
@@ -74,6 +81,9 @@
 	--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 @@
 
 %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 @@
 %{_datadir}/pixmaps/%{name}.svg
 
 %changelog
+* Wed Apr  4 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> 0.3-0.1.a
+- 0.3a
+
 * Wed Feb 28 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> 0.2.2-1
 - 0.2.2
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/catfish/FC-5/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	28 Feb 2007 16:57:05 -0000	1.7
+++ sources	4 Apr 2007 14:48:12 -0000	1.8
@@ -1 +1 @@
-3d3f9d920aa1f391401da052786c58d9  catfish-0.2.2.tar.gz
+070736e01561d8f0f4155db118bf3d36  catfish-0.3a.tar.gz




More information about the fedora-extras-commits mailing list