Amended configuration to ensure openvpn can be executed as root, using a
[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 - Qt5Quick
16 - Qt5Qml
17 - Qt5Core
18 - sailfishapp >= 0.0.10
19 Requires:
20 - sailfishsilica-qt5 >= 0.10.9
21 Files:
22 - '%{_bindir}'
23 - '%{_datadir}/%{name}/qml'
24 - '%{_datadir}/applications/%{name}.desktop'
25 - '%{_datadir}/icons/hicolor/86x86/apps/%{name}.png'
26 - '%{_datadir}/%{name}/bin'
27 - '%attr(2755,root,root) %{_datadir}/%{name}/bin/ovpnpermit'
28 - /usr/bin
29 - /usr/share/OpenVPNUI
30 - /usr/share/applications
31 - /usr/share/icons/hicolor/86x86/apps
32 PkgBR: []