66e4a68
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
66e4a68
66e4a68
Name:		anki
3e71278
Version:	0.9.9.7.9b
ba4f4ca
Release:	1%{?dist}
66e4a68
Summary:	Flashcard program for using space repetition learning
66e4a68
66e4a68
Group:		Amusements/Games
66e4a68
# the file anki-%{version}/libanki/anki/features/chinese/unihan.db 
66e4a68
# was created out of  Unihan.txt from www.unicode.org (MIT license)
66e4a68
License:	GPLv3+ and MIT
66e4a68
URL:		http://www.ichi2.net/anki
5a75dcb
Source0:	http://ichi2.net/anki/download/files/%{name}-%{version}.tgz
5a75dcb
66e4a68
# Config change: don't check for new updates.
96274bb
Patch0:		anki-0.9.9.7.8-noupdate.patch
66e4a68
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
66e4a68
BuildRequires:	python-devel, python-setuptools, python-sqlalchemy
66e4a68
BuildRequires:	PyQt4-devel
68f63ae
BuildRequires:	desktop-file-utils
66e4a68
Requires:	qt4, PyQt4
66e4a68
Requires:	python-sqlalchemy, python-simplejson, python-sqlite2
68f63ae
Requires:	python-matplotlib
66e4a68
Requires:	pygame
66e4a68
BuildArch:	noarch
66e4a68
66e4a68
%description
66e4a68
Anki is a program designed to help you remember facts (such as words
66e4a68
and phrases in a foreign language) as easily, quickly and efficiently
66e4a68
as possible. Anki is based on a theory called spaced repetition.
66e4a68
66e4a68
%prep
66e4a68
%setup -q
96274bb
%patch0 -p1 -b .noupdate 
66e4a68
66e4a68
%build
66e4a68
pushd libanki
66e4a68
%{__python} setup.py build
66e4a68
popd
66e4a68
66e4a68
%{__python} setup.py build
66e4a68
66e4a68
66e4a68
%install
66e4a68
rm -rf %{buildroot}
66e4a68
pushd libanki
66e4a68
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
66e4a68
popd
66e4a68
66e4a68
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
66e4a68
66e4a68
install -d %{buildroot}%{_datadir}/applications
66e4a68
desktop-file-install \
66e4a68
  --remove-category=KDE \
66e4a68
  --dir %{buildroot}%{_datadir}/applications \
66e4a68
  %{name}.desktop
66e4a68
66e4a68
install -d %{buildroot}%{_datadir}/pixmaps
66e4a68
install -m 644 icons/anki.png %{buildroot}%{_datadir}/pixmaps/
66e4a68
66e4a68
%clean
66e4a68
rm -rf %{buildroot}
66e4a68
66e4a68
66e4a68
%files
66e4a68
%defattr(-,root,root,-)
66e4a68
%doc COPYING ChangeLog CREDITS README*
66e4a68
# libankiqt
66e4a68
%dir %{python_sitelib}/ankiqt
66e4a68
%{python_sitelib}/ankiqt/*.py*
66e4a68
%{python_sitelib}/ankiqt/ui
66e4a68
%{python_sitelib}/ankiqt/forms
66e4a68
66e4a68
# libanki
66e4a68
%dir %{python_sitelib}/anki
66e4a68
%{python_sitelib}/anki/*.py*
66e4a68
%{python_sitelib}/anki/importing
66e4a68
%{python_sitelib}/anki/features
66e4a68
66e4a68
# locale
66e4a68
%dir %{python_sitelib}/ankiqt/locale/
66e4a68
%dir %{python_sitelib}/anki/locale/
66e4a68
%lang(cs) %{python_sitelib}/*/locale/cs_*/
66e4a68
%lang(de) %{python_sitelib}/*/locale/de_*/
66e4a68
%lang(es) %{python_sitelib}/*/locale/es_*/
66e4a68
%lang(fi) %{python_sitelib}/*/locale/fi_*/
66e4a68
%lang(fr) %{python_sitelib}/*/locale/fr_*/
66e4a68
%lang(it) %{python_sitelib}/*/locale/it_*/
66e4a68
%lang(ja) %{python_sitelib}/*/locale/ja_*/
66e4a68
%lang(ko) %{python_sitelib}/*/locale/ko_*/
66e4a68
%lang(pl) %{python_sitelib}/*/locale/pl_*/
5a75dcb
%lang(zh) %{python_sitelib}/*/locale/zh_*/
5a75dcb
%lang(sv) %{python_sitelib}/*/locale/sv_*/
5a75dcb
%lang(pt) %{python_sitelib}/*/locale/pt_*/
5a75dcb
%lang(ee) %{python_sitelib}/*/locale/ee_*/
96274bb
%lang(ee) %{python_sitelib}/*/locale/mn_*/
66e4a68
66e4a68
%{python_sitelib}/*egg-info
66e4a68
%{_bindir}/anki
66e4a68
%{_datadir}/applications/%{name}.desktop
66e4a68
%{_datadir}/pixmaps/%{name}.png
66e4a68
66e4a68
%changelog
3e71278
* Sun May 24 2009 Christian Krause <chkr@fedoraproject.org> - 0.9.9.7.9b-1
3e71278
- Update to new upstream version 0.9.9.7.9b to fix a syncing bug
3e71278
ba4f4ca
* Tue May 12 2009 Christian Krause <chkr@fedoraproject.org> - 0.9.9.7.9-1
ba4f4ca
- Update to new upstream version 0.9.9.7.9 to fix an update problem of the 
ba4f4ca
statusbar and of the titlebar
ba4f4ca
1281e42
* Thu May 07 2009 Christian Krause <chkr@fedoraproject.org> - 0.9.9.7.8-2
1281e42
- Bump release
1281e42
96274bb
* Wed May 06 2009 Christian Krause <chkr@fedoraproject.org> - 0.9.9.7.8-1
96274bb
- Update to new upstream version 0.9.9.7.8
96274bb
68f63ae
* Sat Apr 11 2009 Christian Krause <chkr@fedoraproject.org> - 0.9.9.7.4-1
68f63ae
- Update to new upstream version 0.9.9.7.4 (BZ 494598)
68f63ae
- Require python-matplotlib instead of numpy (BZ 495232)
68f63ae
5a75dcb
* Wed Apr 01 2009 Christian Krause <chkr@fedoraproject.org> - 0.9.9.7.1-1
5a75dcb
- Update to new upstream version 0.9.9.7.1
5a75dcb
- Drop unihaninstall patch (applied upstream)
5a75dcb
- Updated noupdate patch
5a75dcb
- Use original upstream tgz since upstream doesn't ship the example files
5a75dcb
anymore
5a75dcb
9234dd6
* Sun Mar 01 2009 Christian Krause <chkr@fedoraproject.org> - 0.9.9.6-4
9234dd6
- Bump release
9234dd6
6eae781
* Fri Feb 27 2009 Christian Krause <chkr@fedoraproject.org> - 0.9.9.6-3
6eae781
- Proper packaging of locale files
66e4a68
6eae781
* Fri Feb 13 2009 Christian Krause <chkr@fedoraproject.org> - 0.9.9.6-2
66e4a68
- Fixed license field
66e4a68
- Install unihan.db
66e4a68
6eae781
* Wed Feb 11 2009 Christian Krause <chkr@fedoraproject.org> - 0.9.9.6-1
6eae781
- First spec file for anki