Integrated file selection dialogue with the main code. Improved the
[openvpnui.git] / rpm / OpenVPNUI.yaml
1 Name: OpenVPNUI
2 Summary: OpenVPN User Interface
3 Version: 0.1
4 Release: 1
5 Group: Qt/Qt
6 URL: http://example.org/
7 License: "BSD Licence"
8 Sources:
9 - '%{name}-%{version}.tar.bz2'
10 Description: |
11   Short description of my SailfishOS Application
12 Configure: none
13 Builder: qtc5
14 PkgConfigBR:
15 - sailfishapp >= 0.0.10
16 - Qt5Core
17 - Qt5Qml
18 - Qt5Quick
19 Requires:
20 - sailfishsilica-qt5 >= 0.10.9
21 Files:
22 - /usr/share/icons/hicolor/86x86/apps
23 - /usr/share/applications
24 - /usr/share/OpenVPNUI
25 - /usr/bin
26 - '%{_datadir}/icons/hicolor/86x86/apps/%{name}.png'
27 - '%{_datadir}/applications/%{name}.desktop'
28 - '%{_datadir}/%{name}/qml'
29 - '%{_bindir}'
30 PkgBR: []