-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebtail.spec
42 lines (34 loc) · 1.03 KB
/
webtail.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
Name: webtail
Version: 1.2.0
Release: 1%{?dist}
Summary: Tail your filesystem from the web
Group: Applications/Text
License: MIT
URL: https://bitbucket.org/olle/webtail
Source0: https://bitbucket.org/olle/webtail/get/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python-devel
Requires: python-gevent
Requires: python-flask
%description
Tail your filesystem from the web.
%prep
%setup -q
%build
%{__python} setup.py build
%install
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
%files
%defattr(-,root,root,-)
%doc LICENSE
%{_bindir}/%{name}
%{python_sitelib}/%{name}-%{version}-py*.egg-info
%changelog
* Mon Oct 14 2013 Olle Lundberg <[email protected]> - 0.3.4
- Hack around old jinja2 on RHEL/CentOS.
* Mon Oct 14 2013 Olle Lundberg <[email protected]> - 0.3.3
- Clean up of spec file.
* Mon Oct 14 2013 Olle Lundberg <[email protected]> - 0.3.2
- Clean up of spec file.
* Mon Oct 14 2013 Olle Lundberg <[email protected]> - 0.3.0
- First release.