null+****@clear*****
null+****@clear*****
2010年 10月 8日 (金) 12:23:01 JST
Kouhei Sutou 2010-10-08 03:23:01 +0000 (Fri, 08 Oct 2010) New Revision: 29dda8dc48fb0a847c07b7ad3c36344fcb726dda Log: use %{version} instead of @VERSION @ . Modified files: rpm/centos/mysql-groonga.spec.in rpm/fedora/mysql-groonga.spec.in Modified: rpm/centos/mysql-groonga.spec.in (+3 -2) =================================================================== --- rpm/centos/mysql-groonga.spec.in 2010-10-08 03:21:44 +0000 (9cfadc1) +++ rpm/centos/mysql-groonga.spec.in 2010-10-08 03:23:01 +0000 (1b16007) @@ -10,7 +10,7 @@ Summary: A MySQL storage engine powered by groonga. Group: Applications/Databases License: LGPLv2.1 URL: http://mroonga.github.com/ -Source0: http://github.com/downloads/mroonga/mroonga/groonga-storage-engine-@VERSION@.tar.gz +Source0: http://github.com/downloads/mroonga/mroonga/groonga-storage-engine-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n) BuildRequires: groonga-devel @@ -23,7 +23,7 @@ Requires: MySQL-client-community = %{mysql_version}-%{mysql_release} Groonga storage engine is a MySQL storage plugin. %prep -%setup -q -n groonga-storage-engine- @ VERSION@ +%setup -q -n groonga-storage-engine-%{version} mysql_full_version=%{mysql_version}-%{mysql_release}.%{mysql_dist} srpm=MySQL-community-${mysql_full_version}.src.rpm if [ ! -f ../../SRPMS/$srpm ]; then @@ -85,6 +85,7 @@ eval $command || \ %changelog * Fri Oct 08 2010 Kouhei Sutou <kou****@clear*****> - 0.2-2 - specify target MySQL version. +- use %{version}. * Wed Sep 29 2010 Kouhei Sutou <kou****@clear*****> - 0.2-1 - new upstream release. Modified: rpm/fedora/mysql-groonga.spec.in (+6 -3) =================================================================== --- rpm/fedora/mysql-groonga.spec.in 2010-10-08 03:21:44 +0000 (9f8978d) +++ rpm/fedora/mysql-groonga.spec.in 2010-10-08 03:23:01 +0000 (dcc748f) @@ -3,13 +3,13 @@ Name: mysql-groonga Version: @VERSION@ -Release: 1%{?dist} +Release: 2%{?dist} Summary: A MySQL storage engine powered by groonga. Group: Applications/Databases License: LGPLv2.1 URL: http://mroonga.github.com/ -Source0: http://github.com/downloads/mroonga/mroonga/groonga-storage-engine-@VERSION@.tar.gz +Source0: http://github.com/downloads/mroonga/mroonga/groonga-storage-engine-%{version}.tar.gz BuildRequires: groonga-devel BuildRequires: mysql-devel @@ -21,7 +21,7 @@ Requires: mysql-client Groonga storage engine is a MySQL storage plugin. %prep -%setup -q -n groonga-storage-engine- @ VERSION@ +%setup -q -n groonga-storage-engine-%{version} srpm=mysql-%{mysql_version}-%{mysql_release}.src.rpm if [ ! -f ../../SRPMS/$srpm ]; then curl --output ../../SRPMS/$srpm \ @@ -66,6 +66,9 @@ eval $command || \ %{_libdir}/mysql/plugin/ %changelog +* Fri Oct 08 2010 Kouhei Sutou <kou****@clear*****> - 0.2-2 +- use %{version}. + * Wed Sep 29 2010 Kouhei Sutou <kou****@clear*****> - 0.2-1 - new upstream release.