~nemo-mobile-team/nemo-mobile/mlite

« back to all changes in this revision

Viewing changes to rpm/mlite-qt5.spec

  • Committer: Marko Mattila
  • Date: 2013-11-07 10:31:22 UTC
  • mfrom: (53.1.1)
  • Revision ID: git-v1:ea335e7416db0d331d2baed115922ea64d9ac843
Tags: 0.2.3
Merge pull request #10 from zchydem/master

[mlite] Added sync() function which hints gconf to sync values to the cache

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
# << macros
10
10
 
11
11
Summary:    Useful classes originating from MeeGo Touch
12
 
Version:    0.2.2
 
12
Version:    0.2.3
13
13
Release:    1
14
14
Group:      System/Libraries
15
15
License:    LGPL v2.1
60
60
%qmake5  \
61
61
    VERSION=%{version}
62
62
 
63
 
make %{?jobs:-j%jobs}
 
63
make %{?_smp_mflags}
64
64
 
65
65
# >> build post
66
66
# << build post