|
@@ -33,11 +33,11 @@ Distribution: OpenPKG
|
|
|
Class: PLUS
|
|
Class: PLUS
|
|
|
Group: Filesystem
|
|
Group: Filesystem
|
|
|
License: GPL
|
|
License: GPL
|
|
|
-Version: 0.66
|
|
|
|
|
-Release: 20040211
|
|
|
|
|
|
|
+Version: 0.70
|
|
|
|
|
+Release: 20040401
|
|
|
|
|
|
|
|
# list of sources
|
|
# list of sources
|
|
|
-Source0: http://osdn.dl.sourceforge.net/clamav/clamav-%{version}.tar.gz
|
|
|
|
|
|
|
+Source0: http://osdn.dl.sourceforge.net/clamav/clamav-%{version}-rc.tar.gz
|
|
|
Source1: rc.clamav
|
|
Source1: rc.clamav
|
|
|
Patch0: clamav.patch
|
|
Patch0: clamav.patch
|
|
|
|
|
|
|
@@ -63,13 +63,13 @@ AutoReqProv: no
|
|
|
|
|
|
|
|
%track
|
|
%track
|
|
|
prog clamav = {
|
|
prog clamav = {
|
|
|
- version = %{version}
|
|
|
|
|
- url = http://clamav.sourceforge.net/stable.html
|
|
|
|
|
- regex = clamav-(__VER__)\.tar\.gz
|
|
|
|
|
|
|
+ version = %{version}-rc
|
|
|
|
|
+ url = http://osdn.dl.sourceforge.net/clamav/
|
|
|
|
|
+ regex = clamav-(__VER__(-rc)?)\.tar\.gz
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
%prep
|
|
%prep
|
|
|
- %setup -q
|
|
|
|
|
|
|
+ %setup -q -n clamav-%{version}-rc
|
|
|
%patch -p0
|
|
%patch -p0
|
|
|
|
|
|
|
|
%build
|
|
%build
|