Browse Source

fixed filename

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9849 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 8 years ago
parent
commit
0cc7cbca7c
1 changed files with 6 additions and 2 deletions
  1. 6 2
      h/havp/havp-vl.spec

+ 6 - 2
h/havp/havp.spec → h/havp/havp-vl.spec

@@ -3,13 +3,14 @@
 Summary: HAVP - HTTP Anti Virus Proxy
 Name: havp
 Version: 0.92a
-Release: 2%{_dist_release}
+Release: 3%{_dist_release}
 License: GPL
 Group: Applications/System
 URL: http://www.server-side.de/
 Source0: http://www.server-side.de/download/havp-%{version}.tar.gz
 Patch0: havp.patch
-BuildRequires: libstdc++-devel, zlib-devel, bzip2-devel, gmp-devel
+BuildRequires: libstdc++-devel, zlib-devel, bzip2-devel
+BuildRequires: gmp-devel, openssl-devel
 BuildRequires: clamav-devel => %{clamav_version}
 BuildRoot: %{_tmppath}/%{name}-%{version}-root/
 #Requires: libstdc++, zlib, bzip2, gmp
@@ -94,6 +95,9 @@ fi
 %attr(750,havp,havp) %dir /var/run/havp 
 
 %changelog
+* Thu Dec  3 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.92a-3
+- built with clamav-0.99.
+
 * Sun Jan 12 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.92a-2
 - rebuilt with current environment.