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

Gerd Hoffmann (kraxel) fedora-extras-commits at redhat.com
Fri Aug 31 13:33:11 UTC 2007


Author: kraxel

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/amtterm/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Aug 2007 17:06:52 -0000	1.1
+++ .cvsignore	31 Aug 2007 13:32:38 -0000	1.2
@@ -0,0 +1 @@
+amtterm-1.0.tar.gz


Index: amtterm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/amtterm/F-7/amtterm.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- amtterm.spec	23 Aug 2007 09:02:12 -0000	1.1
+++ amtterm.spec	31 Aug 2007 13:32:38 -0000	1.2
@@ -1,17 +1,20 @@
 Name:         amtterm
 License:      GPLv2+
-Version:      0.5
+Version:      1.0
 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
@@ -22,20 +25,35 @@
 
 %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
+make prefix=/usr DESTDIR=%{buildroot} STRIP="" install
+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?/*
+/usr/share/applications/*.desktop
 
 %clean
 rm -rf %{buildroot}
 
 %changelog
+* Fri Aug 31 2007 Gerd Hoffmann <kraxel at redhat.com> - 1.0-1
+- update to version 1.0
+  * more amttool improvements (network config).
+- don't strip binaries (bug #269241).
+* 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/F-7/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	23 Aug 2007 09:02:12 -0000	1.2
+++ sources	31 Aug 2007 13:32:38 -0000	1.3
@@ -1 +1 @@
-28b5772a186805f1e56fefe2410fabf7  amtterm-0.5.tar.gz
+d39d02baae01d22084ffd47837e90d3b  amtterm-1.0.tar.gz




More information about the fedora-extras-commits mailing list