forked from mmb/vmod_dgram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvmod-dgram.spec
43 lines (36 loc) · 998 Bytes
/
vmod-dgram.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Summary: UDP client VMOD for Varnish.
Name: vmod-dgram
Version: 0.2
Release: 1%{?dist}
License: BSD
Group: System Environment/Daemons
Source0: libvmod-dgram.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: varnish >= 4.0.2
BuildRequires: make
BuildRequires: python-docutils
BuildRequires: varnish >= 4.0.2
BuildRequires: varnish-libs-devel >= 4.0.2
%description
UDP client VMOD for Varnish
%prep
%setup -n libvmod-dgram
%build
%configure --prefix=/usr/
%{__make} %{?_smp_mflags}
%{__make} %{?_smp_mflags} check
%install
[ %{buildroot} != "/" ] && %{__rm} -rf %{buildroot}
%{__make} install DESTDIR=%{buildroot}
%clean
[ %{buildroot} != "/" ] && %{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_libdir}/varnish/vmods/
%doc /usr/share/doc/%{name}/*
%{_mandir}/man?/*
%changelog
* Web Aug 4 2015 Maksim Naumov - 0.2
- Rebuild for Varnish 4.0
* Thu May 30 2013 Matthew M. Boedicker <[email protected]> - 0.1-0.20130530
- Initial version.