-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpython-wait.spec
More file actions
38 lines (28 loc) · 772 Bytes
/
Copy pathpython-wait.spec
File metadata and controls
38 lines (28 loc) · 772 Bytes
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
Name: python-wait
Version: 0.0.3
Release: 1%{?dist}
Summary: Python Wait
License: MIT
Source0: python-wait-%{version}.tar.gz
Requires: python
BuildRequires: python-setuptools
BuildArch: noarch
%description
Python Wait
%prep
%setup -q -c -n python-wait-%{version}
%build
%{__python} setup.py build
%install
%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
%files
%{python_sitelib}/wait
%{python_sitelib}/wait-*.egg-info
%changelog
* Tue Jul 14 2014 Shawn Siefkas <shawn@siefk.as> - 0.0.3-1
- Deferred Log Waits
- TCP Waits
* Mon Jul 14 2014 Shawn Siefkas <shawn@siefk.as> - 0.0.2-1
- Adding Log Existence Check
* Mon Jul 14 2014 Shawn Siefkas <shawn@siefk.as> - 0.0.1-1
- Initial Spec File