Add spec file back as it’s needed to deploy it seems

This commit is contained in:
Mikko Ahlroth 2013-12-15 22:42:54 +02:00
parent 891541f727
commit d8bb15933c
2 changed files with 76 additions and 0 deletions

74
rpm/harbour-sailtime.spec Normal file
View file

@ -0,0 +1,74 @@
#
# Do NOT Edit the Auto-generated Part!
# Generated by: spectacle version 0.27
#
Name: harbour-sailtime
# >> macros
# << macros
%{!?qtc_qmake:%define qtc_qmake %qmake}
%{!?qtc_qmake5:%define qtc_qmake5 %qmake5}
%{!?qtc_make:%define qtc_make make}
%{?qtc_builddir:%define _builddir %qtc_builddir}
Summary: SailTime
Version: 1.0
Release: 1
Group: Qt/Qt
License: LICENSE
Source0: %{name}-%{version}.tar.bz2
Source100: harbour-sailtime.yaml
Requires: sailfishsilica-qt5
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Qml)
BuildRequires: pkgconfig(Qt5Quick)
BuildRequires: pkgconfig(sailfishapp)
BuildRequires: desktop-file-utils
%description
Short description of my SailfishOS Application
%prep
%setup -q -n %{name}-%{version}
# >> setup
# << setup
%build
# >> build pre
# << build pre
%qtc_qmake5
%qtc_make %{?_smp_mflags}
# >> build post
# << build post
%install
rm -rf %{buildroot}
# >> install pre
# << install pre
%qmake5_install
# >> install post
# << install post
desktop-file-install --delete-original \
--dir %{buildroot}%{_datadir}/applications \
%{buildroot}%{_datadir}/applications/*.desktop
%files
%defattr(-,root,root,-)
/usr/share/harbour-sailtime
/usr/share/icons/hicolor/86x86/apps
/usr/share/applications
/usr/bin
%{_datadir}/icons/hicolor/86x86/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/qml
%{_bindir}
# >> files
# << files

View file

@ -9,6 +9,8 @@ Sources:
- '%{name}-%{version}.tar.bz2'
Description: |-
SailTime shows how long your phone has been sailing the open seas, or in other words, how long it has been switched on. It also displays the load averages for the last 1, 5 and 15 minutes.
The app also has an automatic refresh feature with a configurable refresh interval of 1 to 60 minutes.
Configure: none
Builder: qtc5
PkgConfigBR: