Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
jgibbon committed Dec 29, 2023
1 parent 1b1a1d8 commit 8ccecc6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion harbour-slumber.pro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ app_src.file = main/slumber.pro
app_src.depends = privileged-launcher

DISTFILES += rpm/harbour-slumber.changes \
rpm/harbour-slumber.spec \
rpm/harbour-slumber.spec

SUBDIRS += \
app_src \
Expand Down
11 changes: 8 additions & 3 deletions rpm/harbour-slumber.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Name: harbour-slumber
%{?qtc_builddir:%define _builddir %qtc_builddir}
Summary: Slumber Sleeptimer
Version: 0.15
Release: 2
Release: 3
Group: Qt/Qt
License: GPLv2
URL: https://github.com/jgibbon/slumber
Expand Down Expand Up @@ -66,9 +66,14 @@ Links:
# >> build pre
# << build pre

%qtc_qmake5

%qtc_make %{?_smp_mflags}
%qmake5

%make_build

#%qtc_qmake5

#%qtc_make %{?_smp_mflags}

# >> build post
# << build post
Expand Down

0 comments on commit 8ccecc6

Please sign in to comment.