update to 0.2.1_2 [release 0.2.1_2-1mamba;Tue May 25 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 21:09:24 +01:00
parent 80e352ffa6
commit b9b6ca28f1

View File

@ -1,13 +1,14 @@
%define gitver %(echo %version | tr _ -)
Name: ccze
Version: 0.2.1
Release: 2mamba
Version: 0.2.1_2
Release: 1mamba
Summary: A robust, modular log coloriser
Group: Applications/Text
Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://packages.debian.org/unstable/utils/ccze.html
Source: http://ftp.debian.org/debian/pool/main/c/ccze/ccze_%{version}.orig.tar.gz
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/madhouse/ccze
Source: https://github.com/madhouse/ccze.git/ccze-%{gitver}/ccze-%{version}.tar.bz2
Patch1: %{name}-0.2.1-argp.patch
Patch2: %{name}-0.2.1-configure.patch
Patch3: %{name}-0.2.1-mod_syslog.patch
@ -15,21 +16,25 @@ Patch4: %{name}-0.2.1-wordcolor.patch
Patch5: %{name}-0.2.1-man.patch
Patch6: %{name}-0.2.1-gcc4.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libncurses-devel
BuildRequires: libpcre-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-END
%description
CCZE is a robust and modular log coloriser, with plugins for apm, exim, fetchmail, httpd, postfix, procmail, squid, syslog, ulogd, vsftpd, xferlog and more.
%debug_package
%prep
%setup -q
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
#%patch1 -p1
#%patch2 -p1
#%patch3 -p1
#%patch4 -p1
#%patch5 -p1
#%patch6 -p1
%build
autoreconf -vif
@ -56,9 +61,12 @@ rm -fr %{buildroot}%{_includedir}
%{_sysconfdir}/%{name}rc
%{_mandir}/man1/*
%{_mandir}/man7/*
%doc AUTHORS COPYING ChangeLog ChangeLog-0.1 NEWS README THANKS
%doc AUTHORS COPYING
%changelog
* Tue May 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.1_2-1mamba
- update to 0.2.1_2
* Thu Sep 05 2013 Automatic Build System <autodist@mambasoft.it> 0.2.1-2mamba
- automatic rebuild by autodist