freshmemory/freshmemory.spec
Sergey Zhemoitel 0793a2beb8 update to 1.0.2
2012-06-12 12:50:15 +04:00

33 lines
1 KiB
RPMSpec

Name: freshmemory
Version: 1.0.2
Release: %mkrel 1
License: GNU GPL v3
Summary: fresh memory
Group: Education
URL: http://sourceforge.net/projects/freshmemory/files/freshmemory/
Source: %{name}-%{version}.tar.bz2
BuildRequires: qt4-devel >= 4.7.4
BuildRequires: gcc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
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
%build
qmake
make release
%install
make install
%files
%clean