[liferea] Drop vendor tag.

Jon Ciesla limb at fedoraproject.org
Tue Feb 12 15:22:36 UTC 2013


commit 3e09c1d9cd3c2af02465c0777374ef04ac168223
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Tue Feb 12 09:19:39 2013 -0600

    Drop vendor tag.

 liferea.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/liferea.spec b/liferea.spec
index 9d331fb..c3c413e 100644
--- a/liferea.spec
+++ b/liferea.spec
@@ -1,6 +1,6 @@
 Name:           liferea
 Version:        1.8.12
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        An RSS/RDF feed reader
 
 License:        GPLv2+
@@ -53,7 +53,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 # Remove *.in files.
 find $RPM_BUILD_ROOT -name '*.in' -exec rm -f {} ';'
 
-desktop-file-install --vendor fedora --delete-original \
+desktop-file-install --delete-original \
   --dir ${RPM_BUILD_ROOT}%{_datadir}/applications      \
   ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
 
@@ -100,9 +100,12 @@ fi
 %{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 %{_datadir}/icons/hicolor/48x48/apps/%{name}.png
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
-%{_datadir}/applications/fedora-%{name}.desktop
+%{_datadir}/applications/%{name}.desktop
 
 %changelog
+* Tue Feb 12 2013 Jon Ciesla <limburgher at gmail.com> - 1:1.8.12-2
+- Drop desktop vendor tag.
+
 * Thu Jan 10 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 1:1.8.12-1
 - New bugfix upstream release - 1.8.12
 


More information about the scm-commits mailing list