[tomoe] Add comments

Peng Wu pwu at fedoraproject.org
Fri Feb 14 05:11:03 UTC 2014


commit 20e874318fd856540b0d9f35332064e19d27444c
Author: Peng Wu <alexepico at gmail.com>
Date:   Fri Feb 14 12:56:38 2014 +0800

    Add comments

 tomoe.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/tomoe.spec b/tomoe.spec
index 77ae130..f6b8dd0 100644
--- a/tomoe.spec
+++ b/tomoe.spec
@@ -3,13 +3,15 @@
 
 Name:           tomoe
 Version:        0.6.0
-Release:        27%{?dist}
+Release:        28%{?dist}
 Summary:        Handwritten input system for Japanese and Chinese
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://tomoe.sourceforge.jp/
-#Source0:        http://downloads.sourceforge.net/sourceforge/tomoe/%{name}-%{version}.tar.gz
+## stripped tarball is generated as follows:
+# $ wget http://downloads.sourceforge.net/sourceforge/tomoe/%{name}-%{version}.tar.gz
+# $ ./strip.sh %{name}-%{version}.tar.gz
 Source0:        %{name}-stripped-%{version}.tar.gz
 Source1:        strip.sh
 Patch0:         tomoe-0.6.0-multiarch-conflict.patch
@@ -103,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Fri Feb 14 2014 Peng Wu <pwu at redhat.com> - 0.6.0-28
+- Add comments
+
 * Wed Feb 12 2014 Peng Wu <pwu at redhat.com> - 0.6.0-27
 - Fixes skip code license issue (rhbz#969415)
 


More information about the scm-commits mailing list