Fix version number
[harbour-pedalo.git] / rpm / harbour-pedalo.yaml
1 Name: harbour-pedalo
2 Summary: Pedalo
3 Version: 0.1
4 Release: 1
5 # The contents of the Group field should be one of the groups listed here:
6 # https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
7 Group: Qt/Qt
8 URL: http://example.org/
9 License: LICENSE
10 # This must be generated before uploading a package to a remote build service.
11 # Usually this line does not need to be modified.
12 Sources:
13 - '%{name}-%{version}.tar.bz2'
14 Description: |
15   Short description of my Sailfish OS Application
16 Configure: none
17 # The qtc5 builder inserts macros to allow QtCreator to have fine
18 # control over qmake/make execution
19 Builder: qtc5
20
21 # This section specifies build dependencies that are resolved using pkgconfig.
22 # This is the preferred way of specifying build dependencies for your package.
23 PkgConfigBR:
24   - sailfishapp >= 1.0.2
25   - Qt5Core
26   - Qt5Qml
27   - Qt5Quick
28
29 # Build dependencies without a pkgconfig setup can be listed here
30 # PkgBR:
31 #   - package-needed-to-build
32
33 # Runtime dependencies which are not automatically detected
34 Requires:
35   - sailfishsilica-qt5 >= 0.10.9 
36
37 # All installed files
38 Files:
39   - '%{_bindir}'
40   - '%{_datadir}/%{name}'
41   - '%{_datadir}/applications/%{name}.desktop'
42   - '%{_datadir}/icons/hicolor/*/apps/%{name}.png'
43
44 # For more information about yaml and what's supported in Sailfish OS
45 # build system, please see https://wiki.merproject.org/wiki/Spectacle