-
Notifications
You must be signed in to change notification settings - Fork 3
/
amtterm.spec
94 lines (84 loc) · 3.25 KB
/
amtterm.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Name: amtterm
License: GPLv2+
Version: 1.7
Release: 1%{?dist}
Summary: Serial-over-lan (sol) client for Intel AMT
Group: Applications/Internet
URL: http://www.kraxel.org/blog/linux/amtterm/
Source: http://www.kraxel.org/releases/%{name}/%{name}-%{version}.tar.gz
Requires: xdg-utils
BuildRequires: gcc
BuildRequires: desktop-file-utils
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(gdk-3.0)
BuildRequires: pkgconfig(vte-2.91)
BuildRequires: pkgconfig(gnutls)
%description
Serial-over-lan (sol) client for Intel AMT.
Includes a terminal and a graphical (gtk) version.
Also comes with a perl script to gather informations
about and remotely control AMT managed computers.
%prep
%setup -q
%build
export CFLAGS="%{optflags}"
make USE_GNUTLS=1 prefix=/usr
%install
make USE_GNUTLS=1 prefix=/usr DESTDIR=%{buildroot} STRIP="" install
desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ \
%{buildroot}/%{_datadir}/applications/gamt.desktop
%files
%doc COPYING
%{_bindir}/amtterm
%{_bindir}/amtider
%{_bindir}/amttool
%{_bindir}/gamt
%{_mandir}/man1/amtterm.1.gz
%{_mandir}/man1/amtider.1.gz
%{_mandir}/man1/amttool.1.gz
%{_mandir}/man1/gamt.1.gz
%{_mandir}/man7/amt-howto.7.gz
%{_datadir}/applications/gamt.desktop
%changelog
* Fri Apr 22 2022 Gerd Hoffmann <[email protected]> 1.7-1
- add amtider to specfile ([email protected])
- amtider: use defines for floppy and cdrom type ([email protected])
- amtider: switch to cd-rom emulation per default and add manpage
- ider: cleanup documentation ([email protected])
- ider: implement GET CONFIGURATION ([email protected])
- ider: implement READ DISC INFORMATION and READ TRACK INFORMATION
- ider: fixup READ TOC ([email protected])
- ider: chunked transport ([email protected])
- redir: split client and server seqno ([email protected])
- ider: switch to floppy emulation ([email protected])
- ider: fixups and better logging ([email protected])
- amtider: option to start gracefully or onreboot ([email protected])
- ider: implement ider_read_data() ([email protected])
- ider: implement READ_10 ([email protected])
- ider: Add MODE_SENSE_10 ([email protected])
- ider: implement device select ([email protected])
- ider: implement READ CAPACITY ([email protected])
- ider: fixup compilation ([email protected])
- ider: implement data_to_host ([email protected])
- redir: split off IDE redirection commands ([email protected])
- redir: reshuffle functions ([email protected])
- redir: add ider reset handling ([email protected])
- amtider: handle SIGTERM ([email protected])
- redir: IDE-redirection receive stubs ([email protected])
- redir: select start function by type ([email protected])
- amtider: IDE-redirection client ([email protected])
- RedirectionConstants.h: remove linebreak ([email protected])
- Merge branch 'ssl' ([email protected])
- amtterm: cleanup whitespace ([email protected])
- redir: cleanup whitespace ([email protected])
- add note for newer machines to amtterm manpage ([email protected])
- add gcc to specfile ([email protected])
- fix memory leak ([email protected])
- fix typo in man page ([email protected])
* Mon Feb 27 2017 Gerd Hoffmann <[email protected]> 1.6-1
- sync makefile & specfile ([email protected])
- *really* switch to vte 2.91 ([email protected])
* Mon Feb 27 2017 Gerd Hoffmann <[email protected]> 1.5-1
- new package built with tito