Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libvmod-re
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
uplex-varnish
libvmod-re
Commits
2e86c3c4
Commit
2e86c3c4
authored
Dec 03, 2018
by
Geoff Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 2.5.1, RPM packages for VRT 7.0 / Varnish 6.0.
parent
7c11069a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
+8
-7
configure.ac
configure.ac
+1
-1
pkg
pkg/rpm/pkg
+1
-1
vmod-re.spec
pkg/rpm/vmod-re.spec
+6
-5
No files found.
configure.ac
View file @
2e86c3c4
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2013-2015 UPLEX Nils Goroll Systemoptimierung])
AC_INIT([libvmod-re], [
trunk
])
AC_INIT([libvmod-re], [
2.5.1
])
AC_CONFIG_MACRO_DIR([m4])
m4_ifndef([VARNISH_VMOD_INCLUDES], AC_MSG_ERROR([Need varnish.m4 -- see README.rst]))
AC_CONFIG_SRCDIR(src/vmod_re.vcc)
...
...
pkg/rpm/pkg
View file @
2e86c3c4
...
...
@@ -38,7 +38,7 @@ rm /home/builder/.rpmmacros
cd
/home/builder
mkdir
-p
rpmbuild/
{
BUILD,BUILDROOT,RPMS,SOURCES,SPECS,SRPMS
}
cp
/srv/vmod-re.spec rpmbuild/SPECS
cp
/srv/libvmod-re-
v
${
VERSION
}
.tar.gz rpmbuild/SOURCES
cp
/srv/libvmod-re-
${
VERSION
}
.tar.gz rpmbuild/SOURCES
# install epel7 repo
sudo
yum
install
-y
-q
\
...
...
pkg/rpm/vmod-re.spec
View file @
2e86c3c4
...
...
@@ -7,10 +7,11 @@ Release: %{_release}%{?dist}
License: BSD
Group: System Environment/Daemons
URL: https://code.uplex.de/uplex-varnish/libvmod-re
Source0: lib%{name}-
v
%{version}.tar.gz
Source0: lib%{name}-%{version}.tar.gz
# varnish from varnish60 at packagecloud
Requires: varnish >= 6.0.0
# The Requires specifies ABI 7.0 -- cannot be versioned for Varnish 6.0.
Requires: varnishabi-7.0
BuildRequires: varnish-devel >= 6.0.0
BuildRequires: pkgconfig
...
...
@@ -32,7 +33,7 @@ Varnish Module (VMOD) for matching strings against regular
expressions, and for extracting captured substrings after matches.
%prep
%setup -q -n lib%{name}-
v
%{version}
%setup -q -n lib%{name}-%{version}
%build
...
...
@@ -41,11 +42,11 @@ expressions, and for extracting captured substrings after matches.
%configure
make
make
-j
%check
make check
make check
-j
%install
...
...
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