rpms/python-mecab/FC-5 .cvsignore, 1.2, 1.3 python-mecab.spec, 1.1, 1.2 sources, 1.2, 1.3 MeCab-license-Fedora, 1.1, NONE

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Sun Jun 10 17:13:39 UTC 2007


Author: mtasaka

Update of /cvs/extras/rpms/python-mecab/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30436/python-mecab/FC-5

Modified Files:
	.cvsignore python-mecab.spec sources 
Removed Files:
	MeCab-license-Fedora 
Log Message:
update.log


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-mecab/FC-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	4 May 2007 08:53:03 -0000	1.2
+++ .cvsignore	10 Jun 2007 17:12:32 -0000	1.3
@@ -1 +1 @@
-mecab-python-0.95.tar.gz
+mecab-python-0.96.tar.gz


Index: python-mecab.spec
===================================================================
RCS file: /cvs/extras/rpms/python-mecab/FC-5/python-mecab.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-mecab.spec	4 May 2007 08:53:03 -0000	1.1
+++ python-mecab.spec	10 Jun 2007 17:12:32 -0000	1.2
@@ -1,6 +1,6 @@
-%define		mainver		0.95
+%define		mainver		0.96
 %undefine	betaver
-%define		relnumber	3
+%define		relnumber	1
 %define		srcname		mecab-python
 
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
@@ -15,7 +15,6 @@
 License:	BSD/LGPL/GPL
 URL:		http://mecab.sourceforge.net/
 Source0:	http://downloads.sourceforge.net/mecab/%{srcname}-%{mainver}%{?betaver}.tar.gz
-Source1:	MeCab-license-Fedora
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # This is not release number specific
@@ -30,7 +29,6 @@
 
 %prep
 %setup -q -n %{srcname}-%{version}%{?betaver}
-%{__install} -c -p -m 644 %{SOURCE1} .
 
 %build
 export CXXFLAGS=$RPM_OPT_FLAGS
@@ -41,11 +39,6 @@
 %{__python} setup.py install --skip-build \
 	--root $RPM_BUILD_ROOT
 
-# LICENSE
-for doc in COPYING BSD GPL LGPL ; do
-	%{__install} -cpm 644 %{_datadir}/doc/mecab-%{version}/$doc .
-done
-
 %check || :
 %{__mv} test.py test.py.orig
 iconv -f EUC-JP -t UTF-8 test.py.orig | \
@@ -59,12 +52,14 @@
 %files
 %defattr(-,root,root,-)
 %doc bindings.html
-%doc COPYING BSD GPL LGPL
-%doc MeCab-license-Fedora
+%doc AUTHORS COPYING BSD GPL LGPL
 
 %{python_sitearch}/*MeCab*
 
 %changelog
+* Mon Jun 11 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.96-1
+- 0.96 release
+
 * Fri May  4 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.95-3
 - Add license notification text for now.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-mecab/FC-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	4 May 2007 08:53:03 -0000	1.2
+++ sources	10 Jun 2007 17:12:32 -0000	1.3
@@ -1 +1 @@
-8edf73b56d19b4caa8a80c4c7642e661  mecab-python-0.95.tar.gz
+5faa154aa8a95145d6a58befa42e6c40  mecab-python-0.96.tar.gz


--- MeCab-license-Fedora DELETED ---




More information about the fedora-extras-commits mailing list