-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpython-cpio.spec
176 lines (120 loc) · 6.54 KB
/
python-cpio.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
Name: python-cpio
Version: 0.4
Release: 1%{?dist}
Summary: A Python module for accessing cpio archives
License: LGPLv2+
URL: https://github.com/ryan-blakley/%{name}
Source0: https://github.com/ryan-blakley/%{name}/archive/refs/tags/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%global _description %{expand:
This is a Python module for accessing cpio archives.}
%description %_description
%package -n python%{python3_pkgversion}-cpio
Summary: %summary
%description -n python%{python3_pkgversion}-cpio %_description
%prep
%setup -q
%build
%py3_build
%install
%py3_install
%files -n python%{python3_pkgversion}-cpio
%license LICENSE
%doc AUTHORS README.md
%{python3_sitelib}/*
%changelog
* Thu Apr 28 2022 Ryan Blakley <[email protected]> 0.4-1
- Added entries attribute ([email protected])
* Fri Apr 22 2022 Ryan Blakley <[email protected]> 0.3-1
- Misc changes ([email protected])
- Add in reading in the fileobj for each entry ([email protected])
- Update the source url in the spec file ([email protected])
* Tue Nov 09 2021 Ryan Blakley <[email protected]> 0.2-1
- Bump the version with tito.
* Fri Jul 23 2021 Fedora Release Engineering <[email protected]> - 0.1-41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 04 2021 Python Maint <[email protected]> - 0.1-40
- Rebuilt for Python 3.10
* Wed Jan 27 2021 Fedora Release Engineering <[email protected]> - 0.1-39
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <[email protected]> - 0.1-38
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue May 26 2020 Miro Hrončok <[email protected]> - 0.1-37
- Rebuilt for Python 3.9
* Thu Jan 30 2020 Fedora Release Engineering <[email protected]> - 0.1-36
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Oct 03 2019 Miro Hrončok <[email protected]> - 0.1-35
- Rebuilt for Python 3.8.0rc1 (#1748018)
* Mon Aug 19 2019 Miro Hrončok <[email protected]> - 0.1-34
- Rebuilt for Python 3.8
* Fri Jul 26 2019 Fedora Release Engineering <[email protected]> - 0.1-33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sat Feb 02 2019 Fedora Release Engineering <[email protected]> - 0.1-32
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Tue Nov 13 2018 Watson Yuuma Sato <[email protected]> - 0.1-31
- Fix python3 compatibility - bytes and str
* Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek <[email protected]> - 0.1-30
- Subpackage python2-cpio has been removed
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
* Fri Jul 13 2018 Fedora Release Engineering <[email protected]> - 0.1-29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Tue Jun 19 2018 Miro Hrončok <[email protected]> - 0.1-28
- Rebuilt for Python 3.7
* Fri Feb 09 2018 Fedora Release Engineering <[email protected]> - 0.1-27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <[email protected]> - 0.1-26
- Python 2 binary package renamed to python2-cpio
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
* Thu Jul 27 2017 Fedora Release Engineering <[email protected]> - 0.1-25
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Sat Feb 11 2017 Fedora Release Engineering <[email protected]> - 0.1-24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Mon Dec 19 2016 Miro Hrončok <[email protected]> - 0.1-23
- Rebuild for Python 3.6
* Tue Jul 19 2016 Fedora Release Engineering <[email protected]> - 0.1-22
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
* Thu Feb 04 2016 Fedora Release Engineering <[email protected]> - 0.1-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Tue Nov 10 2015 Fedora Release Engineering <[email protected]> - 0.1-20
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
* Fri Aug 14 2015 José Matos <[email protected]> - 0.1-19
- Add python3 subpackage
* Thu Jun 18 2015 Fedora Release Engineering <[email protected]> - 0.1-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sat Jun 07 2014 Fedora Release Engineering <[email protected]> - 0.1-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sun Aug 04 2013 Fedora Release Engineering <[email protected]> - 0.1-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Thu Feb 14 2013 Fedora Release Engineering <[email protected]> - 0.1-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sat Jul 21 2012 Fedora Release Engineering <[email protected]> - 0.1-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Sat Jan 14 2012 Fedora Release Engineering <[email protected]> - 0.1-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Tue Feb 08 2011 Fedora Release Engineering <[email protected]> - 0.1-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Thu Jul 22 2010 David Malcolm <[email protected]> - 0.1-11
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
* Thu Jul 8 2010 Toshio Kuratomi <[email protected]> - 0.1-10
- Update for new python guidelines
- Fix spec so that EPEL-6 will build
* Sun Jul 26 2009 Fedora Release Engineering <[email protected]> - 0.1-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Thu Feb 26 2009 Fedora Release Engineering <[email protected]> - 0.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <[email protected]> - 0.1-7
- Rebuild for Python 2.6
* Fri Aug 29 2008 Tom "spot" Callaway <[email protected]> - 0.1-6
- fix license tag
* Tue Apr 1 2008 José Matos <jamatos[AT]fc.up.pt> - 0.1-5
- Add egg-info for F9+.
* Tue Aug 28 2007 José Matos <jamatos[AT]fc.up.pt> - 0.1-4
- License fix, rebuild for devel (F8).
* Tue Dec 12 2006 José Matos <jamatos[AT]fc.up.pt> - 0.1-3
- Rebuild for python 2.5.
* Mon Sep 11 2006 José Matos <jamatos[AT]fc.up.pt> - 0.1-2
- Rebuild for FC6.
* Tue Jan 3 2006 Ignacio Vazquez-Abrams <[email protected]> 0.1-1
- Initial RPM release