Navigation Menu

Skip to content

Commit

Permalink
rpm centos mariadb: build MariaDB for libmysqlservices.a
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 14, 2014
1 parent 1a57ac3 commit 781f3b1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/rpm/centos/mariadb-mroonga.spec.in
Expand Up @@ -18,7 +18,7 @@

Name: mariadb-mroonga
Version: @VERSION@
Release: 3%{?dist}
Release: 4%{?dist}
Summary: A fast fulltext searchable storage engine for MariaDB

Group: Applications/Databases
Expand Down Expand Up @@ -64,7 +64,7 @@ fi
%build
mariadb_source=../mariadb-%{mariadb_version}
if [ ! -d ${mariadb_source} ]; then
rpmbuild -bp \
rpmbuild -bc \
--define 'runselftest 0' \
--define 'optflags -O0' \
../../SPECS/%{mariadb_spec_file}
Expand Down Expand Up @@ -154,6 +154,9 @@ fi
%doc mysql-mroonga-doc/*

%changelog
* Thu Aug 14 2014 Kouhei Sutou <kou@clear-code.com> - 4.04-4
- build MariaDB for libmysqlservices.a.

* Thu Aug 14 2014 Kouhei Sutou <kou@clear-code.com> - 4.04-3
- support epoch in MariaDB.

Expand Down

0 comments on commit 781f3b1

Please sign in to comment.