initial commit of file from CVS for smeserver-clamav-unofficial-sigs on Sat Sep 7 20:14:15 AEST 2024
This commit is contained in:
11
additional/CHANGELOG.git
Normal file
11
additional/CHANGELOG.git
Normal file
@@ -0,0 +1,11 @@
|
||||
commit d49776a2678f4125362855ea3079bc29455863fd
|
||||
Author: Daniel Berteaud <daniel@firewall-services.com>
|
||||
Date: Wed Jun 10 09:32:04 2015 +0200
|
||||
|
||||
Fix small typos
|
||||
|
||||
commit d9c1d2a35475a70f2a7546ae8617a2e6193eef0a
|
||||
Author: Daniel Berteaud <daniel@firewall-services.com>
|
||||
Date: Tue Jun 9 18:42:08 2015 +0200
|
||||
|
||||
Initial commit
|
52
additional/smeserver-clamav-unofficial-sigs.spec
Normal file
52
additional/smeserver-clamav-unofficial-sigs.spec
Normal file
@@ -0,0 +1,52 @@
|
||||
%define version 0.1.0
|
||||
%define release 0.beta0
|
||||
%define name smeserver-clamav-unofficial-sigs
|
||||
|
||||
|
||||
Summary:Unofficial ClamAV signature integration
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: %{release}%{?dist}
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
|
||||
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
|
||||
BuildArchitectures: noarch
|
||||
BuildRequires: e-smith-devtools
|
||||
|
||||
Requires: clamav-unofficial-sigs
|
||||
Requires: smeserver-clamav
|
||||
|
||||
%description
|
||||
Configure unofficial ClamAV signatures on SME Server
|
||||
|
||||
%changelog
|
||||
* Tue Jun 9 2015 Daniel Berteaud <daniel@firewall-services.com> - 0.1.0
|
||||
- initial release
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
perl createlinks
|
||||
|
||||
%install
|
||||
/bin/rm -rf $RPM_BUILD_ROOT
|
||||
(cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
|
||||
/bin/rm -f %{name}-%{version}-filelist
|
||||
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
|
||||
> %{name}-%{version}-filelist
|
||||
|
||||
%files -f %{name}-%{version}-filelist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%pre
|
||||
|
||||
%post
|
||||
|
||||
%preun
|
||||
|
Reference in New Issue
Block a user