[libsvm] Drop vendor tag.

Jon Ciesla limb at fedoraproject.org
Thu Apr 25 18:17:23 UTC 2013


commit 14b00c05dd6b74f09f8c514e12df96f9f1dca3b3
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Thu Apr 25 13:13:24 2013 -0500

    Drop vendor tag.

 libsvm.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/libsvm.spec b/libsvm.spec
index bba690b..59af794 100644
--- a/libsvm.spec
+++ b/libsvm.spec
@@ -1,7 +1,7 @@
 %define shver 2
 Name:           libsvm
 Version:        3.17
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A Library for Support Vector Machines
 
 Group:          Development/Libraries
@@ -162,7 +162,7 @@ echo -e "# This file is not in the original libsvm tarball, but added for conven
 # This file is released under BSD license, just like the rest of the package.\n"\
  > $RPM_BUILD_ROOT/%{libsvm_python_dir}/__init__.py
 
-desktop-file-install --delete-original --vendor=fedora \
+desktop-file-install --delete-original \
   --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
   ${RPM_BUILD_ROOT}/%{_datadir}/applications/%{name}-svm-toy-gtk.desktop \
   ${RPM_BUILD_ROOT}/%{_datadir}/applications/%{name}-svm-toy-qt.desktop \
@@ -227,17 +227,20 @@ rm -rf $RPM_BUILD_ROOT
 %doc svm-toy/gtk/README
 %{_bindir}/svm-toy-gtk
 %{_datadir}/icons/hicolor/48x48/apps/%{name}-svm-toy-gtk-48.png
-%{_datadir}/applications/fedora-%{name}-svm-toy-gtk.desktop
+%{_datadir}/applications/*%{name}-svm-toy-gtk.desktop
 
 %files svm-toy-qt
 %defattr(-,root,root,-)
 %doc svm-toy/qt/README
 %{_bindir}/svm-toy-qt
 %{_datadir}/icons/hicolor/48x48/apps/%{name}-svm-toy-qt-48.png
-%{_datadir}/applications/fedora-%{name}-svm-toy-qt.desktop
+%{_datadir}/applications/*%{name}-svm-toy-qt.desktop
 
 
 %changelog
+* Thu Apr 25 2013 Jon Ciesla <limburgher at gmail.com> - 3.17-2
+- Drop desktop vendor tag.
+
 * Sat Apr 13 2013 Ding-Yi Chen <dchen at redhat.com> - 3.17-1
 - Upstream update from 3.13 to 3.17
   svm.c and svm.h:


More information about the scm-commits mailing list