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

Rahul Sundaram sundaram at fedoraproject.org
Sat Feb 9 20:35:39 UTC 2013


commit 7b230015038a5b3af7a3acdce7b2046546fc379a
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Sat Feb 9 15:35:20 2013 -0500

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

 alleyoop.spec |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/alleyoop.spec b/alleyoop.spec
index 764a107..865f69f 100644
--- a/alleyoop.spec
+++ b/alleyoop.spec
@@ -1,6 +1,6 @@
 Name:       alleyoop
 Version:    0.9.7
-Release:    7%{?dist}
+Release:    8%{?dist}
 License:    GPLv2+
 Group:      Development/Tools
 Summary:    Graphical front-end to the Valgrind memory checker for x86
@@ -40,12 +40,10 @@ make %{?_smp_mflags}
 
 %install
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1"
-make install DESTDIR=${RPM_BUILD_ROOT}
+%make_install
 %find_lang %{name}
 
-desktop-file-install --vendor fedora                            \
-        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
-        %{SOURCE1}
+desktop-file-install --dir ${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE1}
 
 %post
 export GCONF_CONFIG_SOURCE="$(gconftool-2 --get-default-source)"
@@ -56,9 +54,7 @@ scrollkeeper-update -q
 gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas &>/dev/null
 scrollkeeper-update -q
 
-
 %files -f %{name}.lang
-%defattr(-,root,root,-)
 %doc COPYING README NEWS AUTHORS ChangeLog
 %{_sysconfdir}/gconf/schemas/*.schemas
 %{_bindir}/*
@@ -66,6 +62,10 @@ scrollkeeper-update -q
 
 
 %changelog
+* Sat Feb 09 2013 Rahul Sundaram <sundaram at fedoraproject.org> - 0.9.7-8
+- 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> - 0.9.7-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list