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 Name: ccze
Version: 0.2.1 Version: 0.2.1_2
Release: 2mamba Release: 1mamba
Summary: A robust, modular log coloriser Summary: A robust, modular log coloriser
Group: Applications/Text Group: Applications/Text
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://packages.debian.org/unstable/utils/ccze.html URL: https://github.com/madhouse/ccze
Source: http://ftp.debian.org/debian/pool/main/c/ccze/ccze_%{version}.orig.tar.gz Source: https://github.com/madhouse/ccze.git/ccze-%{gitver}/ccze-%{version}.tar.bz2
Patch1: %{name}-0.2.1-argp.patch Patch1: %{name}-0.2.1-argp.patch
Patch2: %{name}-0.2.1-configure.patch Patch2: %{name}-0.2.1-configure.patch
Patch3: %{name}-0.2.1-mod_syslog.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 Patch5: %{name}-0.2.1-man.patch
Patch6: %{name}-0.2.1-gcc4.patch Patch6: %{name}-0.2.1-gcc4.patch
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libncurses-devel BuildRequires: libncurses-devel
BuildRequires: libpcre-devel BuildRequires: libpcre-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root ## AUTOBUILDREQ-END
%description %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. 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 %prep
%setup -q %setup -q
%patch1 -p1 #%patch1 -p1
%patch2 -p1 #%patch2 -p1
%patch3 -p1 #%patch3 -p1
%patch4 -p1 #%patch4 -p1
%patch5 -p1 #%patch5 -p1
%patch6 -p1 #%patch6 -p1
%build %build
autoreconf -vif autoreconf -vif
@ -56,9 +61,12 @@ rm -fr %{buildroot}%{_includedir}
%{_sysconfdir}/%{name}rc %{_sysconfdir}/%{name}rc
%{_mandir}/man1/* %{_mandir}/man1/*
%{_mandir}/man7/* %{_mandir}/man7/*
%doc AUTHORS COPYING ChangeLog ChangeLog-0.1 NEWS README THANKS %doc AUTHORS COPYING
%changelog %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 * Thu Sep 05 2013 Automatic Build System <autodist@mambasoft.it> 0.2.1-2mamba
- automatic rebuild by autodist - automatic rebuild by autodist