[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] rpm centos: separate Require block and BuildRequire block

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:54:52 JST 2012


Kouhei Sutou	2012-08-15 10:03:08 +0900 (Wed, 15 Aug 2012)

  New Revision: 57c00797e22bfe724cb3b08e93d285f8ab8341f5
  https://github.com/mroonga/mroonga/commit/57c00797e22bfe724cb3b08e93d285f8ab8341f5

  Log:
    rpm centos: separate Require block and BuildRequire block

  Modified files:
    packages/rpm/centos/mysql-mroonga.spec.in

  Modified: packages/rpm/centos/mysql-mroonga.spec.in (+1 -1)
===================================================================
--- packages/rpm/centos/mysql-mroonga.spec.in    2012-08-15 10:02:15 +0900 (641d56f)
+++ packages/rpm/centos/mysql-mroonga.spec.in    2012-08-15 10:03:08 +0900 (e9254b9)
@@ -35,7 +35,6 @@ Source0:	http://github.com/downloads/mroonga/mroonga/mroonga-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
 BuildRequires:	groonga-devel >= %{groonga_required_version}
 BuildRequires:	wget
-Requires:	groonga-libs >= %{groonga_required_version}
 %if %{use_system_mysql}
 BuildRequires:	mysql-devel
 Requires:	mysql-server
@@ -44,6 +43,7 @@ Requires:	mysql
 Requires:	MySQL-server = %{mysql_version}-%{mysql_release}
 Requires:	MySQL-client = %{mysql_version}-%{mysql_release}
 %endif
+Requires:	groonga-libs >= %{groonga_required_version}
 Obsoletes:      mysql-groonga < 1.10-0
 
 %description
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-mysql-commit mailing list
Back to archive index