-
Notifications
You must be signed in to change notification settings - Fork 7
/
python3-lxc.spec
76 lines (54 loc) · 1.93 KB
/
python3-lxc.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
%global srcname python3-lxc
Name: %{srcname}
Version: 5.0.0
Release: 0.1%{?dist}
Summary: Python 3 bindings for LXC
License: LGPLv2+
URL: https://linuxcontainers.org/lxc
Source0: https://linuxcontainers.org/downloads/lxc/%{srcname}-%{version}.tar.gz
BuildRequires: gcc
BuildRequires: lxc-devel >= 3
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description
%{summary}
%prep
%autosetup -n %{srcname}-%{version} -p1
# fix python shebang in examples
sed -i 's|/usr/bin/env python3|/usr/bin/python3|g' examples/*
chmod -x examples/*
%build
%py3_build
%install
%py3_install
%check
%files
%license COPYING
%doc README.md
%doc examples/
%{python3_sitearch}/*
%changelog
* Sun Jul 09 2023 Reto Gantenbein <[email protected]> 5.0.0-0.1
- Update to 5.0.0.
* Sun Feb 20 2022 Reto Gantenbein <[email protected]> 3.0.4-0.5
- Add latest upstream patches
* Sun May 16 2021 Reto Gantenbein <[email protected]> 3.0.4-0.4
- Add some upstream patches
* Sun Sep 13 2020 Reto Gantenbein <[email protected]> 3.0.4-0.3
- Cleanup EPEL 7 compatibility from spec file
* Sat Sep 28 2019 Reto Gantenbein <[email protected]> 3.0.4-0.2
- Rebuild for EPEL-8
* Thu Aug 15 2019 Reto Gantenbein <[email protected]> 3.0.4-0.1
- Update to 3.0.4
- Build Python 3.4 and 3.6 packages for CentOS
- Install examples
* Wed Nov 28 2018 Reto Gantenbein <[email protected]> 3.0.3-0.1
- Update to 3.0.3
* Sat Sep 22 2018 Reto Gantenbein <[email protected]> 3.0.2-0.2
- Fix build no C compiler is in the base build environment
* Sat Sep 15 2018 Reto Gantenbein <[email protected]> 3.0.2-0.1
- Update to 3.0.2
* Wed Jun 20 2018 Reto Gantenbein <[email protected]> 3.0.1-0.2
- Fix dependency and upgrade issues on CentOS 7
* Sat Mar 31 2018 Reto Gantenbein <[email protected]> 3.0.1-0.1
- Initial package