[mecab] 0.99

Mamoru Tasaka mtasaka at fedoraproject.org
Sun Jan 8 18:36:29 UTC 2012


commit 9e8fad5ce99d249afddecdf18099cf7e8316a39b
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Mon Jan 9 03:36:26 2012 +0900

    0.99

 .gitignore |    1 +
 mecab.spec |   15 ++++++---------
 sources    |    2 +-
 3 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e9cc981..12ec265 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 mecab-0.98.tar.gz
+/mecab-0.99.tar.gz
diff --git a/mecab.spec b/mecab.spec
index 9b31670..f71ca43 100644
--- a/mecab.spec
+++ b/mecab.spec
@@ -1,6 +1,6 @@
-%define		mainver		0.98
+%define		mainver		0.99
 #%%define		betaver		pre3
-%define		fedorarel	2
+%define		fedorarel	1
 
 # Note:
 # mecab dictionary requires mecab-devel to rebuild it,
@@ -18,9 +18,7 @@ Summary:	Yet Another Part-of-Speech and Morphological Analyzer
 Group:		Applications/Text
 License:	BSD or LGPLv2+ or GPL+
 URL:		http://mecab.sourceforge.net/
-Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{mainver}%{?betaver}.tar.gz
-# http://lists.sourceforge.jp/mailman/archives/mecab-users/2008-April/000324.html
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:	http://mecab.googlecode.com/files/%{name}-%{version}.tar.gz
 
 %description
 MeCab is a open source morphological analyzer which uses 
@@ -69,7 +67,6 @@ find . -name \*.cpp -print0 | xargs -0 %{__chmod} 0644
 %{__make} %{?_smp_mflags}
 
 %install
-%{__rm} -rf $RPM_BUILD_ROOT
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT \
 	INSTALL="%{__install} -c -p"
@@ -87,9 +84,6 @@ cd tests
 %{__make} check || :
 cd ..
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -115,6 +109,9 @@ cd ..
 %{_includedir}/%{name}.h
 
 %changelog
+* Mon Jan  9 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 0.99-1
+- 0.99
+
 * Thu Jan  5 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 0.98-2
 - F-17: rebuild against gcc47
 
diff --git a/sources b/sources
index ac96d98..883c2e2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b3d8d79e35acf0ca178e8d885309f5fd  mecab-0.98.tar.gz
+8b04c13e580b5f679155fba0b644ac8b  mecab-0.99.tar.gz


More information about the scm-commits mailing list