svnno****@sourc*****
svnno****@sourc*****
2008年 2月 1日 (金) 19:02:08 JST
Revision: 95 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=tritonn&view=rev&rev=95 Author: mir Date: 2008-02-01 19:02:08 +0900 (Fri, 01 Feb 2008) Log Message: ----------- tritonn-1.0.9-mysql-5.0.51a. Modified Paths: -------------- build/SPECS/mecab-ipadic.spec build/SPECS/mecab.spec build/SPECS/mysql.spec build/SPECS/senna.spec Modified: build/SPECS/mecab-ipadic.spec =================================================================== --- build/SPECS/mecab-ipadic.spec 2008-01-30 08:10:00 UTC (rev 94) +++ build/SPECS/mecab-ipadic.spec 2008-02-01 10:02:08 UTC (rev 95) @@ -2,7 +2,7 @@ %define prefix /usr %define config --with-charset=utf8 %define version 2.7.0.20070801 -%define release tritonn.1.0.8 +%define release tritonn.1.0.9 %define file_suffix 2.7.0-20070801 %define mecab-version 0.96 @@ -47,8 +47,16 @@ %{prefix}/lib/mecab/dic/ipadic/right-id.def %{prefix}/lib/mecab/dic/ipadic/sys.dic %{prefix}/lib/mecab/dic/ipadic/unk.dic +%{prefix}/lib/mecab/dic/ipadic/*.csv +%{prefix}/lib/mecab/dic/ipadic/unk.def +%{prefix}/lib/mecab/dic/ipadic/char.def +%{prefix}/lib/mecab/dic/ipadic/matrix.def %changelog +* Fri Feb 1 2008 Tetsuro IKEDA <ikdtt****@gmail*****> - 2.7.0.20070801-tritonn.1.0.8 +- Added *.csv files, a few *.def files into %files. +- Tritonn 1.0.9 + * Tue Dec 18 2007 Tetsuro IKEDA <ikdtt****@gmail*****> - 2.7.0.20070801-tritonn.1.0.8 - Tritonn 1.0.8 Modified: build/SPECS/mecab.spec =================================================================== --- build/SPECS/mecab.spec 2008-01-30 08:10:00 UTC (rev 94) +++ build/SPECS/mecab.spec 2008-02-01 10:02:08 UTC (rev 95) @@ -1,7 +1,7 @@ %define name mecab %define prefix /usr %define version 0.96 -%define release tritonn.1.0.8 +%define release tritonn.1.0.9 Name: %{name} Version: %{version} @@ -59,6 +59,9 @@ %{prefix}/bin/mecab %changelog +* Fri Feb 1 2008 Tetsuro IKEDA <ikdtt****@gmail*****> - 0.96-tritonn.1.0.9 +- Tritonn 1.0.9 + * Tue Dec 18 2007 Tetsuro IKEDA <ikdtt****@gmail*****> - 0.96-tritonn.1.0.8 - Tritonn 1.0.8 Modified: build/SPECS/mysql.spec =================================================================== --- build/SPECS/mysql.spec 2008-01-30 08:10:00 UTC (rev 94) +++ build/SPECS/mysql.spec 2008-02-01 10:02:08 UTC (rev 95) @@ -14,7 +14,8 @@ # Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston # MA 02110-1301 USA. -%define mysql_version 5.0.51-tritonn-1.0.8 +%define mysql_version 5.0.51a-tritonn-1.0.9 +%define srcdir tritonn-1.0.9-mysql-5.0.51a # use "rpmbuild --with static" or "rpm --define '_with_static 1'" (for RPM 3.x) # to enable static linking (off by default) @@ -29,7 +30,7 @@ %if %{STATIC_BUILD} %define release 0 %else -%define release tritonn.1.0.8 +%define release tritonn.1.0.9 %endif %define license GPL %define mysqld_user mysql @@ -63,10 +64,10 @@ Name: MySQL Summary: MySQL with Senna (Tritonn Project) Group: Applications/Databases -Version: 5.0.51 +Version: 5.0.51a Release: %{release} License: %{license} -Source: mysql-%{mysql_version}.tar.gz +Source: %{srcdir}.tar.gz URL: http://www.mysql.com/ Packager: Tritonn Project (http://qwik.jp/tritonn/) Provides: msqlormysql MySQL-server mysql @@ -229,7 +230,7 @@ #%{see_base} %prep -%setup -n mysql-%{mysql_version} +%setup -n %{srcdir} %build @@ -238,12 +239,12 @@ # support assembler speedups. sh -c "PATH=\"${MYSQL_BUILD_PATH:-$PATH}\" \ CC=\"${CC:-$MYSQL_BUILD_CC}\" \ - CXX=\"${CXX:-$MYSQL_BUILD_CXX}\" \ - CFLAGS=\"${MYSQL_BUILD_CFLAGS:-$RPM_OPT_FLAGS}\" \ - CXXFLAGS=\"${MYSQL_BUILD_CXXFLAGS:-$RPM_OPT_FLAGS \ - -felide-constructors -fno-exceptions -fno-rtti \ - }\" \ - LDFLAGS=\"$MYSQL_BUILD_LDFLAGS\" \ + CXX=\"${CXX:-$MYSQL_BUILD_CXX}\" \ + CFLAGS=\"${MYSQL_BUILD_CFLAGS:-$RPM_OPT_FLAGS} -O2\" \ + CXXFLAGS=\"${MYSQL_BUILD_CXXFLAGS:-$RPM_OPT_FLAGS \ + -felide-constructors -fno-exceptions -fno-rtti -O2\ + }\" \ + LDFLAGS=\"$MYSQL_BUILD_LDFLAGS\" \ ./configure \ $* \ --with-senna \ @@ -288,7 +289,7 @@ # Use the build root for temporary storage of the shared libraries. RBR=$RPM_BUILD_ROOT -MBD=$RPM_BUILD_DIR/mysql-%{mysql_version} +MBD=$RPM_BUILD_DIR/%{srcdir} # Clean up the BuildRoot first [ "$RBR" != "/" ] && [ -d $RBR ] && rm -rf $RBR; @@ -374,7 +375,7 @@ %install RBR=$RPM_BUILD_ROOT -MBD=$RPM_BUILD_DIR/mysql-%{mysql_version} +MBD=$RPM_BUILD_DIR/%{srcdir} # Ensure that needed directories exists install -d $RBR%{_sysconfdir}/{logrotate.d,init.d} @@ -726,6 +727,9 @@ # itself - note that they must be ordered by date (important when # merging BK trees) %changelog +* Fri Feb 1 2008 Tetsuro IKEDA <ikdtt****@gmail*****> +- tritonn-1.0.9-mysql-5.0.51a + * Tue Dec 18 2007 Tetsuro IKEDA <ikdtt****@gmail*****> - Modified this spec file for Tritonn ver 1.0.8 and MySQL 5.0.51 Modified: build/SPECS/senna.spec =================================================================== --- build/SPECS/senna.spec 2008-01-30 08:10:00 UTC (rev 94) +++ build/SPECS/senna.spec 2008-02-01 10:02:08 UTC (rev 95) @@ -1,7 +1,7 @@ %define name senna %define prefix /usr -%define version 1.0.9 -%define release tritonn.1.0.8 +%define version 1.1.0 +%define release tritonn.1.0.9 Name: %{name} Version: %{version} @@ -51,6 +51,9 @@ %changelog +* Fri Feb 1 2008 Tetsuro IKEDA <ikdtt****@gmail*****> - 1.1.0-tritonn.1.0.9 +- Tritonn 1.0.9 + * Tue Dec 18 2007 Tetsuro IKEDA <ikdtt****@gmail*****> - 1.0.9-tritonn.1.0.8 - Tritonn 1.0.8