rpms/catfish/devel catfish.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Sun Jan 14 15:00:21 UTC 2007


Author: mtasaka

Update of /cvs/extras/rpms/catfish/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24028/devel

Modified Files:
	.cvsignore sources 
Added Files:
	catfish.spec 
Log Message:
auto-import catfish-0.2b-1 on branch devel from catfish-0.2b-1.src.rpm


--- NEW FILE catfish.spec ---
Name:		catfish
Version:	0.2b
Release:	1%{?dist}
Summary:	A handy file search tool

Group:		Applications/File
License:	GPL
URL:		http://software.twotoasts.de/?page=search4files
Source0:	http://software.twotoasts.de/media/%{name}/%{name}%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:	noarch

BuildRequires:	desktop-file-utils
# python related
Requires:	pygtk2-libglade
Requires:	pyxdg
# search engine
Requires:	%{_bindir}/locate
Requires:	%{_bindir}/find
# icon
Requires:	redhat-artwork

# Upstream rename
Obsoletes:	search4files <= 0.2a
Provides:	search4files = %{version}-%{release}

%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.

%prep
%setup -q -n %{name}%{version}

%build
# some configulation change
%{__sed} -i.misc \
	-e 's|666|644|' \
	-e 's|install |%{__install} -c -p |' \
	-e 's|\([^ \t][^ \t]*\).glade|-m 644 \1.glade|' \
	-e 's|pyc|py|' \
	Makefile.in

%{__sed} -i.byte \
	-e 's|pyc|py|' \
	%{name}.in

%{__sed} -i.engine \
	-e 's|Nautilus|nautilus|' \
	%{name}.py

# This configure accepts only the option --prefix
# and does not accept --libdir= option
./configure --prefix=%{_prefix}

%install
%{__rm} -rf $RPM_BUILD_ROOT

# "make install" calls "make all", so
#  executing "make" in %%build stage makes no sense
#  at all.
# %%{__smp_mflags} does nothing for this makefile
%{__make} install DESTDIR=$RPM_BUILD_ROOT

desktop-file-install \
	--delete-original \
	--vendor fedora \
	--remove-category Application \
	--dir $RPM_BUILD_ROOT%{_datadir}/applications \
	$RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING README

%{_bindir}/%{name}
%{_datadir}/applications/fedora-%{name}.desktop
%{_datadir}/%{name}/

%changelog
* Sun Jan 14 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> 0.2b-1
- Upstream rename: search4files -> catfish
- Remove the dependencies for beagle, nautilus,
  replace with redhat-artwork

* Mon Jan  1 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> 0.2a-1
- 0.2a

* Sat Dec 23 2006 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>
- Require pyxdg again (fc7)

* Wed Dec 20 2006 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> 0.1e-1
- 0.1e

* Thu Dec 14 2006 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> 0.1d-1
- 0.1d
- Disable pyxdg support on devel for now.

* Sat Dec  8 2006 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> 0.1c-2
- Fix type typo

* Fri Dec  8 2006 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> 0.1c-1
- Initial packaging to import to Fedora Extras.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/catfish/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Jan 2007 14:59:24 -0000	1.1
+++ .cvsignore	14 Jan 2007 14:59:51 -0000	1.2
@@ -0,0 +1 @@
+catfish0.2b.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/catfish/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Jan 2007 14:59:24 -0000	1.1
+++ sources	14 Jan 2007 14:59:51 -0000	1.2
@@ -0,0 +1 @@
+be15b58868d227b16e81c5046e6bfdcb  catfish0.2b.tar.gz




More information about the fedora-extras-commits mailing list