forked from avocado-framework/avocado-vt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
avocado-plugins-vt.spec
85 lines (66 loc) · 2.59 KB
/
avocado-plugins-vt.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
%global modulename avocado
%if ! 0%{?commit:1}
%define commit 2b69175c21f6e77068eb53c7d78c20a149fd0c97
%endif
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Summary: Avocado Virt Test Plugin
Name: avocado-plugins-vt
Version: 0.29.0
Release: 1%{?dist}
License: GPLv2
Group: Development/Tools
URL: http://avocado-framework.readthedocs.org/
Source0: https://github.com/avocado-framework/%{name}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
BuildRequires: python2-devel
BuildArch: noarch
Requires: python, avocado, autotest-framework, p7zip, tcpdump, iproute, iputils, gcc, glibc-headers, python-devel, nc, aexpect
Requires: python-imaging
%if 0%{?el6}
Requires: gstreamer-python, gstreamer-plugins-good
%else
Requires: pygobject2, gstreamer1-plugins-good
%endif
%description
Avocado Virt Test is a plugin that lets you execute virt-tests
with all the avocado convenience features, such as HTML report,
Xunit output, among others.
%prep
%setup -q -n %{name}-%{commit}
%build
%{__python} setup.py build
%install
%{__python} setup.py install --root %{buildroot} --skip-build
%files
%defattr(-,root,root,-)
%dir /etc/avocado
%dir /etc/avocado/conf.d
%config(noreplace)/etc/avocado/conf.d/vt.conf
%doc README.rst LICENSE
%{python_sitelib}/avocado*
%{python_sitelib}/virttest*
%{_datadir}/avocado-plugins-vt/backends/*
%{_datadir}/avocado-plugins-vt/shared/*
%{_datadir}/avocado-plugins-vt/test-providers.d/*
%changelog
* Wed Oct 7 2015 Lucas Meneghel Rodrigues <[email protected]> - 0.29.0-1
- Update to upstream version 0.29.0
* Mon Sep 21 2015 Lucas Meneghel Rodrigues <[email protected]> - 0.28.1-1
- Update to upstream version 0.28.1
* Wed Sep 16 2015 Lucas Meneghel Rodrigues <[email protected]> - 0.28.0-1
- Update to upstream version 0.28.0
* Wed Sep 2 2015 Lucas Meneghel Rodrigues <[email protected]> - 0.27.0-4
- Add aexpect dependency
* Tue Aug 4 2015 Lucas Meneghel Rodrigues <[email protected]> - 0.27.0-3
- Add video dependencies
* Tue Aug 4 2015 Lucas Meneghel Rodrigues <[email protected]> - 0.27.0-2
- Updated the spec file to require 'nc' instead of 'nmap-ncat'
* Mon Aug 3 2015 Lucas Meneghel Rodrigues <[email protected]> - 0.27.0-1
- Update to upstream version 0.27.0
* Thu Jul 30 2015 Lucas Meneghel Rodrigues <[email protected]> - 0.26.0-2
- Merge with virt-test/updated package dependencies
* Mon Jul 6 2015 Lucas Meneghel Rodrigues <[email protected]> - 0.26.0-1
- Update to upstream version 0.26.0
* Tue Jun 16 2015 Lucas Meneghel Rodrigues <[email protected]> - 0.25.0-1
- Update to upstream version 0.25.0
* Wed Jun 3 2015 Lucas Meneghel Rodrigues <[email protected]> - 0.24.0-2
- First version of the compatibility layer plugin