summaryrefslogtreecommitdiff
path: root/libvirt-python.spec.in
Commit message (Collapse)AuthorAgeFilesLines
* Add python3 to the automated build and RPMDaniel P. Berrange2013-12-121-5/+48
| | | | | | | | This updates autobuild.sh to test the python3 build process. The RPM specfile is changed to build a libvirt-python3 RPM on Fedora > 18 Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* Fix misc RPM specfile flawsDaniel P. Berrange2013-11-281-3/+10
| | | | | | | | Fix the RPM summary line, add placeholder %changelog tag, make %setup quiet, add Url: tag and filter out bogus provides and add example programs as docs. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* Setup distutils build systemDaniel P. Berrange2013-11-221-0/+34
Create a setup.py for building libvirt python code and add supporting files Signed-off-by: Daniel P. Berrange <berrange@redhat.com>