--- rpms/clamav/sme9/clamav.spec 2014/01/31 17:08:48 1.5 +++ rpms/clamav/sme9/clamav.spec 2018/10/24 12:03:16 1.22 @@ -13,20 +13,17 @@ Summary: Anti-virus software Name: clamav -Version: 0.98.1 -Release: 2%{?dist} +Version: 0.100.2 +Release: 1%{?dist} License: GPL Group: Applications/System URL: http://www.clamav.net/ -Packager: Dag Wieers -Vendor: Dag Apt Repository, http://dag.wieers.com/apt/ - -Source: clamav-%{version}.tar.gz +Source: http://downloads.sourceforge.net/project/clamav/clamav/%{version}/clamav-%{version}.tar.gz Source1: clamav.init Source2: clamav-milter.init -Source10: main.cvd -Source11: daily.cvd +Source10: http://db.local.clamav.net/main.cvd +Source11: http://db.local.clamav.net/daily.cvd BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: bzip2-devel @@ -36,6 +33,10 @@ BuildRequires: ncurses-devel BuildRequires: zlib-devel %{!?_without_milter:BuildRequires: sendmail-devel >= 8.12} BuildRequires: check-devel +BuildRequires: openssl-devel +BuildRequires: libxml2-devel +BuildRequires: pcre-devel + ### Do not require the latest release of clamav-db specifically (people may use freshclam onward) #Requires: clamav-db = %{version}-%{release} @@ -223,7 +224,7 @@ EOF %{!?_without_milter:--enable-milter} \ --with-dbdir="%{_localstatedir}/clamav" \ --with-group="clamav" \ - --with-libcurl \ + --with-libcurl=%{_prefix} \ --with-user="clamav" ### Disable JIT until it is implemented securely (RHbz #573191) # --enable-llvm \ @@ -320,7 +321,7 @@ fi %files %defattr(-, root, root, 0755) -%doc AUTHORS BUGS ChangeLog COPYING FAQ INSTALL NEWS README +%doc ChangeLog.md COPYING* INSTALL.md NEWS.md README.md %doc etc/freshclam.conf.sample %doc docs/*.pdf ### Remove test virus documents as they trigger clamav @@ -338,10 +339,12 @@ fi %{_libdir}/libclamav.so.* %{_libdir}/libclamunrar.so.* %{_libdir}/libclamunrar_iface.so.* +%{_libdir}/libclammspack.so.* # moved from -devel to here so clamd can work with rars when clamav-devel is not installed. %{_libdir}/libclamav.so %{_libdir}/libclamunrar.so %{_libdir}/libclamunrar_iface.so +%{_libdir}/libclammspack.so %exclude %{_sysconfdir}/freshclam.conf.sample %files -n clamd @@ -400,21 +403,60 @@ fi %{_bindir}/clamav-config %{_includedir}/clamav.h %{_libdir}/pkgconfig/libclamav.pc +%{_libdir}/pkgconfig/libclammspack.pc %exclude %{_libdir}/libclamav.la %exclude %{_libdir}/libclamunrar.la %exclude %{_libdir}/libclamunrar_iface.la +%exclude %{_libdir}/libclammspack.la %changelog -* Fri Jan 31 2014 Ian Wells - 0.98.1-2.sme -- Sources are local, do not download them. [SME: 8163] +* Wed Oct 24 2018 Daniel Berteaud - 0.100.2-1.sme +- Update to 0.100.2 [SME: 10579] + +* Wed Mar 14 2018 Daniel Berteaud - 0.99.4-1.sme +- Update to release 0.99.4 [SME: 10529] + +* Sat Jan 27 2018 Daniel Berteaud - 0.99.3-1.sme +- Update to release 0.99.3 [SME: 10499] + +* Tue May 3 2016 Daniel Berteaud - 0.99.2-1.sme +- Update to release 0.99.2 [SME: 9489] + +* Thu Mar 3 2016 Daniel Berteaud - 0.99.1-1.sme +- Update to release 0.99.1 [SME: 9267] + +* Tue Jan 12 2016 Daniel Berteaud - 0.99-2.sme +- Add pcre-devel to BuildRequires [SME: 9151] + +* Wed Jan 6 2016 Daniel Berteaud - 0.99-1.sme +- Update to release 0.99 [SME: 9151] + +* Wed May 13 2015 Daniel Berteaud - 0.98.7-1.sme +- Updated to release 0.98.7 [SME: 8922] + +* Thu Jan 29 2015 Daniel Berteaud - 0.98.6-1.sme +- Updated to release 0.98.6 [SME: 8822] + +* Tue Dec 16 2014 Daniel Berteaud - 0.98.5-1.sme +- Updated to release 0.98.5 [SME: 8729] + +* Sat Jun 21 2014 Ian Wells - 0.98.4-2.sme +- Add BuildRequires for openssl-devel and libxml2-devel [SME: 8457] +- Remove Packager and Vendor from spec file. + +* Thu Jun 17 2014 David Beveridge - 0.98.4-1 +- Updates to release 0.98.4. + +* Thu May 8 2014 David Beveridge - 0.98.3-1 +- Updated to release 0.98.3. -* Sun Jan 26 2014 David Beveridge - 0.98.1-1.sme -- Updates to release 0.98.1 [SME: 8163] +* Sun Jan 26 2014 David Beveridge - 0.98.1-1 +- Updates to release 0.98.1. * Tue Sep 24 2013 Dag Wieers - 0.98-1 - Updated to release 0.98. -* Tue May 07 2013 David Hrbá? - 0.97.8-1 +* Tue May 07 2013 David Hrbáč - 0.97.8-1 - Updated to release 0.97.8. * Wed Mar 20 2013 Dag Wieers - 0.97.7-1 @@ -423,10 +465,10 @@ fi * Sun Sep 23 2012 Dag Wieers - 0.97.6-1 - Updated to release 0.97.6. -* Mon Jun 25 2012 David Hrbá? - 0.97.5-2 +* Mon Jun 25 2012 David Hrbáč - 0.97.5-2 - removed missing *.cld files (#183) -* Thu Jun 21 2012 David Hrbá? - 0.97.5-1 +* Thu Jun 21 2012 David Hrbáč - 0.97.5-1 - corrected missing DBs - new upstream release @@ -457,7 +499,7 @@ fi * Mon Oct 25 2010 Dag Wieers - 0.96.4-1 - Updated to release 0.96.4. -* Tue Sep 21 2010 David Hrbá? - 0.96.3-2 +* Tue Sep 21 2010 David Hrbáč - 0.96.3-2 - Added buildrequires check-devel. * Tue Sep 21 2010 Dag Wieers - 0.96.3-1