Navigation Menu

Skip to content

Commit

Permalink
[rpm] groonga -> mroonga.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 25, 2012
1 parent c1f5b95 commit 6835c74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions packages/rpm/centos/mysql-mroonga.spec.in
Expand Up @@ -113,7 +113,7 @@ rm -rf $RPM_BUILD_ROOT
%post
if [ $1 -eq 1 ]; then
sql="
INSTALL PLUGIN groonga SONAME 'ha_mroonga.so';
INSTALL PLUGIN mroonga SONAME 'ha_mroonga.so';
CREATE FUNCTION last_insert_grn_id RETURNS INTEGER soname 'ha_mroonga.so';
"
command="/usr/bin/mysql -u root -e \"$sql\""
Expand All @@ -127,7 +127,7 @@ fi
if [ $1 -eq 0 ]; then
sql="
DROP FUNCTION last_insert_grn_id;
UNINSTALL PLUGIN groonga;
UNINSTALL PLUGIN mroonga;
"
command="/usr/bin/mysql -u root -e \"$sql\""
echo $command
Expand All @@ -150,10 +150,11 @@ fi
%changelog
* Sun Jan 29 2012 Kouhei Sutou <kou@clear-code.com> - 1.20-0
- new upstream release.
- require groonga 1.3.0.
- groonga -> mroonga.

* Thu Dec 29 2011 Kouhei Sutou <kou@clear-code.com> - 1.11-0
- new upstream release.
- require groonga 1.3.0.

* Sat Oct 29 2011 Kouhei Sutou <kou@clear-code.com> - 1.10-0
- new upstream release.
Expand Down
7 changes: 4 additions & 3 deletions packages/rpm/fedora/mysql-mroonga.spec.in
Expand Up @@ -67,7 +67,7 @@ rm -rf $RPM_BUILD_ROOT
%post
if [ $1 -eq 1 ]; then
sql="
INSTALL PLUGIN groonga SONAME 'ha_mroonga.so';
INSTALL PLUGIN mroonga SONAME 'ha_mroonga.so';
CREATE FUNCTION last_insert_grn_id RETURNS INTEGER soname 'ha_mroonga.so';
"
command="/usr/bin/mysql -u root -e \"$sql\""
Expand All @@ -81,7 +81,7 @@ fi
if [ $1 -eq 0 ]; then
sql="
DROP FUNCTION last_insert_grn_id;
UNINSTALL PLUGIN groonga;
UNINSTALL PLUGIN mroonga;
"
command="/usr/bin/mysql -u root -e \"$sql\""
echo $command
Expand All @@ -104,10 +104,11 @@ fi
%changelog
* Sun Jan 29 2012 Kouhei Sutou <kou@clear-code.com> - 1.20-0
- new upstream release.
- require groonga 1.3.0.
- groonga -> mroonga.

* Thu Dec 29 2011 Kouhei Sutou <kou@clear-code.com> - 1.11-0
- new upstream release.
- require groonga 1.3.0.

* Sat Oct 29 2011 Kouhei Sutou <kou@clear-code.com> - 1.10-0
- new upstream release.
Expand Down

0 comments on commit 6835c74

Please sign in to comment.