-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathcocaine-tools-bf.spec
60 lines (42 loc) · 1.48 KB
/
cocaine-tools-bf.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
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")}
Name: cocaine-tools
Version: 0.11.5.0
Release: 1%{?dist}
Summary: Cocaine - Toolset
Group: Development/Libraries
License: LGPLv3
URL: http://reverbrain.com
Source0: http://repo.reverbrain.com/sources/%{name}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python-devel
BuildRequires: python-setuptools
Requires: cocaine-framework-python >= 0.11.1.0
Requires: python-msgpack
Requires: python-click >= 5.0
Requires: python-tornado >= 3.1
%description
Various tools to query and manipulate running Cocaine instances.
%prep
%setup -q -n %{name}-%{version}
%build
%install
rm -rf %{buildroot}
python setup.py install --root=%{buildroot}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc README* LICENSE
%{python_sitelib}/*
%{_bindir}/*
%changelog
* Mon May 26 2014 Evgeny Safronov <division494@gmail.com> - 0.11.5.0
- Feature: Added `name` optional parameter for `cocaine-tool info`.
- Feature: Info request can now expand every application's profile.
* Mon Feb 03 2014 Evgeny Safronov <division494@gmail.com> - 0.11.3.2
- Feature: Crashlog clean tool.
* Thu Jan 31 2014 Evgeny Safronov <division494@gmail.com> - 0.11.3.1
- Feature: Bash completion support for group tools.
* Thu Dec 03 2013 Anton Tyurin <noxiouz@yandex-team.ru> - 0.11.0.1
- Initial build.