-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathekosdebugger.spec
46 lines (34 loc) · 1.09 KB
/
ekosdebugger.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
%define __cmake_in_source_build %{_vpath_builddir}
Name: ekosdebugger
Version: 1.1.0.git
Release: %(date -u +%%Y%%m%%d%%H%%M%%S)%{?dist}
Summary: Ekos Debugger
License: LGPLv2
# See COPYRIGHT file for a description of the licenses and files covered
URL: https://indilib.org
Source0: https://github.com/knro/ekosdebugger/archive/master.tar.gz
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: systemd
BuildRequires: boost-devel
BuildRequires: boost-regex
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(zlib)
BuildRequires: pkgconfig(Qt5)
%description
Ekos Debugger is a helper application to KStars, Ekos, and INDI debugging. It can be used to troubleshoot KStars, INDI, or both.
The generated log files can be shared with developers in order to investigate any issues with the software and help to improve it.
%prep
%setup -n ekosdebugger-master
%build
%cmake .
make %{?_smp_mflags} -j4
%install
make DESTDIR=%{buildroot} install
%files
%license COPYING
%doc README.md
%{_bindir}/*
%changelog
* Wed Jul 29 2020 Jim Howard <[email protected]> 0.0.1.git-1
- added spec for copr