66e4a68
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
66e4a68
66e4a68
Name:		anki
f73c755
Version:	1.2.5
bbbd4f1
Release:	1%{?dist}
66e4a68
Summary:	Flashcard program for using space repetition learning
66e4a68
66e4a68
Group:		Amusements/Games
bbbd4f1
# 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
06a4456
URL:		http://ankisrs.net/
bbbd4f1
Source0:	http://anki.googlecode.com/files/%{name}-%{version}.tgz
5a75dcb
66e4a68
# Config change: don't check for new updates.
bbbd4f1
Patch0:		anki-1.0-noupdate.patch
66e4a68
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
66e4a68
BuildRequires:	python-devel, python-setuptools, python-sqlalchemy
32a56e8
BuildRequires:	desktop-file-utils, PyQt4, python-simplejson
66e4a68
Requires:	qt4, PyQt4
66e4a68
Requires:	python-sqlalchemy, python-simplejson, python-sqlite2
68f63ae
Requires:	python-matplotlib
1d0c0cc
Requires:	pygame, python-BeautifulSoup
98c7de8
Requires:	pyaudio
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
1d0c0cc
%setup -q
937a540
%patch0 -F 9 -p1 -b .noupdate
937a540
%{__sed} -i -e '/^#!\//, 1d' ankiqt/ui/dropbox.py
66e4a68
66e4a68
%build
66e4a68
pushd libanki
66e4a68
%{__python} setup.py build
66e4a68
popd
1d0c0cc
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
e0c09e2
find %{buildroot} -type f -o -type l|sed '
e0c09e2
s:'"%{buildroot}"'::
1cd017d
s:\(.*/lib/python2\..*/site-packages/ankiqt/locale/\)\([^/_]\+\)\(.*\.mo$\):%lang(\2) \1\2\3:
1cd017d
s:\(.*/lib/python2\..*/site-packages/anki/locale/\)\([^/_]\+\)\(.*\.mo$\):%lang(\2) \1\2\3:
e0c09e2
s:^\([^%].*\)::
e0c09e2
s:%lang(C) ::
e0c09e2
/^$/d' > anki.lang
e0c09e2
e0c09e2
e0c09e2
66e4a68
%clean
66e4a68
rm -rf %{buildroot}
66e4a68
66e4a68
e0c09e2
%files -f %{name}.lang
66e4a68
%defattr(-,root,root,-)
1d0c0cc
%doc ChangeLog
e0c09e2
%doc COPYING 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
06a4456
%{python_sitelib}/anki/template
66e4a68
66e4a68
# locale
66e4a68
%dir %{python_sitelib}/ankiqt/locale/
e0c09e2
%dir %{python_sitelib}/ankiqt/locale/*
e0c09e2
%dir %{python_sitelib}/ankiqt/locale/*/LC_MESSAGES
66e4a68
%dir %{python_sitelib}/anki/locale/
e0c09e2
%dir %{python_sitelib}/anki/locale/*
e0c09e2
%dir %{python_sitelib}/anki/locale/*/LC_MESSAGES
66e4a68
66e4a68
%{python_sitelib}/*egg-info
66e4a68
%{_bindir}/anki
66e4a68
%{_datadir}/applications/%{name}.desktop
66e4a68
%{_datadir}/pixmaps/%{name}.png
66e4a68
66e4a68
%changelog
f73c755
* Thu Jan 27 2011 Christian Krause <chkr@fedoraproject.org> - 1.2.5-1
f73c755
- Update to new upstream version 1.2.5 (BZ 665163)
f73c755
807f335
* Sun Jan 23 2011 Christian Krause <chkr@fedoraproject.org> - 1.2.4-1
807f335
- Update to new upstream version 1.2.4 (BZ 665163)
807f335
937a540
* Fri Jan 14 2011 Christian Krause <chkr@fedoraproject.org> - 1.2.2-1
937a540
- Update to new upstream version 1.2.2 (BZ 665163)
937a540
06a4456
* Tue Dec 14 2010 Christian Krause <chkr@fedoraproject.org> - 1.1.10-1
06a4456
- Update to new upstream version 1.1.10 (BZ 655939)
06a4456
0d7c78f
* Sat Aug 21 2010 Christian Krause <chkr@fedoraproject.org> - 1.0.1-1
0d7c78f
- Update to new upstream version 1.0.1
0d7c78f
bbbd4f1
* Mon Aug 02 2010 Christian Krause <chkr@fedoraproject.org> - 1.0-1
bbbd4f1
- Update to new upstream version 1.0
bbbd4f1
- Use original upstream tgz since upstream doesn't ship the problematic
bbbd4f1
  example files anymore
bbbd4f1
- Remove upstreamed patches
bbbd4f1
- Update noupdate patch
32a56e8
- Add BR python-simplejson
bbbd4f1
1cd017d
* Sun Jul 25 2010 Christian Krause <chkr@fedoraproject.org> - 0.9.9.8.6-5
1cd017d
- Generalized generation of anki.lang to support any python 2.* release
1cd017d
25c0c3a
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.9.9.8.6-4
25c0c3a
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
25c0c3a
98c7de8
* Thu May 13 2010 Christian Krause <chkr@fedoraproject.org> - 0.9.9.8.6-3
98c7de8
- Add pyaudio as requirement for audio recording
98c7de8
- Add upstream patch to prevent anki hanging during audio recording
98c7de8
bc05b6a
* Sun Feb 28 2010 Christian Krause <chkr@fedoraproject.org> - 0.9.9.8.6-2
bc05b6a
- Add a patch to fix a crash when sys tray icon is enabled (BZ 567672)
bc05b6a
1d0c0cc
* Fri Feb 19 2010 Christian Krause <chkr@fedoraproject.org> - 0.9.9.8.6-1
1d0c0cc
- Update to new upstream version
1d0c0cc
- Remove example files from upstream tarball due to unknown license
1d0c0cc
- Updated noupdate patch
1d0c0cc
e0c09e2
* Wed Jan 20 2010 Christian Krause <chkr@fedoraproject.org> - 0.9.9.8.5-3.git20100120
e0c09e2
- Update to git snapshot
e0c09e2
- Includes fix for BZ 546331
e0c09e2
a4181ed
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.9.8.5-2
a4181ed
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a4181ed
ecbc047
* Sun Jul 12 2009 Christian Krause <chkr@fedoraproject.org> - 0.9.9.8.5-1
ecbc047
- Update to new upstream version 0.9.9.8.5
ecbc047
8c07f13
* Thu Jul 02 2009 Christian Krause <chkr@fedoraproject.org> - 0.9.9.8.4-1
8c07f13
- Update to new upstream version 0.9.9.8.4
8c07f13
- fix one %%lang tag
8c07f13
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