-
Notifications
You must be signed in to change notification settings - Fork 3
/
python-rdoupdate.spec
98 lines (68 loc) · 2.43 KB
/
python-rdoupdate.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
Name: python-rdoupdate
Version: 0.14
Release: 2%{?dist}
Summary: Manipulation and validation of YAML update files
Group: Development/Languages
License: ASL 2.0
URL: https://github.com/yac/rdoupdate
Source0: https://pypi.python.org/packages/source/r/rdoupdate/rdoupdate-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python-setuptools
BuildRequires: python2-devel
Requires: python-setuptools
Requires: python-argparse
Requires: python-urlgrabber
Requires: PyYAML
Requires: git-core
%description
rdoupdate is a simple utility module useful for updating software repositories
using YAML update files optionally stored in a git repo.
rdoupdate-check script is provided which can validate if a file contains valid
update data and is able to extract such file from a git repo.
%prep
%setup -q -n rdoupdate-%{version}
%build
%{__python2} setup.py build
%install
%{__python2} setup.py install -O1 --skip-build --root %{buildroot}
%files
%doc README.md
%{_bindir}/rdoupdate
%license LICENSE
%{python2_sitelib}/rdoupdate
%{python2_sitelib}/*.egg-info
%changelog
* Thu Sep 17 2015 Jakub Ruzicka <[email protected]> 0.14-2
- Improve .spec file
- Use versioned python macros
- Inlcude LICENSE
- Use PyPI tarball
- Improve spacing
* Wed Feb 04 2015 Jakub Ruzicka <[email protected]> 0.14-1
- Update to upstream 0.14
* Tue Jan 20 2015 Jakub Ruzicka <[email protected]> 0.13.1-1
- Update to upstream 0.13.1
* Tue Dec 02 2014 Jakub Ruzicka <[email protected]> 0.13-1
- Update to upstream 0.13
* Thu Aug 28 2014 Jakub Ruzicka <[email protected]> 0.12
- Update to 0.12
* Mon Jun 02 2014 Jakub Ruzicka <[email protected]> 0.11
- Update to 0.11
* Fri Mar 21 2014 Jakub Ruzicka <[email protected]> 0.9
- Update to 0.9
- Update group support
* Wed Mar 19 2014 Jakub Ruzicka <[email protected]> 0.8
- Update to 0.8
- New koji-scratch build source
* Mon Mar 17 2014 Jakub Ruzicka <[email protected]> 0.7.2
- Update to 0.7.2
* Fri Feb 14 2014 Jakub Ruzicka <[email protected]> 0.7.1
- Update to 0.7.1
* Mon Feb 10 2014 Jakub Ruzicka <[email protected]> 0.7
- Update to 0.7
* Fri Jan 24 2014 Jakub Ruzicka <[email protected]> 0.5
- Update to 0.5
* Sat Jan 18 2014 Jakub Ruzicka <[email protected]> 0.4
- New backward incompatible version 0.4
* Mon Oct 07 2013 Jakub Ruzicka <[email protected]> 0.2
- Initial package.