-
Notifications
You must be signed in to change notification settings - Fork 1
/
hoe.spec
56 lines (48 loc) · 1.46 KB
/
hoe.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: Subaru HDS++ OPE file Editor
Name: hoe
Version: 6.0.2
Release: 1%{?_dist_release}
License: GPL3
Group: Applications/Engineering
Packager: Akito Tajitsu <[email protected]>
URL: http://www.naoj.org/Observing/Instruments/HDS/hoe/
Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
Vendor: Subaru Telescope, National Astoronomical Observatory of Japan
Requires: gtk2
Requires: cairo
Requires: libxml2
Requires: libssh2
Requires: openssl
Requires: json-c
BuildRequires: gtk2-devel
BuildRequires: cairo-devel
BuildRequires: libxml2-devel
BuildRequires: libssh2-devel
BuildRequires: openssl-devel
BuildRequires: json-c-devel
%description
Subaru HDS++ OPE file Editor (HOE) is a tool-program to make operation
(OPE) files for observations with HDS (High Dispersion Spectrograph)
and several other instruments of Subaru Telescope, NAOJ.
It also has a function as an Echelle format simulator and an
Exposure Time Calculator for HDS.
Current supported instruments are HDS, IRCS (Infrared Camera and Spectrograph),
HSC (Hyper Suprime-Cam), and IRD (InfraRed Doppler).
%prep
%setup -q -n hoe-%{version}
%build
./configure
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/hoe
/usr/local/share/man/man1/hoe.1
%changelog
* Fri Aug 10 2018 Akito Tajitsu <[email protected]>
- first release for version 3.6.3