1 |
Name: algobox |
2 |
Version: 1.1.1 |
3 |
Release: %mkrel 1 |
4 |
Summary: Algorithmic software |
5 |
License: GPLv2 |
6 |
Group: Education |
7 |
Url: http://www.xm1math.net/algobox/ |
8 |
Source: http://www.xm1math.net/algobox/%{name}-%{version}.tar.bz2 |
9 |
Patch0: algobox-1.1.1-mga-fix-desktop-and-svg-install.patch |
10 |
|
11 |
BuildRequires: pkgconfig(Qt5Core) |
12 |
BuildRequires: pkgconfig(Qt5Gui) |
13 |
BuildRequires: pkgconfig(Qt5WebEngineWidgets) |
14 |
BuildRequires: pkgconfig(Qt5Network) |
15 |
BuildRequires: pkgconfig(Qt5PrintSupport) |
16 |
BuildRequires: pkgconfig(Qt5Widgets) |
17 |
BuildRequires: pkgconfig(Qt5Xml) |
18 |
|
19 |
%description |
20 |
Algobox is an initiation software to algorithmic to high school level. |
21 |
|
22 |
|
23 |
%prep |
24 |
%setup -q |
25 |
%autopatch -p1 |
26 |
|
27 |
%build |
28 |
%qmake_qt5 %{name}.pro |
29 |
%make_build |
30 |
|
31 |
%install |
32 |
%make_install INSTALL_ROOT=%{buildroot} |
33 |
|
34 |
%files |
35 |
%doc utilities/{AUTHORS,CHANGELOG.txt} |
36 |
%license utilities/COPYING |
37 |
%{_bindir}/%{name} |
38 |
%{_datadir}/%{name}/ |
39 |
%{_datadir}/applications/%{name}.desktop |
40 |
%{_iconsdir}/hicolor/scalable/apps/%{name}.svg |
41 |
%{_datadir}/pixmaps/%{name}.png |
42 |
%{_datadir}/mime/packages/x-%{name}.xml |
43 |
%{_metainfodir}/%{name}.metainfo.xml |