- Update to new upstream version 1.1.10 (BZ 655939)
This commit is contained in:
parent
0d7c78f9b2
commit
06a4456523
3 changed files with 10 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +1,6 @@
|
|||
anki-0.9.9.8.6-nosamples.tgz
|
||||
anki-1.0.tgz
|
||||
anki-1.0.1.tgz
|
||||
/anki-1.1.0.tgz
|
||||
/anki-1.1.3.tgz
|
||||
/anki-1.1.10.tgz
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
Name: anki
|
||||
Version: 1.0.1
|
||||
Version: 1.1.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Flashcard program for using space repetition learning
|
||||
|
||||
|
|
@ -9,7 +9,7 @@ Group: Amusements/Games
|
|||
# the file anki-%%{version}/libanki/anki/features/chinese/unihan.db
|
||||
# was created out of Unihan.txt from www.unicode.org (MIT license)
|
||||
License: GPLv3+ and MIT
|
||||
URL: http://www.ichi2.net/anki
|
||||
URL: http://ankisrs.net/
|
||||
Source0: http://anki.googlecode.com/files/%{name}-%{version}.tgz
|
||||
|
||||
# Config change: don't check for new updates.
|
||||
|
|
@ -86,6 +86,7 @@ rm -rf %{buildroot}
|
|||
%dir %{python_sitelib}/anki
|
||||
%{python_sitelib}/anki/*.py*
|
||||
%{python_sitelib}/anki/importing
|
||||
%{python_sitelib}/anki/template
|
||||
|
||||
# locale
|
||||
%dir %{python_sitelib}/ankiqt/locale/
|
||||
|
|
@ -101,6 +102,9 @@ rm -rf %{buildroot}
|
|||
%{_datadir}/pixmaps/%{name}.png
|
||||
|
||||
%changelog
|
||||
* Tue Dec 14 2010 Christian Krause <chkr@fedoraproject.org> - 1.1.10-1
|
||||
- Update to new upstream version 1.1.10 (BZ 655939)
|
||||
|
||||
* Sat Aug 21 2010 Christian Krause <chkr@fedoraproject.org> - 1.0.1-1
|
||||
- Update to new upstream version 1.0.1
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
35e76a2be574b375fb545b95621cd416 anki-1.0.1.tgz
|
||||
1297eab6a4d070e7774df3ca10ef92e9 anki-1.1.10.tgz
|
||||
|
|
|
|||
Reference in a new issue