update to 0.5.6 [release 0.5.6-1mamba;Sun Mar 29 2020]
This commit is contained in:
parent
06fd1e60e3
commit
651913830d
13
c-icap.spec
13
c-icap.spec
@ -1,5 +1,6 @@
|
|||||||
|
%define majver %(echo %version | cut -d. -f 1-2)
|
||||||
Name: c-icap
|
Name: c-icap
|
||||||
Version: 0.1.6
|
Version: 0.5.6
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An implementation of an ICAP server that can be used with HTTP proxies like Squid
|
Summary: An implementation of an ICAP server that can be used with HTTP proxies like Squid
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
@ -7,14 +8,15 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://c-icap.sourceforge.net
|
URL: http://c-icap.sourceforge.net
|
||||||
Source: http://downloads.sourceforge.net/project/c-icap/c-icap/0.1.x/c_icap-%{version}.tar.gz
|
Source: https://sourceforge.net/projects/c-icap/files/c-icap/%{majver}.x/c_icap-%{version}.tar.gz/download
|
||||||
|
#Source: http://downloads.sourceforge.net/project/c-icap/c-icap/0.1.x/c_icap-%{version}.tar.gz
|
||||||
Source1: %{name}-initscript
|
Source1: %{name}-initscript
|
||||||
Source2: %{name}-logrotate
|
Source2: %{name}-logrotate
|
||||||
Patch0: %{name}-0.1.5-conf.patch
|
Patch0: %{name}-0.1.5-conf.patch
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libdb51-devel
|
BuildRequires: libdb53-devel
|
||||||
BuildRequires: libopenldap-devel
|
BuildRequires: libopenldap-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -56,7 +58,7 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n c_icap-%{version}
|
%setup -q -n c_icap-%{version}
|
||||||
%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -137,6 +139,9 @@ fi
|
|||||||
%{_mandir}/man8/c-icap-libicapapi-config.8*
|
%{_mandir}/man8/c-icap-libicapapi-config.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 29 2020 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.5.6-1mamba
|
||||||
|
- update to 0.5.6
|
||||||
|
|
||||||
* Mon Jul 25 2011 Automatic Build System <autodist@mambasoft.it> 0.1.6-1mamba
|
* Mon Jul 25 2011 Automatic Build System <autodist@mambasoft.it> 0.1.6-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user