mirror of
https://abf.rosa.ru/djam/freshmemory.git
synced 2025-02-23 03:22:46 +00:00
update to 1.0.2
This commit is contained in:
parent
49bb03aad9
commit
0793a2beb8
2 changed files with 10 additions and 5 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
"freshmemory-1.0.tar.bz2": 8dd4163a345738b1f25c745ed855caa942c8c0aa
|
||||
"freshmemory-1.0.2.tar.bz2": e25ff36c48f32f97815a4d646e97ab2ba9b4320c
|
||||
|
|
|
@ -1,17 +1,22 @@
|
|||
Name: freshmemory
|
||||
Version: 1.0
|
||||
Version: 1.0.2
|
||||
Release: %mkrel 1
|
||||
License: GNU GPL v3
|
||||
Summary: fresh memory
|
||||
Group: Education/Language
|
||||
Group: Education
|
||||
URL: http://sourceforge.net/projects/freshmemory/files/freshmemory/
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
BuildRequires: qt4-devel >= 4.7.0
|
||||
BuildRequires: qt4-devel >= 4.7.4
|
||||
BuildRequires: gcc
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
freshmemory
|
||||
Fresh Memory is an application that helps to learn large amounts of any material with Spaced Repetition method.
|
||||
The most important subject is learning foreign words, but Fresh Memory can be also used to learn anything else.
|
||||
Other examples are country's capitals and flags, chemical elements, mathematical formulas, technical terms.
|
||||
The learning data is stored as flash cards and dictionaries: sets of cards. The flash cards may have several fields,
|
||||
and the user controls what combination of fields to learn. The flash cards can have formatted text and images.
|
||||
The look of flash cards and studying parameters are can be flexibly adjusted.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
|
Loading…
Add table
Reference in a new issue