[qtoctave] clog

Toshio くらとみ toshio at fedoraproject.org
Sat Feb 23 07:47:09 UTC 2013


commit 5e50ed783f804cdf51a2e12447d75936900d3be2
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Fri Feb 22 23:47:01 2013 -0800

    clog

 qtoctave.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/qtoctave.spec b/qtoctave.spec
index 92321ba..d6c1a0f 100644
--- a/qtoctave.spec
+++ b/qtoctave.spec
@@ -1,6 +1,6 @@
 Name:           qtoctave
 Version:        0.10.1
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        Frontend for Octave
 
 Group:          Applications/Engineering
@@ -58,7 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
 desktop-file-install --dir $RPM_BUILD_ROOT%{_datadir}/applications \
+%if 0%{?fedora} && 0%{?fedora} < 19
                      --vendor "fedora" \
+%endif
                      --delete-original \
                      $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
 
@@ -92,12 +94,19 @@ fi
 %{_bindir}/simplercs
 %{_bindir}/xmlwidget
 %{_datadir}/%{name}
+%if 0%{?fedora} && 0%{?fedora} < 19
 %{_datadir}/applications/fedora-qtoctave.desktop
+%else
+%{_datadir}/applications/qtoctave.desktop
+%endif
 %{_datadir}/icons/hicolor/64x64/apps/%{name}.png
 
 %exclude %{_datadir}/doc/octave-html
 
 %changelog
+* Fri Feb 22 2013 Toshio Kuratomi <toshio at fedoraproject.org> - 0.10.1-14
+- iRemove --vendor from desktop-file-install for F19 https://fedorahosted.org/fesco/ticket/1077
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.1-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list