packages: clamav-unofficial-sigs/clamav-unofficial-sigs.spec (NEW) - initial

undefine undefine at pld-linux.org
Mon Aug 10 21:08:09 CEST 2009


Author: undefine                     Date: Mon Aug 10 19:08:08 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial

---- Files affected:
packages/clamav-unofficial-sigs:
   clamav-unofficial-sigs.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/clamav-unofficial-sigs/clamav-unofficial-sigs.spec
diff -u /dev/null packages/clamav-unofficial-sigs/clamav-unofficial-sigs.spec:1.1
--- /dev/null	Mon Aug 10 21:08:09 2009
+++ packages/clamav-unofficial-sigs/clamav-unofficial-sigs.spec	Mon Aug 10 21:08:03 2009
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+Summary:	Script to download and run some unofficial clamav signatures
+Summary(pl.UTF-8):	Skrypt do ściągania i uruchamiania kilku nieoficjalnych sygnatur do clamav
+Name:		clamav-unofficial-sigs
+Version:	3.5.4
+Release:	0.1
+License:	BSD-like
+Group:		Applications/Databases
+Source0:	http://www.inetmsg.com/pub/%{name}.tar.gz
+# Source0-md5:	18dfec4fa44df9c1a300d01be923637d
+URL:		http://www.sanesecurity.co.uk/download_scripts_linux.htm
+Requires:	rsync
+Requires:	clamav
+Requires:	crond
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The package contains script and configuration files that provide the capability
+to download, test, and update the 3rd-party signature databases provide by
+Sanesecurity (www.sanesecruity.com), MSRBL (www.msrbl.com), SecuriteInfo
+(http://www.securiteinfo.com/services/clamav_unofficial_malwares_signatures.shtml),
+MalwarePatrol (www.malware.com.br), and OITC (http://www.oitc.com/winnow/clamsigs).
+
+%description -l pl.UTF-8
+Pakiet zawiera skrypt i pliki konfiguracyjne umożliwiające ściąganie,
+testowanie, aktualizowanie sygnatur dla clamav dostarczonych przez Sanesecurity
+(www.sanesecruity.com), MSRBL (www.msrbl.com), SecuriteInfo
+(http://www.securiteinfo.com/services/clamav_unofficial_malwares_signatures.shtml),
+MalwarePatrol (www.malware.com.br), i OITC (http://www.oitc.com/winnow/clamsigs).
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8,%{_sysconfdir}/{logrotate.d,cron.d}}
+install clamav-unofficial-sigs.sh clamd-status.sh $RPM_BUILD_ROOT%{_sbindir}
+install clamav-unofficial-sigs.8 $RPM_BUILD_ROOT%{_mandir}/man8/
+install clamav-unofficial-sigs.conf $RPM_BUILD_ROOT%{_sysconfdir}
+install clamav-unofficial-sigs-cron $RPM_BUILD_ROOT%{_sysconfdir}/cron.d/%{name}
+install clamav-unofficial-sigs-logrotate $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README INSTALL LICENSE CHANGELOG
+
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
+%attr(755,root,root) %{_sbindir}/*
+%{_sysconfdir}/*/%{name}
+%{_mandir}/man8/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/08/10 19:08:03  undefine
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list