Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
72801f6d
Commit
72801f6d
authored
Jan 09, 2016
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #68 from mikedep333/mock-build-instructions
Add instructions for building using Mock under Fedora/EPEL.
parents
e794be34
daace15e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
README.md
README.md
+26
-0
No files found.
README.md
View file @
72801f6d
...
...
@@ -66,3 +66,29 @@ TheQVD developers via the project's Github issue tracker.
thanks+light+love, 20150531
Mike Gabriel
<mike.gabriel@das-netzwerkteam.de>
## Building Under Fedora or EPEL using Mock
Assuming:
1.
The branch you are building is 3.6.x
2.
The current version is 3.5.99.0 (specified in the .spec file)
3.
The current release is 0.0build1 (specified in the .spec file)
4.
You wish for the RPM files and the mock build logs to be under ~/result
Prerequisites:
1.
Install package "mock"
2.
Add your user account to the "mock" group (recommended)
3.
cd to the nx-libs directory that you cloned using git
```
mkdir -p ~/result
git archive -o ../nx-libs-3.5.99.0.tar.gz --prefix=nx-libs-3.5.99.0/ 3.6.x
cp --preserve=time nx-libs.spec ../
cd ..
mock --buildsrpm --spec ./nx-libs.spec --sources ./nx-libs-3.5.99.0.tar.gz --resultdir ~/result
mock --rebuild ~/result/nx-libs-3.5.99.0-0.0build1.fc23.src.rpm --resultdir ~/result
```
The end result is RPMs under ~/result that you can install (or upgrade to) using yum or dnf, which will resolve their dependencies.
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