|
@@ -11,7 +11,7 @@
|
|
Summary: Clam AntiVirus
|
|
Summary: Clam AntiVirus
|
|
Summary(ja): Clamアンチウィルススキャナ
|
|
Summary(ja): Clamアンチウィルススキャナ
|
|
Name: clamav
|
|
Name: clamav
|
|
-Version: 0.99.2
|
|
|
|
|
|
+Version: 0.99.3
|
|
Release: 2%{?_dist_release}
|
|
Release: 2%{?_dist_release}
|
|
License: GPL
|
|
License: GPL
|
|
Group: Applications/System
|
|
Group: Applications/System
|
|
@@ -93,6 +93,10 @@ CFLAGS=%{pcre_cflags} \
|
|
%endif
|
|
%endif
|
|
--with-dbdir=%{dbdir}
|
|
--with-dbdir=%{dbdir}
|
|
|
|
|
|
|
|
+%if %{?_dist_release} == "vl6"
|
|
|
|
+find . -type f -name 'Makefile' | xargs perl -pi -e 's/-lncurses/-lncurses -ltinfo/'
|
|
|
|
+%endif
|
|
|
|
+
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
%install
|
|
@@ -221,6 +225,12 @@ fi
|
|
%{_includedir}/*
|
|
%{_includedir}/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jan 27 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.99.3-2
|
|
|
|
+- added an linker flag for Vine Linux 6.x.
|
|
|
|
+
|
|
|
|
+* Sat Jan 27 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.99.3-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Wed Jun 29 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.99.2-2
|
|
* Wed Jun 29 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.99.2-2
|
|
- rebuilt with new toolchain.
|
|
- rebuilt with new toolchain.
|
|
|
|
|