rpms/amtterm/devel .cvsignore, 1.2, 1.3 amtterm.spec, 1.1, 1.2 sources, 1.2, 1.3

Gerd Hoffmann (kraxel) fedora-extras-commits at redhat.com
Fri Aug 24 17:32:03 UTC 2007


Author: kraxel

Update of /cvs/pkgs/rpms/amtterm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10554

Modified Files:
	.cvsignore amtterm.spec sources 
Log Message:
update to 0.99


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/amtterm/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	23 Aug 2007 08:57:51 -0000	1.2
+++ .cvsignore	24 Aug 2007 17:31:30 -0000	1.3
@@ -1 +1 @@
-amtterm-0.5.tar.gz
+amtterm-0.99.tar.gz


Index: amtterm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/amtterm/devel/amtterm.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- amtterm.spec	23 Aug 2007 08:57:51 -0000	1.1
+++ amtterm.spec	24 Aug 2007 17:31:30 -0000	1.2
@@ -1,17 +1,20 @@
 Name:         amtterm
 License:      GPLv2+
-Version:      0.5
+Version:      0.99
 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}
+Requires:     xdg-utils
 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.
+Also comes with a perl script to gather informations
+about and remotely control AMT managed computers.
 
 %prep
 %setup -q
@@ -23,19 +26,31 @@
 %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
+gzip -9 %{buildroot}%{_mandir}/man?/*.?
+desktop-file-install \
+    --vendor="fedora" \
+    --delete-original \
+    --dir=%{buildroot}%{_datadir}/applications/ \
+    %{buildroot}/%{_datadir}/applications/gamt.desktop
 
 %files
 %defattr(-,root,root)
-%doc COPYING *.txt
+%doc COPYING
 %{_bindir}/*
+%{_mandir}/man?/*.?.gz
+/usr/share/applications/*.desktop
 
 %clean
 rm -rf %{buildroot}
 
 %changelog
+* Fri Aug 24 2007 Gerd Hoffmann <kraxel at redhat.com> - 0.99-1
+- update to version 0.99
+  * add manual pages.
+  * add desktop file.
+  * improve amttool alot.
+  * misc bug fixes.
+- add amttool to the package description.
 * Tue Aug 21 2007 Gerd Hoffmann <kraxel at redhat.com> - 0.5-1
 - update to version 0.5
   * clarify license (GPLv2+).


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/amtterm/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	23 Aug 2007 08:57:51 -0000	1.2
+++ sources	24 Aug 2007 17:31:30 -0000	1.3
@@ -1 +1 @@
-28b5772a186805f1e56fefe2410fabf7  amtterm-0.5.tar.gz
+452ca72a47197e11b054599c02090807  amtterm-0.99.tar.gz




More information about the fedora-extras-commits mailing list