Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mapbox-gl-qml
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian On Mobile
puremaps
mapbox-gl-qml
Commits
dec247ec
Unverified
Commit
dec247ec
authored
4 years ago
by
rinigus
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update SPEC (#44)
parent
c1d4d5f0
No related branches found
Branches containing commit
Tags
debian/0.105-32
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
rpm/mapbox-gl-qml.spec
+10
-3
10 additions, 3 deletions
rpm/mapbox-gl-qml.spec
with
10 additions
and
3 deletions
rpm/mapbox-gl-qml.spec
+
10
−
3
View file @
dec247ec
...
...
@@ -18,9 +18,12 @@ BuildRequires: pkgconfig(Qt5Location)
BuildRequires: pkgconfig(Qt5Positioning)
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(openssl)
%if
!0{sailfish_build}
%if
0%{?fedora_version} >= 29 || 0%{?centos_version} >= 800
BuildRequires: qt5-qtbase-devel
%endif
%if 0%{?suse_version} >= 1500
BuildRequires: libqt5-qtbase-devel
%endif
BuildRequires: qmapboxgl-devel
Requires: qmapboxgl
...
...
@@ -32,8 +35,12 @@ QML plugin for Mapbox GL Native.
%build
export QT_SELECT=5
qmake 'CONFIG+=use_curl_ssl' VERSION='%{version}-%{release}' mapbox-gl-qml.pro
%if 0%{?suse_version} >= 1500 || 0%{?fedora_version} >= 29 || 0%{?centos_version} >= 800
%qmake_qt5 \
%else
%qmake5 'CONFIG+=use_curl_ssl' \
%endif
VERSION='%{version}-%{release}' mapbox-gl-qml.pro
%{__make} %{?_smp_mflags}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment