1
0
Fork 0
mirror of https://github.com/seiichiro0185/sailotp.git synced 2024-05-13 14:50:53 +00:00
harbour-sailotp/rpm/harbour-sailotp.yaml

42 lines
782 B
YAML
Raw Normal View History

2014-01-05 20:58:25 +00:00
Name: harbour-sailotp
Summary: SailOTP
2022-12-18 12:12:59 +00:00
Version: 1.10.0
2015-05-22 16:53:29 +00:00
Release: 1
2014-01-05 20:58:25 +00:00
Group: Security
URL: https://github.com/seiichiro0185/sailotp/
License: "BSD\t"
2014-01-05 20:58:25 +00:00
Sources:
- '%{name}-%{version}.tar.bz2'
2014-01-05 20:58:25 +00:00
Description: |
A Sailfish implementation of the One Time Pad algorithm as used by Google Authenticator and a growing number of Websites.
2014-01-05 20:58:25 +00:00
Configure: none
2022-12-18 12:12:59 +00:00
Builder: qmake5
QMakeOptions:
- VERSION=%{version}
- RELEASE=%{release}
2014-01-05 20:58:25 +00:00
PkgConfigBR:
- Qt5Quick
- Qt5Qml
- Qt5Core
- Qt5Multimedia
- sailfishapp >= 1.0.2
2014-01-05 20:58:25 +00:00
Requires:
- sailfishsilica-qt5 >= 0.10.9
2014-01-05 20:58:25 +00:00
Files:
- '%defattr(644, root, root, 755)'
- '%attr(755, root, root) %{_bindir}'
- '%{_datadir}/%{name}'
- '%{_datadir}/applications/%{name}.desktop'
- '%{_datadir}/icons/hicolor/*/apps/%{name}.png'
2018-04-09 16:53:30 +00:00
2014-01-05 20:58:25 +00:00
PkgBR: []