-
Notifications
You must be signed in to change notification settings - Fork 3
/
xpms2d.spec
67 lines (51 loc) · 1.48 KB
/
xpms2d.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
57
58
59
60
61
62
63
64
65
66
67
Summary: Spec file for xpms2d
Name: xpms2d
Version: 3.0
Release: 2
License: GPL
Group: System Environment/Daemons
Url: http://www.eol.ucar.edu/
Packager: Chris Webster <[email protected]>
# becomes RPM_BUILD_ROOT
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Vendor: UCAR
BuildArch: x86_64
BuildRequires: python3-scons
Requires: libpng
%if 0%{?rhel} <= 7
Requires: openmotif
%else
Requires: motif
%endif
Source: %{name}.tar.gz
%description
Configuration for NCAR-EOL xpms2d display for OAP probes.
%prep
%setup -n %{name}
%build
scons
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
cp xpms2d/src/%{name} %{buildroot}%{_bindir}
%post
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%{_bindir}/%{name}
%changelog
* Sat Mar 13 2021 Chris Webster <[email protected]> - 3.0-2
- Try and get rpmbuild to work. Help Menu refactor.
* Mon Jul 27 2015 Chris Webster <[email protected]> - 2.7-1
- Merge in 2DS branch.
* Fri Dec 05 2014 Chris Webster <[email protected]> - 2.7-0
- Add support for CIP & PIP probes. Files still need to meet OAP format. I would call this beta support.
* Thu Dec 12 2013 Chris Webster <[email protected]> - 2.6-2
- bug fixes.
- Magnify box issue - XButtonEvent needed update, wasn't detecting if NumLock was off (or on).
- Merge in branch file positioning.
- Replace fopen64() freado64(), fseeko64(), etc with fopen() fread(), fseeko()
- Clean up Mac build for Mountian Lion
* Wed Jul 13 2011 Chris Webster <[email protected]> - 2.6-1
- initial version