summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-02-27 08:11:20 +0100
committerGerd Hoffmann <kraxel@redhat.com>2017-02-27 08:11:20 +0100
commitd757aa01ea33003c9d932ff843ab27f440ad709e (patch)
treeb614a6fadc26c08a31ac5c98b9c4482c127fa930
parent39aa0db39d8c48c7a7ea2c7f3cd29f1e6e9b1948 (diff)
downloadamtterm-d757aa01ea33003c9d932ff843ab27f440ad709e.tar.gz
tito: specfile
-rw-r--r--amtterm.spec44
1 files changed, 44 insertions, 0 deletions
diff --git a/amtterm.spec b/amtterm.spec
new file mode 100644
index 0000000..f5a6a10
--- /dev/null
+++ b/amtterm.spec
@@ -0,0 +1,44 @@
+Name: amtterm
+License: GPLv2+
+Version: 1.4
+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: desktop-file-utils
+BuildRequires: pkgconfig(gtk+-x11-3.0)
+BuildRequires: pkgconfig(vte-2.90)
+
+%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 prefix=/usr
+
+%install
+make prefix=/usr DESTDIR=%{buildroot} STRIP="" install
+desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ \
+ %{buildroot}/%{_datadir}/applications/gamt.desktop
+
+%files
+%doc COPYING
+%{_bindir}/amtterm
+%{_bindir}/amttool
+%{_bindir}/gamt
+%{_mandir}/man1/amtterm.1.gz
+%{_mandir}/man1/amttool.1.gz
+%{_mandir}/man1/gamt.1.gz
+%{_mandir}/man7/amt-howto.7.gz
+%{_datadir}/applications/gamt.desktop
+
+%changelog