[leafpad] Drop vendor tag.

Jon Ciesla limb at fedoraproject.org
Wed Apr 24 18:33:47 UTC 2013


commit 2a3922f92d14bc3b67a043a1c7088bb401818d29
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Wed Apr 24 13:29:49 2013 -0500

    Drop vendor tag.

 leafpad.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/leafpad.spec b/leafpad.spec
index 3455d74..88bc9ff 100644
--- a/leafpad.spec
+++ b/leafpad.spec
@@ -1,6 +1,6 @@
 Name:           leafpad
 Version:        0.8.18.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 
 Summary:        GTK+ based simple text editor
 
@@ -34,7 +34,7 @@ EOF
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-desktop-file-install --vendor=fedora \
+desktop-file-install \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications \
   --delete-original \
   $RPM_BUILD_ROOT%{_datadir}/applications/leafpad.desktop
@@ -66,6 +66,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/pixmaps/leafpad.*
 
 %changelog
+* Wed Apr 24 2013 Jon Ciesla <limburgher at gmail.com> - 0.8.18.1-7
+- Drop desktop vendor tag.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.18.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list