/[packages]/cauldron/algobox/current/SPECS/algobox.spec
ViewVC logotype

Contents of /cauldron/algobox/current/SPECS/algobox.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1133949 - (show annotations) (download)
Wed Aug 2 14:36:10 2017 UTC (6 years, 8 months ago) by daviddavid
File size: 1025 byte(s)
- new version: 1.0.1
- split out all Qt5 BRs
- use new rpm macros (SILENT)
- update files list (SILENT)

1 Name: algobox
2 Version: 1.0.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.0.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

  ViewVC Help
Powered by ViewVC 1.1.30