rpms/amtterm/F-7 amtterm.spec,NONE,1.1 sources,1.1,1.2

Gerd Hoffmann (kraxel) fedora-extras-commits at redhat.com
Thu Aug 23 09:02:49 UTC 2007


Author: kraxel

Update of /cvs/pkgs/rpms/amtterm/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10913

Modified Files:
	sources 
Added Files:
	amtterm.spec 
Log Message:
import package to F-7 branch


--- NEW FILE amtterm.spec ---
Name:         amtterm
License:      GPLv2+
Version:      0.5
Release:      1%{?dist}
Summary:      Serial-over-lan (sol) client for Intel AMT
Group:        Applications/Internet
Source:       %{name}-%{version}.tar.gz
URL:          http://dl.bytesex.org/releases/%{name}/%{name}-%{version}.tar.gz
Buildroot:    %{_tmppath}/root-%{name}-%{version}-%{release}
BuildRequires: gtk2-devel vte-devel desktop-file-utils

%description
Serial-over-lan (sol) client for Intel AMT.
Includes a terminal and a graphical (gtk) version.

%prep
%setup -q

%build
export CFLAGS="%{optflags}"
make prefix=/usr

%install
rm -rf %{buildroot}
make prefix=/usr DESTDIR=%{buildroot} install
#desktop-file-install --vendor=""                           \
#  --dir=%{buildroot}%{_datadir}/applications/<vendor_id>   \
#  %{buildroot}/%{_datadir}/applications/<vendor_id>/foo.desktop

%files
%defattr(-,root,root)
%doc COPYING *.txt
%{_bindir}/*

%clean
rm -rf %{buildroot}

%changelog
* Tue Aug 21 2007 Gerd Hoffmann <kraxel at redhat.com> - 0.5-1
- update to version 0.5
  * clarify license (GPLv2+).
  * keyboard tweaks.
  * cursor blink option.
- fix specfile bugs pointed out by review.
* Mon Aug 20 2007 Gerd Hoffmann <kraxel at redhat.com> - 0.4-1
- update to version 0.4
  * minur gui tweaks.
  * started tool to control machines.
* Thu Aug 16 2007 Gerd Hoffmann <kraxel at redhat.com> - 0.3-1
- update to version 0.3
  * gui improvements.
* Wed Aug 15 2007 Gerd Hoffmann <kraxel at redhat.com> - 0.2-1
- update to version 0.2
  * added gui (gtk) version.
  * some protocol fixups.
* Thu Aug 09 2007 Gerd Hoffmann <kraxel at redhat.com> - 0.1-1
- initial release


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/amtterm/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Aug 2007 17:06:52 -0000	1.1
+++ sources	23 Aug 2007 09:02:12 -0000	1.2
@@ -0,0 +1 @@
+28b5772a186805f1e56fefe2410fabf7  amtterm-0.5.tar.gz




More information about the fedora-extras-commits mailing list