Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
9b829c72
Commit
9b829c72
authored
Sep 06, 2023
by
Alexey Sheplyakov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spec: do NOT build documentation on LoongArch
The package is noarch, hence %ifarch is not going to work. Check for %_build_cpu instead.
parent
33684d73
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
mkimage-profiles.spec
.gear/mkimage-profiles.spec
+4
-4
No files found.
.gear/mkimage-profiles.spec
View file @
9b829c72
...
@@ -24,11 +24,11 @@ Requires: mkimage-preinstall
...
@@ -24,11 +24,11 @@ Requires: mkimage-preinstall
%define mpdir %_datadir/%name
%define mpdir %_datadir/%name
%add_findreq_skiplist %mpdir/*.in/*
%add_findreq_skiplist %mpdir/*.in/*
%ifarch loongarch64
%if %_build_cpu != "loongarch64"
# No java here [yet]
%def_without doc
%else
%def_with doc
%def_with doc
%else
# XXX: documentation tools dependencies are INSANE (java)
%def_without doc
%endif
%endif
%define docs $HOME/docs
%define docs $HOME/docs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment