]> git.pld-linux.org Git - packages/python-pyclamav.git/commitdiff
- added -new-api.patch (fixes build with clamav >= 0.95) AC-branch auto/ac/python-pyclamav-0_4_1-10 auto/th/python-pyclamav-0_4_1-10
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 6 May 2009 20:55:51 +0000 (20:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 10

Changed files:
    python-pyclamav.spec -> 1.22

python-pyclamav.spec

index e83c84c34fd42f965291d471833f7f33fe1edded..bdb3cca767dcb3d135547bae2e9afb7dcbbbbf7e 100644 (file)
@@ -4,16 +4,17 @@ Summary:      A Python interface to libclamav
 Summary(pl.UTF-8):     Interfejs Pythona do libclamav
 Name:          python-pyclamav
 Version:       0.4.1
-Release:       9
+Release:       10
 License:       GPL
 Group:         Libraries/Python
 Source0:       http://norman.free.fr/norman/python/pyclamav/pyclamav-%{version}.tar.gz
 # Source0-md5: 9e1f29ea118bac87223ff4df3c077556
+Patch0:                %{name}-new-api.patch
 URL:           http://xael.org/norman/python/pyclamav/index.html
-BuildRequires:  clamav-devel >= 0:0.80
+BuildRequires:  clamav-devel >= 0:0.95
 BuildRequires: python
 BuildRequires: python-devel >= 1:2.4
-Requires:       clamav >= 0:0.80
+Requires:       clamav >= 0:0.95
 Requires:      python
 %pyrequires_eq python-modules
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -26,6 +27,7 @@ Interfejs Pythona do libclamav.
 
 %prep
 %setup -q -n pyclamav-%{version}
+%patch0 -p1
 
 %build
 env CFLAGS="%{rpmcflags}" %{__python} setup.py build
This page took 0.041997 seconds and 4 git commands to generate.