[rott] Correct typo

Toshio くらとみ toshio at fedoraproject.org
Tue Feb 26 01:49:19 UTC 2013


commit b76e2dc53f6d880990e12aeb7a710c3546cd23e9
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Feb 25 17:49:06 2013 -0800

    Correct typo

 rott.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/rott.spec b/rott.spec
index 4306a34..e8415f1 100644
--- a/rott.spec
+++ b/rott.spec
@@ -102,14 +102,14 @@ install -p -m 644 %{name}-registered.6 $RPM_BUILD_ROOT%{_mandir}/man6
 # below is the desktop file and icon stuff.
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
 desktop-file-install \
-%if 0 %{?fedora} && 0%{?fedora} < 19
+%if 0%{?fedora} && 0%{?fedora} < 19
   --vendor fedora            \
 %endif
   --dir $RPM_BUILD_ROOT%{_datadir}/applications \
   %{SOURCE4}
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
 desktop-file-install \
-%if 0 %{?fedora} && 0%{?fedora} < 19
+%if 0%{?fedora} && 0%{?fedora} < 19
   --vendor fedora            \
 %endif
   --dir $RPM_BUILD_ROOT%{_datadir}/applications \


More information about the scm-commits mailing list