From 45474b1efd120f3235bd470ad2e4291ca620ff3a Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Apr 22 2014 02:57:41 +0000 Subject: Drop vendor tag. --- 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 - 3.17-2 +- Drop desktop vendor tag. + * Sat Apr 13 2013 Ding-Yi Chen - 3.17-1 - Upstream update from 3.13 to 3.17 svm.c and svm.h: