summaryrefslogtreecommitdiff
path: root/libvirt-python.spec.in
Commit message (Collapse)AuthorAgeFilesLines
* spec: Don't pull in dependencies for example scriptsCole Robinson2016-04-201-0/+5
| | | | | If the scripts are marked as executable, RPM magic will scan them for dependencies, which can pull in python2 for the python3 package
* spec: Reorganize to satisfy buggy spectoolv1.2.7Jiri Denemark2014-07-291-8/+6
| | | | | | | | spectool parses a specfile and strips everything but a preamble. However, if the first section is preceded by %if clause, it keeps it there which then makes rpmbuild complain about unmatched %if. Let's make the buggy tool happy by moving sections around so that the first one is not in any conditional.
* build: add BuildRequires for python-lxml and python3-lxmlv1.2.4Laine Stump2014-04-071-0/+2
| | | | | | | python-lxml is likely always already present anyway (due to so many packages being dependent on it), but at least on my F20 system, python3-lxml wasn't installed, leading to a failure of "python setup.py rpm" without an informative error message.
* Fix nosetests usage with python3v1.2.3Daniel P. Berrange2014-04-021-0/+8
| | | | | | | Add RPM deps on python/python3-nose, make RPM build run the test suite and invoke nosetests using correct python binary Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* 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>