File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- dist : trusty
21language : python
32python :
43 - " 3.4"
54 - " 3.5"
6- - " nightly "
5+ - " 3.6 "
76
87install :
98 - pip install --upgrade pip
Original file line number Diff line number Diff line change 11%define name recodex-monitor
2+ %define short_name monitor
23%define version 1.0.1
3- %define unmangled_version 1.0.1
4- %define unmangled_version 1.0.1
5- %define release 1
4+ %define unmangled_version 2464f987fec22833d468faa61caba416f13402d4
5+ %define release 3
66
77Summary: Publish ZeroMQ messages through WebSockets
88Name: %{name }
99Version: %{version }
1010Release: %{release }
11- Source0: %{name }-%{unmangled_version }.tar.gz
1211License: MIT
1312Group: Development/Libraries
1413BuildRoot: %{_tmppath }/%{name }-%{version }-%{release }-buildroot
@@ -17,11 +16,17 @@ BuildArch: noarch
1716Vendor: Petr Stefan < UNKNOWN>
1817Url: https://github.com/ReCodEx/monitor
1918
19+ Source0: https://github.com/ReCodEx/%{short_name }/archive/%{unmangled_version }.tar.gz#/%{short_name}-%{unmangled_version}.tar.gz
20+
21+ %if 0%{?fedora }
22+ BuildRequires: python3 python3-devel python3-setuptools python3-pip
23+ %endif
24+
2025%description
21- UNKNOWN
26+ ReCodEx monitor for proxying zeromq messages to websocket channels
2227
2328%prep
24- %setup -n %{name }-%{ unmangled_version } -n %{ name }-%{unmangled_version }
29+ %setup -n %{short_name }-%{unmangled_version }
2530
2631%build
2732python3 setup.py build
You can’t perform that action at this time.
0 commit comments