-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathncplot.spec
More file actions
66 lines (55 loc) · 1.93 KB
/
ncplot.spec
File metadata and controls
66 lines (55 loc) · 1.93 KB
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
61
62
63
64
65
66
Summary: Spec file for ncplot
Name: ncplot
Version: 4.12
Release: 3%{?dist}
License: GPL
Group: System Environment/Daemons
Url: https://www.eol.ucar.edu/
Packager: Chris Webster <cjw@ucar.edu>
# becomes RPM_BUILD_ROOT
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Vendor: UCAR
BuildArch: x86_64
Requires: netcdf libpng gsl motif
Source: ftp://ftp.eol.ucar.edu/pub/archive/RAF-src/%{name}.tar.gz
%description
Configuration for NCAR-EOL ncplot aircraft netCDF plotting tool.
%prep
%setup -n %{name}
%build
make
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
cp %{name} %{buildroot}%{_bindir}
%post
echo
echo Optionally \'yum install GMT \"gshhg*\"\' for geo-political boundaries database.
echo
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%{_bindir}/%{name}
%changelog
* Tue Oct 8 2025 Chris Webster <cjw@ucar.edu> - 4.12-2
- Fix register deprecation warning on MacOS - Re: Motif
- Fix search for GMT binary.
* Thu Sep 19 2024 Chris Webster <cjw@ucar.edu> - 4.12-0
- Bug fix for random 1 hour time shift from the below switch to Time variable.
* Wed Nov 9 2022 Chris Webster <cjw@ucar.edu> - 4.10-1
- Switch away from TimeInterval attribute to using Time variable.
* Sat Apr 23 2022 Chris Webster <cjw@ucar.edu> - 4.10-0
- Add toggle 'Show Missing Value Count' on time-series.
* Thu Apr 21 2022 Chris Webster <cjw@ucar.edu> - 4.9-14
- Fix autoscale buttons for XY, XYZ, and diff plots.
* Thu Apr 14 2022 Chris Webster <cjw@ucar.edu> - 4.9-13
- Fix wind barb bug instroduced in 2017. Fixes core dump when engaging.
* Sun May 30 2021 Chris Webster <cjw@ucar.edu> - 4.9-12
- Improve box-zoom behavior when going off right edge of time-series.
* Sat Mar 13 2021 Chris Webster <cjw@ucar.edu> - 4.9-11
- Fix Help Menu. Use system "opener" instead of forking firefox.
* Thu Jul 14 2011 Chris Webster <cjw@ucar.edu> - 1.0-2
- updates for 4.9.1
* Thu Sep 3 2009 Chris Webster <cjw@ucar.edu> - 1.0-1
- initial version