Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
projects
:
rebuild
>
varnish20
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 16
[-]
[+]
Changed
varnish.spec
@@ -27,7 +27,7 @@ URL: http://www.varnish-cache.org/ Source: http://downloads.sourceforge.net/varnish/varnish-%{version}.tar.bz2 Source2: varnish.init -Patch1: vslp_203_uplex.patch +Source3: uplex-varnish-libvmod-vslp.tar.gz Summary: Varnish is a high-performance HTTP accelerator @@ -98,7 +98,7 @@ %prep %setup -n %{real_name}-%{version} #%patch0 -%patch1 -p1 +#%patch1 -p1 ##%patch100 ##%patch101 ##%patch102 @@ -113,7 +113,16 @@ %{__make} -cd %{buildroot}/%{real_name}/bin/varnishd/digest && make +pwd && sleep 10s + + +%package mod_vslp +%prep +%setup -n %{SOURCE2} + +%build +./configure --VARNISHSRC=%{buildroot} + %install
Added
uplex-varnish-libvmod-vslp.tar.gz
^