diff --git a/pycurl.spec b/pycurl.spec index e3f097c..5878659 100644 --- a/pycurl.spec +++ b/pycurl.spec @@ -1,5 +1,5 @@ Name: pycurl -Version: 7.19.0.3 +Version: 7.19.3.1 Release: 1mamba Summary: PycURL is a Python interface to libcurl Group: Development/Libraries/Python @@ -8,7 +8,7 @@ Distribution: openmamba Packager: Silvan Calarco URL: http://pycurl.sourceforge.net/ Source: http://pycurl.sourceforge.net/download/pycurl-%{version}.tar.gz -License: LGPL +License: LGPL, MIT Requires: python >= %{pyver} Requires: libcurl >= 7.15.3 ## AUTOBUILDREQ-BEGIN @@ -78,13 +78,16 @@ mv doc html %{python_sitearch}/curl %{python_sitearch}/pycurl.so %{python_sitearch}/pycurl-*-py*.egg-info -%doc COPYING +%doc COPYING-LGPL COPYING-MIT %files doc %defattr(-,root,root) -%doc ChangeLog TODO examples html tests +%doc ChangeLog examples html tests %changelog +* Wed Jun 04 2014 Automatic Build System 7.19.3.1-1mamba +- automatic update by autodist + * Sun Dec 29 2013 Automatic Build System 7.19.0.3-1mamba - automatic update by autodist