[amtterm] remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247

Rahul Sundaram sundaram at fedoraproject.org
Sun Feb 10 04:03:37 UTC 2013


commit 4e08f7bea344dab0876d8ea13c88b0062da649c7
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Sat Feb 9 23:03:21 2013 -0500

    remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247
    
    - clean up spec to follow current guidelines

 amtterm.spec |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/amtterm.spec b/amtterm.spec
index ac9a3f8..11ac562 100644
--- a/amtterm.spec
+++ b/amtterm.spec
@@ -1,12 +1,11 @@
 Name:         amtterm
 License:      GPLv2+
 Version:      1.3
-Release:      4%{?dist}
+Release:      5%{?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
-Buildroot:    %{_tmppath}/root-%{name}-%{version}-%{release}
 Requires:     xdg-utils
 BuildRequires: gtk2-devel vte-devel desktop-file-utils
 
@@ -24,25 +23,26 @@ export CFLAGS="%{optflags}"
 make prefix=/usr
 
 %install
-rm -rf %{buildroot}
 make prefix=/usr DESTDIR=%{buildroot} STRIP="" install
-desktop-file-install \
-    --vendor="fedora" \
-    --delete-original \
-    --dir=%{buildroot}%{_datadir}/applications/ \
+desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ \
     %{buildroot}/%{_datadir}/applications/gamt.desktop
 
 %files
-%defattr(-,root,root,-)
 %doc COPYING
-%{_bindir}/*
-%{_mandir}/man?/*
-/usr/share/applications/*.desktop
-
-%clean
-rm -rf %{buildroot}
+%{_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
+* Sat Feb 09 2013 Rahul Sundaram <sundaram at fedoraproject.org> - 1.3-5
+- remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247
+- clean up spec to follow current guidelines
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list