automatic version update by autodist [release 1.0.0-1mamba;Wed Feb 01 2023]
This commit is contained in:
parent
e534188f9a
commit
c4578f42f2
37
clamav.spec
37
clamav.spec
@ -6,14 +6,14 @@
|
||||
%define libname lib%{name}
|
||||
|
||||
Name: clamav
|
||||
Version: 0.103.3
|
||||
Version: 1.0.0
|
||||
Release: 1mamba
|
||||
Summary: Clam AntiVirus is a GPL anti-virus toolkit for UNIX
|
||||
Group: Applications/Security
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.clamav.net
|
||||
URL: https://www.clamav.net/
|
||||
Source0: http://www.clamav.net/downloads/production/clamav-%{version}.tar.gz
|
||||
#Source0: http://downloads.sourceforge.net/sourceforge/clamav/clamav-%{version}.tar.gz
|
||||
Source1: %{name}-clamd.initscript
|
||||
@ -32,8 +32,6 @@ BuildRequires: libbzip2-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libjson-c-devel
|
||||
BuildRequires: libltdl-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libpcre2-devel
|
||||
@ -45,6 +43,7 @@ BuildRequires: libz-devel
|
||||
BuildRequires: bash
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: pwdutils
|
||||
BuildRequires: libmilter-devel
|
||||
Requires: bzip2
|
||||
Requires: gzip
|
||||
Requires: tar
|
||||
@ -97,16 +96,19 @@ This package contains the static %{libname} library and its header files.
|
||||
#cp %{SOURCE5} database/daily.cvd
|
||||
|
||||
%build
|
||||
export SENDMAIL="%{_libdir}/sendmail"
|
||||
%configure \
|
||||
--with-dbdir=%{_localstatedir}/lib/clamav/ \
|
||||
--disable-zlib-vcheck
|
||||
%cmake -d build \
|
||||
-DAPP_CONFIG_DIRECTORY=%{_sysconfdir}
|
||||
|
||||
#export SENDMAIL="%{_libdir}/sendmail"
|
||||
#% configure \
|
||||
# --with-dbdir=%{_localstatedir}/lib/clamav/ \
|
||||
# --disable-zlib-vcheck
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
%makeinstall
|
||||
%makeinstall -C build
|
||||
|
||||
# log files stuff
|
||||
install -d %{buildroot}%{_var}/log/%{name}
|
||||
@ -123,6 +125,7 @@ install -d %{buildroot}%{_var}/lib/%{name}
|
||||
|
||||
mv %{buildroot}%{_sysconfdir}/clamd.conf.sample %{buildroot}%{_sysconfdir}/clamd.conf
|
||||
mv %{buildroot}%{_sysconfdir}/freshclam.conf.sample %{buildroot}%{_sysconfdir}/freshclam.conf
|
||||
mv %{buildroot}%{_sysconfdir}/clamav-milter.conf.sample %{buildroot}%{_sysconfdir}/clamav-milter.conf
|
||||
|
||||
##install -d %{buildroot}%{_unitdir}
|
||||
#install -m 0644 %{SOURCE6} %{buildroot}%{_unitdir}/clamd.service
|
||||
@ -180,6 +183,7 @@ fi
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%config(noreplace) %{_sysconfdir}/freshclam.conf
|
||||
%config(noreplace) %{_sysconfdir}/clamav-milter.conf
|
||||
%config(noreplace) %{_sysconfdir}/logrotate.d/freshclam
|
||||
%{_bindir}/clambc
|
||||
%{_bindir}/clamconf
|
||||
@ -188,6 +192,7 @@ fi
|
||||
%{_bindir}/clamsubmit
|
||||
%{_bindir}/freshclam
|
||||
%{_bindir}/sigtool
|
||||
%{_sbindir}/clamav-milter
|
||||
%{_sbindir}/clamonacc
|
||||
%{_unitdir}/clamav-daemon.service
|
||||
%{_unitdir}/clamav-clamonacc.service
|
||||
@ -233,20 +238,24 @@ fi
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/clamav-config
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/libclamav.la
|
||||
%{_libdir}/libclamav.so
|
||||
%{_libdir}/libclammspack.la
|
||||
%{_libdir}/libclammspack.so
|
||||
%{_libdir}/libclamunrar.la
|
||||
%{_libdir}/libclamunrar.so
|
||||
%{_libdir}/libclamunrar_iface.la
|
||||
%{_libdir}/libclamunrar_iface.so
|
||||
%{_libdir}/libfreshclam.la
|
||||
%{_libdir}/libfreshclam.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%dir %{_docdir}/ClamAV
|
||||
%dir %{_docdir}/ClamAV/html
|
||||
%{_docdir}/ClamAV/html/*
|
||||
#% doc BUGS ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* Wed Feb 01 2023 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Nov 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.104.1-1mamba
|
||||
- update to 0.104.1
|
||||
|
||||
* Tue Jun 22 2021 Automatic Build System <autodist@mambasoft.it> 0.103.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user