bbed04b
%define BothRequires() \
bbed04b
Requires:       %1 \
bbed04b
BuildRequires:  %1 \
bbed04b
%{nil}
bbed04b
31e1cbb
%global		majorver	1.4
1543cb3
%define		mainver		1.4.5
eb5aaa2
%undefine		betaver		
41e1b37
7ae2507
%define		fedoraver	3
7ae2507
7ae2507
%global	description_common \
7ae2507
Catfish is a handy file searching tool. The interface is \
7ae2507
intentionally lightweight and simple, using only GTK+3.\
7ae2507
You can configure it to your needs by using several command line\
7ae2507
options.\
7ae2507
%{nil}
7ae2507
7ae2507
%global	support_python3		1
9fc1cbe
7a8eb28
Name:		catfish
41e1b37
Version:	%{mainver}
c470bd5
Release:	%{?betaver:0.}%{fedoraver}%{?betaver:.%betaver}%{?dist}
7a8eb28
Summary:	A handy file search tool
7a8eb28
f0023ef
License:	GPLv2+
49869ef
URL:		https://launchpad.net/catfish-search
750da8a
Source0:	https://launchpad.net/catfish-search/%{majorver}/%{mainver}/+download/%{name}-%{mainver}%{?betaver}.tar.gz
7a8eb28
BuildArch:	noarch
7a8eb28
7a8eb28
BuildRequires:	desktop-file-utils
64f7a8f
BuildRequires:	gettext
699ab68
BuildRequires:	intltool
bbed04b
7ae2507
%if 0%{?fedora} >= 28
7ae2507
%package -n python2-%{name}
7ae2507
Summary:        A handy file search tool using python 2
7ae2507
%endif
7ae2507
7ae2507
BuildRequires:	python2-devel
7ae2507
BuildRequires:	python2-distutils-extra
7ae2507
BuildRequires:	python2-setuptools
7ae2507
BuildRequires:	%{_bindir}/appstream-util
7ae2507
7ae2507
%BothRequires	pygobject3
7ae2507
%BothRequires	python-pexpect
7ae2507
7ae2507
Requires:	%{name}-common = %{version}-%{release}
7ae2507
Requires:	xdg-utils
7ae2507
# search engine
7ae2507
Requires:	%{_bindir}/locate
7ae2507
# icon
7ae2507
# Requires:	redhat-artwork
7ae2507
7ae2507
# Upstream rename
7ae2507
Obsoletes:	search4files <= 0.2a
7ae2507
Provides:	search4files = %{version}-%{release}
7ae2507
# Obsolete old search engine subpackage
7ae2507
Obsoletes:	catfish-engines <= 0.6
7ae2507
7ae2507
%if 0%{?fedora} >= 28
7ae2507
%{?python_provide:%python_provide python2-%{name}}
7ae2507
Obsoletes:	%{name} < %{version}-%{release}
7ae2507
Provides:		%{name} = %{version}-%{release}
7ae2507
7ae2507
%description -n python2-%{name}
7ae2507
%description_common
7ae2507
7ae2507
This package uses python 2 for runtime executable.
7ae2507
%endif
7ae2507
7ae2507
%description
7ae2507
%description_common
7ae2507
7ae2507
%if %support_python3
7ae2507
%package	python3
7ae2507
Summary:	A handy file search tool using python3
7ae2507
9fc1cbe
BuildRequires:	python3-devel
9fc1cbe
BuildRequires:	python3-distutils-extra
9fc1cbe
BuildRequires:	python3-setuptools
9fc1cbe
BuildRequires:	%{_bindir}/appstream-util
9fc1cbe
9fc1cbe
%BothRequires	python3-gobject
9fc1cbe
%BothRequires	python3-pexpect
9fc1cbe
7ae2507
Requires:	%{name}-common = %{version}-%{release}
9fc1cbe
Requires:	xdg-utils
9fc1cbe
# search engine
9fc1cbe
Requires:	%{_bindir}/locate
9fc1cbe
# icon
9fc1cbe
# Requires:	redhat-artwork
9fc1cbe
7ae2507
%{?python_provide:%python_provide python3-%{name}}
7ae2507
7ae2507
%description	python3
7ae2507
%description_common
7ae2507
7ae2507
This package uses python 3 for runtime executable.
7ae2507
%endif
7ae2507
7ae2507
%package	common
7ae2507
Group:	Applications/File
7ae2507
Summary:	Common files for catfish
7ae2507
7ae2507
%description	common
7ae2507
This package contains common files for catfish rpm.
9fc1cbe
7a8eb28
7a8eb28
%prep
7ae2507
%setup -q -T -c -a 0 %{name}-%{mainver}%{?betaver}
7ae2507
pushd %{name}-%{mainver}*
bbed04b
37a6e31
# Fix up permissions...
4a3d554
find . -type f -print0 | xargs --null chmod 0644
bbed04b
chmod 0755 bin/%{name}
7a8eb28
750da8a
# 1.4.4: timestamp is actually wrong...
750da8a
sed -i data/metainfo/catfish.appdata.xml.in \
750da8a
	-e '\@version=.*1\.2\.0@s|2018-08-16|2014-08-16|'
750da8a
7ae2507
popd
9fc1cbe
7a8eb28
%build
9fc1cbe
# Remove unneeded shebang
9fc1cbe
grep -rl "/usr/bin/env" . | \
9fc1cbe
	xargs sed -i -e "\@/usr/bin/env[ ][ ]*python@d"
9fc1cbe
7ae2507
TOPDIR=$(pwd)
7ae2507
rm -rf ./_TMPINSTDIR
7ae2507
mkdir -p ./_TMPINSTDIR/python2
7ae2507
mkdir -p ./_TMPINSTDIR/python3
7ae2507
7ae2507
pushd %{name}-%{mainver}*
7ae2507
7ae2507
%__python2 setup.py \
7ae2507
	install \
7ae2507
	--root ${TOPDIR}/_TMPINSTDIR/python2
7ae2507
%if %support_python3
7ae2507
%__python3 setup.py \
7ae2507
	install \
7ae2507
	--root ${TOPDIR}/_TMPINSTDIR/python3
7ae2507
%endif
7ae2507
7ae2507
popd
7ae2507
7ae2507
%if %support_python3
7ae2507
mv _TMPINSTDIR/python3/%{_bindir}/catfish{,-py3}
7ae2507
%endif
7ae2507
7ae2507
pushd _TMPINSTDIR
7ae2507
7ae2507
# Sanity check for file differenct
7ae2507
%if %support_python3
7ae2507
( cd python2 ; find . -type f ) | while read f
7ae2507
do
7ae2507
	test -f python3/$f || continue
7ae2507
	cmp -s python2/$f python3/$f
7ae2507
done
7ae2507
7ae2507
bash -c \
7ae2507
	"diff -u python2/%{_bindir}/catfish <(cat python3/%{_bindir}/catfish-py3 | sed -e 's|python3|python2|')"
7ae2507
%endif
7ae2507
7ae2507
ln -sf catfish ./python2/%{_bindir}/catfish-py2
7ae2507
7ae2507
desktop-file-validate \
7ae2507
	./python2/%{_datadir}/applications/%{name}.desktop
7ae2507
appstream-util validate-relax --nonet \
7ae2507
	./python2/%{_datadir}/metainfo/%{name}.appdata.xml
7ae2507
7ae2507
%if %support_python3
7ae2507
pushd python3/%{_datadir}/applications/
7ae2507
mv %{name}{,-py3}.desktop
7ae2507
sed -i %{name}-py3.desktop \
7ae2507
	-e 's|/usr/bin/catfish$|/usr/bin/catfish-py3|' \
7ae2507
	-e 's|Catfish|Catfish(py3)|'\
7ae2507
	%{nil}
7ae2507
desktop-file-validate ./%{name}-py3.desktop
7ae2507
popd
7ae2507
7ae2507
pushd python3/%{_datadir}/metainfo
7ae2507
mv catfish.appdata.xml catfish-py3.appdata.xml
7ae2507
sed -i catfish-py3.appdata.xml \
7ae2507
	-e 's|catfish\.desktop|catfish-py3.desktop|' \
7ae2507
	%{nil}
7ae2507
appstream-util validate-relax --nonet catfish-py3.appdata.xml
7ae2507
popd
7ae2507
%endif
9fc1cbe
9fc1cbe
%install
7ae2507
cp -a %{name}-%{mainver}*/[A-Z]* .
9fc1cbe
7ae2507
pushd _TMPINSTDIR
7ae2507
cp -a python2/* $RPM_BUILD_ROOT
7ae2507
%if %support_python3
7ae2507
cp -a python3/* $RPM_BUILD_ROOT
7ae2507
%endif
7ae2507
popd
9fc1cbe
7ae2507
pushd %{name}-%{mainver}*
7a8eb28
acfd566
# Install man page manually
7ae2507
%{__mkdir_p} $RPM_BUILD_ROOT%{_mandir}/man1
7ae2507
%{__install} -cpm 0644 ./%{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/
7ae2507
%if %support_python3
7ae2507
%{__install} -cpm 0644 ./%{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}-py3.1
7ae2507
%endif
7ae2507
7ae2507
popd
bbed04b
41e1b37
# Remove all unnecessary documentation
7ae2507
%{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/doc/
41e1b37
64f7a8f
%{find_lang} %{name}
64f7a8f
7ae2507
%files common -f %{name}.lang
7ae2507
%defattr(-,root,root,-)
bbed04b
%doc AUTHORS
bbed04b
%doc ChangeLog
bbed04b
%doc README
bbed04b
%license COPYING
7ae2507
c470bd5
%{_datadir}/%{name}/
c470bd5
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
7ae2507
7ae2507
%if 0%{?fedora} >= 28
7ae2507
%files -n python2-%{name}
7ae2507
%else
7ae2507
%files
7ae2507
%endif
7ae2507
%{_bindir}/%{name}
7ae2507
%{_bindir}/%{name}-py2
7ae2507
%{_mandir}/man1/%{name}.1*
9fc1cbe
%{_datadir}/applications/%{name}.desktop
7ae2507
%{_datadir}/metainfo/%{name}.appdata.xml
7ae2507
%{python2_sitelib}/%{name}/
7ae2507
%{python2_sitelib}/%{name}_lib/
7ae2507
%{python2_sitelib}/%{name}-%{version}-py2*.egg-info
7ae2507
7ae2507
%if %support_python3
7ae2507
%files	python3
7ae2507
%{_bindir}/%{name}-py3
7ae2507
%{_mandir}/man1/%{name}-py3.1*
7ae2507
%{_datadir}/applications/%{name}-py3.desktop
7ae2507
%{_datadir}/metainfo/%{name}-py3.appdata.xml
9fc1cbe
%{python3_sitelib}/%{name}/
9fc1cbe
%{python3_sitelib}/%{name}_lib/
9fc1cbe
%{python3_sitelib}/%{name}-%{version}-py3*.egg-info
7ae2507
%endif
7a8eb28
7a8eb28
%changelog
7ae2507
* Wed Jan  9 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.4.5-3
7ae2507
- Rebuilt
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.