Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Hugo Hörnquist
gumbo-rpm
Commits
b27f2fd1
Commit
b27f2fd1
authored
Dec 14, 2020
by
Hugo Hörnquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move dependencies to spec file.
parent
8b6f7df8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
gumbo.spec
gumbo.spec
+1
-0
No files found.
.gitlab-ci.yml
View file @
b27f2fd1
...
...
@@ -2,7 +2,7 @@ image: centos:7
build
:
script
:
-
yum install -y rpmdevtools
libtool gcc gcc-c++ make
-
yum install -y rpmdevtools
-
./build
artifacts
:
paths
:
...
...
gumbo.spec
View file @
b27f2fd1
...
...
@@ -10,6 +10,7 @@ Source: %{url}/archive/v%{version}.tar.gz#/gumbo-parser-%{version}.tar.g
Prefix: %{_prefix}
Packager: hugo <hugo@lysator.liu.se>
BuildRoot: %{tmppath}/%{name}-root
BuildRequires: libtool gcc gcc-c++ make
%description
Gumbo is an implementation of the HTML5 parsing algorithm implemented
...
...
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