]> git.pld-linux.org Git - packages/squid.git/commitdiff
- BR libcap-devel
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 8 Sep 2010 17:48:38 +0000 (17:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- renumbered patches

Changed files:
    squid.spec -> 1.319

squid.spec

index b3bff0a42428d634ec3c0a58339e8a4c05ae0306..46bde66c03facc41e8a1b69b04e2782ad7148be7 100644 (file)
@@ -40,13 +40,13 @@ Source7:    %{name}.pamd
 # Other patches:
 # http://zph.bratcheda.org/
 Source8:       %{name}-cachemgr-apache.conf
-Patch1:                %{name}-fhs.patch
-Patch2:                %{name}-location.patch
-Patch3:                %{name}-crash-on-ENOSPC.patch
-Patch4:                %{name}-empty-referer.patch
-Patch5:                %{name}-2.5.STABLE4-apache-like-combined-log.patch
-Patch6:                %{name}-ppc-m32.patch
-Patch7:                %{name}-cachemgr-webapp.patch
+Patch0:                %{name}-fhs.patch
+Patch1:                %{name}-location.patch
+Patch2:                %{name}-crash-on-ENOSPC.patch
+Patch3:                %{name}-empty-referer.patch
+Patch4:                %{name}-2.5.STABLE4-apache-like-combined-log.patch
+Patch5:                %{name}-ppc-m32.patch
+Patch6:                %{name}-cachemgr-webapp.patch
 URL:           http://www.squid-cache.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -54,6 +54,7 @@ BuildRequires:        cyrus-sasl-devel >= 2.1.0
 BuildRequires: db-devel
 BuildRequires: expat-devel
 BuildRequires: heimdal-devel
+BuildRequires: libcap-devel
 BuildRequires: libltdl-devel
 BuildRequires: libxml2-devel
 BuildRequires: openldap-devel >= 2.3.0
@@ -474,15 +475,15 @@ Ten pakiet zawiera skrypty perlowe i dodatkowe programy dla Squida.
 # Bug fixes from Squid home page:
 
 # Other patches:
+%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
-%{?with_combined_log:%patch5 -p1}
+%{?with_combined_log:%patch4 -p1}
 %ifarch ppc
-%patch6 -p1
+%patch5 -p1
 %endif
-%patch7 -p1
+%patch6 -p1
 
 %{__sed} -i -e '1s#!.*bin/perl#!%{__perl}#' {contrib,scripts,helpers/*/*}/*.pl
 
This page took 0.082728 seconds and 4 git commands to generate.