-
Notifications
You must be signed in to change notification settings - Fork 2
/
hskymon.spec
56 lines (48 loc) · 1.5 KB
/
hskymon.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
Summary: Sky-Monitor for Subaru Telescope, NAOJ
Name: hskymon
Version: 4.5.7
Release: 1%{?_dist_release}
License: GPL3
Group: Applications/Engineering
Packager: Akito Tajitsu <akito.tajitsu@nao.ac.jp>
URL: http://www.naoj.org/Observing/tools/hskymon/
Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
Vendor: Subaru Telescope, National Astoronomical Observatory of Japan
Requires: gtk3
Requires: cairo
Requires: libxml2
Requires: openssl
Requires: json-c
BuildRequires: gtk2-devel
BuildRequires: cairo-devel
BuildRequires: libxml2-devel
BuildRequires: openssl-devel
BuildRequires: json-c-devel
%description
hskymon is a GTK+2/3 based cross-platform application to monitor
celestial objects, sky condition, and telescope in Subaru Telescope
Gen2 system. It can be used as a visibility checker,
a finding charts creator, and a guiding stars finder
for your obs preparation in your environment
as well as a monitoring software in Subaru/Gen2 system.
Basically, hskymon is optimized for Subaru Telescope. However,
it can be adopted to other alt-az mount telescopes,
changing positional parameters.
%prep
%setup -q -n hskymon-%{version}
%build
./configure --with-gtk3
make
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr/local
make DESTDIR=$RPM_BUILD_ROOT install
%clean
rm -rf %{buildroot}
%files
/usr/local/bin/hskymon
/usr/local/share/man/man1/hskymon.1
%changelog
* Mon Jun 26 2017 Akito Tajitsu <tajitsu@naoj.org>
- first release for version 2.9.7