Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gumbo-rpm
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hugo Hörnquist
gumbo-rpm
Commits
8b6f7df8
Commit
8b6f7df8
authored
Sep 02, 2020
by
Hugo Hörnquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
restructure
parent
a5e090e4
Pipeline
#607
passed with stage
in 3 minutes and 47 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
.gitlab-ci.yml
.gitlab-ci.yml
+0
-2
build
build
+2
-2
gumbo.spec
gumbo.spec
+0
-0
No files found.
.gitlab-ci.yml
View file @
8b6f7df8
...
...
@@ -3,8 +3,6 @@ image: centos:7
build
:
script
:
-
yum install -y rpmdevtools libtool gcc gcc-c++ make
-
echo "%_topdir $(pwd)" | tee ~/.rpmmacros
-
rpmdev-setuptree
-
./build
artifacts
:
paths
:
...
...
build
View file @
8b6f7df8
...
...
@@ -4,9 +4,9 @@
# Is there some "official" way to do this?
# Download sources
spectool
-
C
SOURCES
/
-
g
SPECS
/
gumbo
.
spec
#
spectool -C SOURCES/ -g SPECS/gumbo.spec
# Build package
rpmbuild
-
ba
SPECS
/
gumbo
.
spec
rpmbuild
-
-
undefine
=
_disable_source_fetch
--
define
"_rpmdir $(pwd)/rpms"
-
ba
gumbo
.
spec
# remember to run 'libtool --finish /usr/lib
SPECS/
gumbo.spec
→
gumbo.spec
View file @
8b6f7df8
File moved
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