2012-05-02 10:57:07 +04:00
|
|
|
Name: freshmemory
|
2012-06-12 12:50:15 +04:00
|
|
|
Version: 1.0.2
|
2012-05-02 10:57:07 +04:00
|
|
|
Release: %mkrel 1
|
|
|
|
License: GNU GPL v3
|
|
|
|
Summary: fresh memory
|
2012-06-12 12:50:15 +04:00
|
|
|
Group: Education
|
2012-05-02 10:57:07 +04:00
|
|
|
URL: http://sourceforge.net/projects/freshmemory/files/freshmemory/
|
|
|
|
Source: %{name}-%{version}.tar.bz2
|
2012-06-12 12:50:15 +04:00
|
|
|
BuildRequires: qt4-devel >= 4.7.4
|
2012-05-02 10:57:07 +04:00
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
2012-06-12 12:50:15 +04:00
|
|
|
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.
|
2012-05-02 10:57:07 +04:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
qmake
|
|
|
|
make release
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
|
|
|
%clean
|