bbed04b
%define BothRequires() \
bbed04b
Requires:       %1 \
bbed04b
BuildRequires:  %1 \
bbed04b
%{nil}
bbed04b
bd8473b
%global		native_wayland	0
9cba93d
%if 0%{?fedora} >= 35
bd8473b
%global		native_wayland	1
bd8473b
%endif
bd8473b
9867bd1
%global		majorver	4.16
0618906
%define		mainver		4.16.4
eb5aaa2
%undefine		betaver		
41e1b37
0618906
%define		fedoraver	1
9fc1cbe
7a8eb28
Name:		catfish
41e1b37
Version:	%{mainver}
0618906
Release:	%{?betaver:0.}%{fedoraver}%{?betaver:.%betaver}%{?dist}
7a8eb28
Summary:	A handy file search tool
7a8eb28
f0023ef
License:	GPLv2+
30dbd7b
URL:		https://docs.xfce.org/apps/catfish/start
804289a
Source0:	https://archive.xfce.org/src/apps/catfish/%{majorver}/catfish-%{version}%{?betaver}.tar.bz2
7a8eb28
BuildArch:	noarch
7a8eb28
7a8eb28
BuildRequires:	desktop-file-utils
64f7a8f
BuildRequires:	gettext
699ab68
BuildRequires:	intltool
bbed04b
9fc1cbe
BuildRequires:	python3-devel
9fc1cbe
BuildRequires:	python3-distutils-extra
9fc1cbe
BuildRequires:	python3-setuptools
9fc1cbe
BuildRequires:	%{_bindir}/appstream-util
9fc1cbe
445d94c
# python module
9fc1cbe
%BothRequires	python3-gobject
9fc1cbe
%BothRequires	python3-pexpect
804289a
%BothRequires	python3-dbus
9fc1cbe
445d94c
# gir repository
445d94c
Requires:	gdk-pixbuf2
445d94c
Requires:	glib2
445d94c
Requires:	gobject-introspection
445d94c
Requires:	gtk3 >= 3.10.0
445d94c
Requires:	pango
804289a
Requires:	xfconf
445d94c
# optional zeitgeist dependency not listed
445d94c
# /usr/share/mime/globs2
445d94c
Requires:	shared-mime-info
445d94c
# opening file uses this
445d94c
Requires:	%{_bindir}/xdg-open
9fc1cbe
# search engine
9fc1cbe
Requires:	%{_bindir}/locate
9fc1cbe
# icon
9fc1cbe
# Requires:	redhat-artwork
9fc1cbe
0a026f6
%description
0a026f6
Catfish is a handy file searching tool. The interface is
0a026f6
intentionally lightweight and simple, using only GTK+3.
0a026f6
You can configure it to your needs by using several command line
0a026f6
options.
9fc1cbe
7a8eb28
7a8eb28
%prep
5ffcae1
# Because %%build is not allowed to write files under %%buildroot,
5ffcae1
# and calling setup.py --installed with target root under unpackaged directory
5ffcae1
# causes some trouble, here once create temporaily directory
5ffcae1
# and unpack source after that
5ffcae1
5ffcae1
%setup -q -T -c -a 0 %{name}-%{mainver}%{?betaver}
5ffcae1
pushd %{name}-%{mainver}*
bbed04b
37a6e31
# Fix up permissions...
4a3d554
find . -type f -print0 | xargs --null chmod 0644
bbed04b
chmod 0755 bin/%{name}
7a8eb28
5ffcae1
popd
9fc1cbe
7a8eb28
%build
5ffcae1
TOPDIR=$(pwd)
5ffcae1
5ffcae1
pushd %{name}-%{mainver}*
5ffcae1
9fc1cbe
# Remove unneeded shebang
9fc1cbe
grep -rl "/usr/bin/env" . | \
9fc1cbe
	xargs sed -i -e "\@/usr/bin/env[ ][ ]*python@d"
9fc1cbe
0a026f6
5ffcae1
#%%py3_build
5ffcae1
# separation of build / install --skip-build not supported
5ffcae1
# (separation causes some error for creating additional files
5ffcae1
#  such as desktop file, also installation directory gets wrong)
5ffcae1
5ffcae1
mkdir -p ./_TMPINSTDIR/python3
5ffcae1
%__python3 setup.py \
5ffcae1
	install \
5ffcae1
	--root ${TOPDIR}/_TMPINSTDIR/python3
0a026f6
5ffcae1
popd
9fc1cbe
9fc1cbe
%install
5ffcae1
cp -a %{name}-%{mainver}*/[A-Z]* .
9fc1cbe
5ffcae1
#%%py3_install
5ffcae1
cp -a _TMPINSTDIR/python3/* %{buildroot}
9fc1cbe
cf077ed
# Explicitly set GDK_BACKEND
bd8473b
%if ! 0%{?native_wayland}
55966c9
# Release notes says 1.4.12 has wayland support
b42b801
# But 4.16.0 gets wayland error again:
b42b801
# https://bugzilla.redhat.com/show_bug.cgi?id=1920378
b42b801
# https://gitlab.xfce.org/apps/catfish/-/issues/42
55966c9
cf077ed
mkdir %{buildroot}%{_libexecdir}
cf077ed
mv %{buildroot}%{_bindir}/catfish %{buildroot}%{_libexecdir}/
cf077ed
cat > %{buildroot}%{_bindir}/catfish <
cf077ed
#!/usr/bin/bash
cf077ed
cf077ed
export GDK_BACKEND=x11
cf077ed
exec %{_libexecdir}/catfish \$@
cf077ed
EOF
cf077ed
chmod 0755 %{buildroot}%{_bindir}/catfish
cf077ed
55966c9
%endif
55966c9
0a026f6
# for backwards compatibility:
5ffcae1
ln -s catfish %{buildroot}%{_bindir}/catfish-py3
5ffcae1
cf077ed
5ffcae1
pushd %{name}-%{mainver}*
7a8eb28
acfd566
# Install man page manually
0a026f6
%{__mkdir_p} %{buildroot}%{_mandir}/man1
0a026f6
%{__install} -cpm 0644 ./%{name}.1 %{buildroot}%{_mandir}/man1/
bbed04b
5ffcae1
popd
5ffcae1
41e1b37
# Remove all unnecessary documentation
0a026f6
%{__rm} -rf %{buildroot}%{_datadir}/doc/
41e1b37
30dbd7b
# Rename desktop files for now
30dbd7b
pushd %{buildroot}%{_datadir}/applications/
30dbd7b
mv *desktop %{name}.desktop
30dbd7b
popd
30dbd7b
64f7a8f
%{find_lang} %{name}
64f7a8f
0a026f6
0a026f6
%check
0a026f6
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
0a026f6
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.appdata.xml
0a026f6
0a026f6
0a026f6
%files -f %{name}.lang
bbed04b
%doc AUTHORS
804289a
%doc NEWS
804289a
%doc README.md
bbed04b
%license COPYING
7ae2507
%{_bindir}/%{name}
0a026f6
%{_bindir}/%{name}-py3
55966c9
bd8473b
%if ! 0%{?native_wayland}
cf077ed
%{_libexecdir}/%{name}
55966c9
%endif
55966c9
7ae2507
%{_mandir}/man1/%{name}.1*
0a026f6
%{_datadir}/%{name}/
804289a
%{_datadir}/icons/hicolor/*/apps/org.xfce.%{name}.*
9fc1cbe
%{_datadir}/applications/%{name}.desktop
0a026f6
%{_metainfodir}/%{name}.appdata.xml
9fc1cbe
%{python3_sitelib}/%{name}/
9fc1cbe
%{python3_sitelib}/%{name}_lib/
9fc1cbe
%{python3_sitelib}/%{name}-%{version}-py3*.egg-info
0a026f6
7a8eb28
7a8eb28
%changelog
0618906
* Fri Jul 29 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4.16.4-1
0618906
- 4.16.4
0618906
0de234d
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.16.3-2.3
0de234d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
0de234d
ebb6b17
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 4.16.3-2.2
ebb6b17
- Rebuilt for Python 3.11
ebb6b17
1c2209a
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.16.3-2.1
1c2209a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
1c2209a
6d5c338
* Sun Oct  3 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4.16.3-2
6d5c338
- get_exo_preferred_file_manager: check if the requested key exists before actually use it
6d5c338
  (bug 2009994)
6d5c338
445d94c
* Thu Sep 30 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4.16.3-1
445d94c
- 4.16.3
445d94c
- List gir repository dependency explicitly
445d94c
71ab2f6
* Wed Aug  4 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4.16.2-1
71ab2f6
- 4.16.2
71ab2f6
9cba93d
* Tue Jul 27 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4.16.1-1
9cba93d
- 4.16.1
9cba93d
- Build with native wayland support on F-35+
9cba93d
9b61f33
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.16.0-2.2
9b61f33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
9b61f33
93bb9e8
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 4.16.0-2.1
93bb9e8
- Rebuilt for Python 3.10
93bb9e8
b42b801
* Sun Jan 31 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4.16.0-2
b42b801
- Add GDK_BACKEND=x11 wrapper again (bug 1920378, upstream bug 42)
b42b801
5822781
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.16.0-1.1
5822781
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
5822781
9867bd1
* Sun Jan 10 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4.16.0-1
9867bd1
- 4.16.0
9867bd1
804289a
* Tue Oct 27 2020 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4.15.0-1
804289a
- 4.15.0 (versioning scheme changed)
804289a
ed9e706
* Thu Oct  1 2020 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.4.13-2
ed9e706
- Fix crash when some extensional scheme (supported by Thunar, PcmanFM,
ed9e706
  for example) is used (bug 1883688)
ed9e706
ed9e706
* Wed Sep 30 2020 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.4.13-1
55966c9
- 1.4.13
55966c9
- Remove x11 backend wrapper, 1.4.12 says wayland is supported
55966c9
- Patch to support python 3.9
55966c9
c45bfe6
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.11-1.3
c45bfe6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
c45bfe6
641bdf5
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.4.11-1.2
641bdf5
- Rebuilt for Python 3.9
641bdf5
916fb00
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.11-1.1
916fb00
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
916fb00
782157f
* Tue Dec 31 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.4.11-1
782157f
- 1.4.11
782157f
3113e2e
* Tue Sep 17 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.4.10-1
3113e2e
- 1.4.10
3113e2e
cf077ed
* Fri Sep 13 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.4.8-2
cf077ed
- set GDK_BACKEND as x11 explicitly (ref: bug 1702891)
cf077ed
0fde05d
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.4.8-1.1
0fde05d
- Rebuilt for Python 3.8
0fde05d
7c27dc8
* Sun Aug 11 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.4.8-1
7c27dc8
- 1.4.8
7c27dc8
2d6707e
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.7-1.1
2d6707e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
2d6707e
30dbd7b
* Fri Apr  5 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.4.7-1
30dbd7b
- 1.4.7
30dbd7b
caffe12
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.5-4.1
caffe12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
caffe12
5ffcae1
* Fri Jan 18 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.4.5-4
5ffcae1
- Some packaging fixes
5ffcae1
0a026f6
* Mon Jul 16 2018 Miro Hrončok <mhroncok@redhat.com> - 1.4.5-4
0a026f6
- Only have one Python version (only the Python 3 implementation is provided)
c470bd5
8600b4d
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.5-1.2
8600b4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
8600b4d
8564c94
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.4.5-1.1
8564c94
- Rebuilt for Python 3.7
8564c94
1543cb3
* Mon May  7 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.4.5-1
1543cb3
- 1.4.5
1543cb3
d62fc4a
* Fri Feb 16 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.4.4-2
d62fc4a
- spec file craft: move %%description out of %_fedora scope
d62fc4a
750da8a
* Fri Feb 16 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.4.4-1
750da8a
- 1.4.4
750da8a
1ffc7e5
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-3.2
1ffc7e5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1ffc7e5
de48d2d
* Sun Jan 07 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.4.2-3.1
de48d2d
- Remove obsolete scriptlets
de48d2d
75b808b
* Sat Nov 18 2017 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.4.2-3
75b808b
- Fix up python2 namespace script bug manually
75b808b
af3d11d
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-2.3
af3d11d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
af3d11d
8ec8907
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-2.2
8ec8907
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8ec8907
6258b68
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.4.2-2.1
6258b68
- Rebuild for Python 3.6
6258b68
9fc1cbe
* Wed Aug 17 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.4.2-2
9fc1cbe
- Support python3 for F-25+ (only)
9fc1cbe
15374e6
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-1.1
15374e6
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
15374e6
3d6cda0
* Mon Apr  4 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.4.2-1
3d6cda0
- 1.4.2
3d6cda0
31e1cbb
* Sun Mar  6 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.4.1-1
31e1cbb
- 1.4.1
31e1cbb
3fb7b53
* Mon Feb 15 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.4-2
3fb7b53
- Bump release
3fb7b53
bbed04b
* Sun Feb 14 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.4-1
bbed04b
- 1.3.4
bbed04b
176fcc7
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-1.1
176fcc7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
176fcc7
f3fa371
* Wed Oct 14 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.3-1
f3fa371
- 1.3.3
f3fa371
6422061
* Thu Oct  1 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.2-2
6422061
- Fix traceback on en_US locale with non-sudoer user
6422061
  (bug 1266785)
6422061
714419b
* Thu Sep 24 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.2-1
714419b
- 1.3.2
714419b
8751d33
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-1.1
8751d33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8751d33
e1fea96
* Wed Oct  1 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.2-1
e1fea96
- 1.2.2
e1fea96
c0f4325
* Mon Sep  8 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.1-1
c0f4325
- 1.2.1
c0f4325
a1132fe
* Wed Aug 13 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.0.3-1
a1132fe
- 1.0.3
a1132fe
36fb301
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-1.1
36fb301
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
36fb301
a8ae6f9
* Fri Mar 14 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.0.2-1
a8ae6f9
- 1.0.2
a8ae6f9
670f2de
* Sun Mar 02 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.0.1-1
670f2de
- 1.0.1
670f2de
- Fix insecure loading of script at startup (CVE-2014-2093 through 
670f2de
  CVE-2014-2096, bug 1069398)
670f2de
acfd566
* Sat Feb 15 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.0.0-1
acfd566
- 1.0.0
acfd566
8b09d4c
* Thu Oct  3 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.8.2-1
8b09d4c
- 0.8.2
8b09d4c
4a3d554
* Fri Aug 16 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.6.4-1
4a3d554
- 0.6.4
4a3d554
df4426c
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0.2-3.1
df4426c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
df4426c
TASAKA Mamoru f4d19d9
* Mon Jul  1 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.4.0.2-3
TASAKA Mamoru f4d19d9
- Fix GError module error on launch (bug 964356)
TASAKA Mamoru f4d19d9
- Fix infinite loop when searching words with asterisk (bug 964356)
TASAKA Mamoru f4d19d9
c3e9aeb
* Sat Feb 23 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 0.4.0.2-2.1
c3e9aeb
- Update stock_info patch so that build completes
c3e9aeb
122e77c
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0.2-2.1
122e77c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
122e77c
Mamoru Tasaka 0be4d47
* Sat Feb  9 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.4.0.2-2
Mamoru Tasaka 0be4d47
- F-19: kill vendorization of desktop file (fpc#247)
Mamoru Tasaka 0be4d47
49869ef
* Fri Oct 05 2012 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.0.2-1
49869ef
- Update to 0.4.02 (GTK3 port)
49869ef
- Require pygobject3 instead of pygtk2-libglade
49869ef
3dd25fe
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2-5.1
3dd25fe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
3dd25fe
TASAKA Mamoru 409e612
* Wed Apr  4 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 0.3.2-5
TASAKA Mamoru 409e612
- Remove pinot dependency, seems no longer available
TASAKA Mamoru 409e612
5772287
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2-4.1
5772287
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
5772287
TASAKA Mamoru 2d109de
* Wed Dec 14 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 0.3.2-4
TASAKA Mamoru 2d109de
- Don't use missing gtk.STOCK_INFO (bug 753512)
TASAKA Mamoru 2d109de
6c5f940
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2-3.2
6c5f940
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
6c5f940
10bf8f9
* Fri Jul 23 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
10bf8f9
- F-14: rebuild against python 2.7
10bf8f9
a3456c4
* Sat Jul 25 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.3.2-3
a3456c4
- F-12: Mass rebuild
a3456c4
ad625a3
* Tue Feb 24 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.3.2-2
ad625a3
- GTK icon cache updating script update
ad625a3
ad625a3
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com>
6e65695
- Rebuild for Python 2.6
6e65695
37a6e31
* Tue Oct 28 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> 0.3.2-1
37a6e31
- 0.3.2
37a6e31
eb5aaa2
* Thu Oct 18 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> 0.3-1
eb5aaa2
- 0.3
eb5aaa2
3168006
* Fri Oct  5 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> 0.3-0.3.c
3168006
- Remove beagle dependency for now because beagle is not
3168006
  available on ppc64 (although catfish itself is noarch :( )
3168006
d8129f0
* Wed Oct  3 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> 0.3-0.2.c
f0023ef
- License update
d8129f0
- Create sub-metapackage to install all supported search engines
a6b0c5c
- Remove redhat-artwork dependency
d8129f0
d8129f0
* Fri Aug  3 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> 0.3-0.1.c
d8129f0
- 0.3c
f0023ef
478d91f
* Tue May 15 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> 0.3-0.1.b
478d91f
- 0.3b
478d91f
41e1b37
* Wed Apr  4 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> 0.3-0.1.a
41e1b37
- 0.3a
41e1b37
8621532
* Wed Feb 28 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> 0.2.2-1
8621532
- 0.2.2
8621532
cfb92cd
* Sun Feb 18 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> 0.2.1-1
cfb92cd
- 0.2.1
cfb92cd
fd4c30b
* Wed Feb 14 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> 0.2stable-1
fd4c30b
- 0.2
fd4c30b
39bcc03
* Wed Jan 30 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> 0.2d-1
39bcc03
- 0.2d
39bcc03
64f7a8f
* Mon Jan 22 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> 0.2c-1
64f7a8f
- 0.2c
64f7a8f
7a8eb28
* Sun Jan 14 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> 0.2b-1
7a8eb28
- Upstream rename: search4files -> catfish
7a8eb28
- Remove the dependencies for beagle, nautilus,
7a8eb28
  replace with redhat-artwork
7a8eb28
7a8eb28
* Mon Jan  1 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> 0.2a-1
7a8eb28
- 0.2a
7a8eb28
7a8eb28
* Sat Dec 23 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
7a8eb28
- Require pyxdg again (fc7)
7a8eb28
7a8eb28
* Wed Dec 20 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> 0.1e-1
7a8eb28
- 0.1e
7a8eb28
7a8eb28
* Thu Dec 14 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> 0.1d-1
7a8eb28
- 0.1d
7a8eb28
- Disable pyxdg support on devel for now.
7a8eb28
7a8eb28
* Sat Dec  8 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> 0.1c-2
7a8eb28
- Fix type typo
7a8eb28
7a8eb28
* Fri Dec  8 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> 0.1c-1
7a8eb28
- Initial packaging to import to Fedora Extras.