SPECS: varnish.spec - add /var/run/varnish
glen
glen at pld-linux.org
Mon Jul 2 13:52:35 CEST 2007
Author: glen Date: Mon Jul 2 11:52:35 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- add /var/run/varnish
---- Files affected:
SPECS:
varnish.spec (1.15 -> 1.16)
---- Diffs:
================================================================
Index: SPECS/varnish.spec
diff -u SPECS/varnish.spec:1.15 SPECS/varnish.spec:1.16
--- SPECS/varnish.spec:1.15 Mon Jul 2 13:35:13 2007
+++ SPECS/varnish.spec Mon Jul 2 13:52:30 2007
@@ -1,9 +1,11 @@
# $Revision$, $Date$
+# TODO
+# - user varnish
Summary: Varnish - a high-performance HTTP accelerator
Summary(pl.UTF-8): Varnish - wydajny akcelerator HTTP
Name: varnish
Version: 1.0.4
-Release: 1
+Release: 1.1
License: BSD-like
Group: Daemons
Source0: http://dl.sourceforge.net/varnish/%{name}-%{version}.tar.gz
@@ -77,7 +79,7 @@
DESTDIR=$RPM_BUILD_ROOT
# make dirs after make install to know which ones needs spec and which ones make install
-install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/{rc.d/init.d,sysconfig},/var/lib/varnish}
+install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/{rc.d/init.d,sysconfig},/var/{run,lib}/varnish}
install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/varnish
install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/varnish
@@ -116,6 +118,7 @@
%attr(755,root,root) %{_libdir}/libvarnishapi.so.*.*.*
%attr(755,root,root) %{_libdir}/libvcl.so.*.*.*
/var/lib/varnish
+/var/run/varnish
%{_mandir}/man1/varnishd.1*
%{_mandir}/man1/varnishhist.1*
%{_mandir}/man1/varnishlog.1*
@@ -145,6 +148,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.16 2007/07/02 11:52:30 glen
+- add /var/run/varnish
+
Revision 1.15 2007/07/02 11:35:13 glen
- rel 1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/varnish.spec?r1=1.15&r2=1.16&f=u
More information about the pld-cvs-commit
mailing list