summaryrefslogtreecommitdiffstats
path: root/amtterm.spec
blob: ffc2e0832c3b6c7ae30ca3d714fe990362a9fd83 (plain)
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
94
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 <kraxel@redhat.com> 1.7-1
- add amtider to specfile (kraxel@redhat.com)
- amtider: use defines for floppy and cdrom type (hare@suse.de)
- amtider: switch to cd-rom emulation per default and add manpage
  (hare@suse.de)
- ider: cleanup documentation (hare@suse.de)
- ider: implement GET CONFIGURATION (hare@suse.de)
- ider: implement READ DISC INFORMATION and READ TRACK INFORMATION
  (hare@suse.de)
- ider: fixup READ TOC (hare@suse.de)
- ider: chunked transport (hare@suse.de)
- redir: split client and server seqno (hare@suse.de)
- ider: switch to floppy emulation (hare@suse.de)
- ider: fixups and better logging (hare@suse.de)
- amtider: option to start gracefully or onreboot (hare@suse.de)
- ider: implement ider_read_data() (hare@suse.de)
- ider: implement READ_10 (hare@suse.com)
- ider: Add MODE_SENSE_10 (hare@suse.com)
- ider: implement device select (hare@suse.com)
- ider: implement READ CAPACITY (hare@suse.com)
- ider: fixup compilation (hare@suse.de)
- ider: implement data_to_host (hare@suse.de)
- redir: split off IDE redirection commands (hare@suse.de)
- redir: reshuffle functions (hare@suse.de)
- redir: add ider reset handling (hare@suse.de)
- amtider: handle SIGTERM (hare@suse.de)
- redir: IDE-redirection receive stubs (hare@suse.de)
- redir: select start function by type (hare@suse.de)
- amtider: IDE-redirection client (hare@suse.de)
- RedirectionConstants.h: remove linebreak (hare@suse.de)
- Merge branch 'ssl' (hare@suse.de)
- amtterm: cleanup whitespace (hare@suse.de)
- redir: cleanup whitespace (hare@suse.de)
- add note for newer machines to amtterm manpage (kraxel@redhat.com)
- add gcc to specfile (kraxel@redhat.com)
- fix memory leak (kraxel@redhat.com)
- fix typo in man page (kraxel@redhat.com)

* Mon Feb 27 2017 Gerd Hoffmann <kraxel@redhat.com> 1.6-1
- sync makefile & specfile (kraxel@redhat.com)
- *really* switch to vte 2.91 (kraxel@redhat.com)

* Mon Feb 27 2017 Gerd Hoffmann <kraxel@redhat.com> 1.5-1
- new package built with tito