Search
j0ke.net Open Build Service
>
Projects
>
ha
:
uplex
>
varnish2
> varnish.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File varnish.spec of Package varnish2 (Revision 13)
Currently displaying revision
13
,
show latest
# norootforbuild %define pversion 2.0.3_VSLP %define pkguser uplex %define pkggrp uplex Name: varnish Provides: varnish-uplex = %{version}.%{release} Version: 2.0.3 Release: 38 # License: BSD Group: Productivity/Networking/Web/Proxy # BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: ncurses-devel libxslt Requires: gcc Provides: varnish-vslp %define _bindir %{_sbindir} %define pkg_home %{_var}/lib/%{name} %define pkg_logdir %{_var}/log/%{name} %define pkg_cachedir %{_var}/cache/%{name} %define pkg_name %{name} # URL: http://www.varnish-cache.org/ Source0: http://downloads.sourceforge.net/varnish/varnish-%{pversion}.tar.bz2 Source2: varnish.init Source3: changes-html.xsl Patch0: varnish-redhat-pid.patch Patch1: varnishncsa-vhost.patch Patch2: 2014-05-21_varnish.diff Summary: Varnish is a high-performance HTTP accelerator %description Varnish is an HTTP accelerator. An HTTP accelerator (often called Reverse Proxy) is an application that stores (caches) documents that have been requested over the HTTP protocol. Based on certain criteria the next client requesting the document is either given the cached document, or a "fresh" document requested from a backend server. The purpose of this is to minimize the requests going to the backend server(s) by serving the same document to potentially many users. Authors: -------- Poul-Henning Kamp <phk@phk.freebsd.dk> %package -n libvarnish1 Group: Productivity/Networking/Web/Proxy Conflicts: libvarnish0 # Summary: Shared libraries for Varnish %description -n libvarnish1 Varnish is an HTTP accelerator. An HTTP accelerator (often called Reverse Proxy) is an application that stores (caches) documents that have been requested over the HTTP protocol. Based on certain criteria the next client requesting the document is either given the cached document, or a "fresh" document requested from a backend server. The purpose of this is to minimize the requests going to the backend server(s) by serving the same document to potentially many users. This package holds the shared libraries for varnish. Authors: -------- Poul-Henning Kamp <phk@phk.freebsd.dk> %package devel Group: Development/Libraries/C and C++ Requires: %{name} = %{version} # Summary: Development files for Varnish %description devel Varnish is an HTTP accelerator. An HTTP accelerator (often called Reverse Proxy) is an application that stores (caches) documents that have been requested over the HTTP protocol. Based on certain criteria the next client requesting the document is either given the cached document, or a "fresh" document requested from a backend server. The purpose of this is to minimize the requests going to the backend server(s) by serving the same document to potentially many users. This package holds the development files for varnish. Authors: -------- Poul-Henning Kamp <phk@phk.freebsd.dk> %debug_package %prep %setup -n %{name}-%{pversion} %patch0 %patch1 touch AUTHORS COPYING NEWS cp %{S:3} doc/ %build autoreconf -fi %if 0%{?suse_version} > 1000 export CFLAGS="%{optflags} -fstack-protector" %endif %configure --disable-static --localstatedir=%{_var}/cache/ \ --enable-debugging-symbols \ --enable-developer-warnings %{__make} %install %makeinstall find %{buildroot} -ls # # remove unneeded files # libvarnish.la has -lrt as dependency lib #%{__rm} -fv %{buildroot}%{_libdir}/*.la # # missing directories %{__install} -d -m 0755 %{buildroot}{%{pkg_logdir},%{pkg_home}} %{__install} -D -m 0644 redhat/varnish.logrotate %{buildroot}/etc/logrotate.d/varnish %if 0%{?suse_version} # # init scripts %{__install} -D -m 0644 redhat/varnish.sysconfig %{buildroot}/var/adm/fillup-templates/sysconfig.%{name} %{__install} -D -m 0755 %{S:2} %{buildroot}%{_sysconfdir}/init.d/%{name} %{__ln_s} -f %{_sysconfdir}/init.d/%{name} %{buildroot}%{_sbindir}/rc%{name} # # config files %{__install} -D -m 0644 etc/default.vcl %{buildroot}%{_sysconfdir}/%{name}/default.vcl %{__install} -D -m 0644 etc/default.vcl %{buildroot}%{_sysconfdir}/%{name}/default.vcl.example %else # # init scripts %{__install} -D -m 0644 redhat/varnish.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/%{name} %{__install} -D -m 0755 redhat/varnish.initrc %{buildroot}%{_sysconfdir}/init.d/%{name} # # config files %{__install} -D -m 0644 etc/default.vcl %{buildroot}%{_sysconfdir}/%{name}/default.vcl %{__install} -D -m 0644 etc/default.vcl %{buildroot}%{_sysconfdir}/%{name}/default.vcl.example # directorys %{__install} -m 0755 -d %{buildroot}%{pkg_cachedir} %endif %{__install} -m 0755 -d %{buildroot}%{_var}/run/%{name} %clean %{__rm} -rf %{buildroot} %pre /usr/sbin/groupadd -r %{pkguser} &>/dev/null ||: /usr/sbin/useradd -g %{pkggrp} -s /bin/false -r -c "user for %{pkg_name}" -d %{pkg_home} %{pkg_name} &>/dev/null ||: %if 0%{?suse_version} %post %fillup_and_insserv %{pkg_name} %preun %stop_on_removal %{pkg_name} %postun %restart_on_update %{pkg_name} %{insserv_cleanup} %else # how to do the same for RH/mandriva? %endif %post -n libvarnish1 -p /sbin/ldconfig %postun -n libvarnish1 -p /sbin/ldconfig %files %defattr(-,root,root,-) %if 0%{?suse_version} %{_sbindir}/rc%{name} /var/adm/fillup-templates/sysconfig.%{name} %else %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %endif %config(noreplace) %{_sysconfdir}/init.d/%{name} # %dir %attr(750,%{pkggrp},%{pkggrp}) %{_sysconfdir}/%{name}/ %config(noreplace) %attr(640,%{pkggrp},%{pkggrp}) %{_sysconfdir}/%{name}/default.vcl %config %attr(640,%{pkggrp},%{pkggrp}) %{_sysconfdir}/%{name}/default.vcl.example %dir %attr(750,%{pkggrp},%{pkggrp}) %{_var}/run/%{name}/ # %{_sbindir}/varnishd %{_sbindir}/varnishhist %{_sbindir}/varnishlog %{_sbindir}/varnishncsa %{_sbindir}/varnishstat %{_sbindir}/varnishtop %{_sbindir}/varnishadm %{_sbindir}/varnishreplay %{_sbindir}/varnishtest %{_mandir}/man1/varnishadm.1* %{_mandir}/man1/varnishreplay.1* %{_mandir}/man1/varnishd.1* %{_mandir}/man1/varnishhist.1* %{_mandir}/man1/varnishlog.1* %{_mandir}/man1/varnishncsa.1* %{_mandir}/man1/varnishstat.1* %{_mandir}/man1/varnishtop.1* %{_mandir}/man1/varnishtest.1* %{_mandir}/man7/vcl.7* %doc ChangeLog LICENSE README %if ! 0%{?suse_version} %doc redhat/README.redhat %endif %dir %attr(750,%{pkggrp},%{pkggrp}) %{pkg_home} %dir %attr(750,%{pkggrp},%{pkggrp}) %{pkg_cachedir} %config /etc/logrotate.d/varnish %files -n libvarnish1 %defattr(-,root,root,-) %{_libdir}/libvarnish.so.1 %{_libdir}/libvarnish.so.1.0.0 %{_libdir}/libvarnishapi.so.1 %{_libdir}/libvarnishapi.so.1.0.0 %{_libdir}/libvcl.so.1 %{_libdir}/libvcl.so.1.0.0 %{_libdir}/libvarnishcompat.so.1 %{_libdir}/libvarnishcompat.so.1.0.0 %{_libdir}/libvmod_digest.so.1 %{_libdir}/libvmod_digest.so.1.0.0 %files devel %defattr(-,root,root,-) %{_includedir}/varnish/ %{_libdir}/pkgconfig/varnishapi.pc %{_libdir}/libvarnish.la %{_libdir}/libvarnishapi.la %{_libdir}/libvcl.la %{_libdir}/libvarnishcompat.la %{_libdir}/libvmod_digest.la %{_libdir}/libvarnish.so %{_libdir}/libvarnishapi.so %{_libdir}/libvcl.so %{_libdir}/libvarnishcompat.so %{_libdir}/libvmod_digest.so %changelog