Automatic import for version 1.0

This commit is contained in:
Rosa 2012-05-02 10:57:07 +04:00
commit 04f60ef83c
2 changed files with 30 additions and 0 deletions

2
.abf.yml Normal file
View file

@ -0,0 +1,2 @@
sources:
"freshmemory-1.0.tar.bz2": 8dd4163a345738b1f25c745ed855caa942c8c0aa

28
freshmemory.spec Normal file
View file

@ -0,0 +1,28 @@
Name: freshmemory
Version: 1.0
Release: %mkrel 1
License: GNU GPL v3
Summary: fresh memory
Group: Education/Language
URL: http://sourceforge.net/projects/freshmemory/files/freshmemory/
Source: %{name}-%{version}.tar.bz2
BuildRequires: qt4-devel >= 4.7.0
BuildRequires: gcc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
freshmemory
%prep
%setup -q
%build
qmake
make release
%install
make install
%files
%clean