[Groonga-commit] groonga/groonga [master] rpm: split groonga-server package into groonga-server-http/gqtp

Back to archive index

HAYASHI Kentaro null+****@clear*****
Mon Sep 24 10:26:56 JST 2012


HAYASHI Kentaro	2012-09-24 10:26:56 +0900 (Mon, 24 Sep 2012)

  New Revision: cd4be1f95d5a0fa177a8299c8fc9fbf55bf123e1
  https://github.com/groonga/groonga/commit/cd4be1f95d5a0fa177a8299c8fc9fbf55bf123e1

  Log:
    rpm: split groonga-server package into groonga-server-http/gqtp

  Modified files:
    packages/rpm/centos/groonga.spec.in
    packages/rpm/fedora/groonga.spec.in

  Modified: packages/rpm/centos/groonga.spec.in (+24 -6)
===================================================================
--- packages/rpm/centos/groonga.spec.in    2012-09-24 10:09:59 +0900 (2b5fa4a)
+++ packages/rpm/centos/groonga.spec.in    2012-09-24 10:26:56 +0900 (5cf0dea)
@@ -56,8 +56,24 @@ Requires(pre):	shadow-utils
 %description server-common
 This package provides common settings for server use
 
-%package server
-Summary:	Groonga server
+%package server-gqtp
+Summary:	Groonga GQTP server
+Group:		Applications/Text
+License:	LGPLv2 and (MIT or GPLv2)
+Requires:	%{name}-server-common = %{version}-%{release}
+Requires(pre):	shadow-utils
+Requires(post):	/sbin/chkconfig
+Requires(preun):	/sbin/chkconfig
+Requires(preun):	/sbin/service
+Requires(postun):	/sbin/service
+Obsoletes:	%{name} < 1.2.2-0
+Obsoletes:	%{name}-server < 2.0.7-0
+
+%description server-gqtp
+This package contains the groonga GQTP server
+
+%package server-http
+Summary:	Groonga HTTP server
 Group:		Applications/Text
 License:	LGPLv2 and (MIT or GPLv2)
 Requires:	%{name}-server-common = %{version}-%{release}
@@ -68,10 +84,11 @@ Requires(preun):	/sbin/chkconfig
 Requires(preun):	/sbin/service
 Requires(postun):	/sbin/service
 Obsoletes:	%{name} < 1.2.2-0
-Obsoletes:	%{name}-server < 2.0.6-0
+Obsoletes:	%{name}-server < 2.0.7-0
+Conflicts:	%{name}-httpd
 
-%description server
-This package contains the groonga server
+%description server-http
+This package contains the groonga HTTP server
 
 %package httpd
 Summary:	Groonga HTTP server
@@ -79,7 +96,8 @@ Group:		Applications/Text
 License:	LGPLv2 and BSD
 Requires:	%{name}-server-common = %{version}-%{release}
 Requires:	pcre
-Obsoletes:	%{name}-httpd < 2.0.6-0
+Obsoletes:	%{name}-httpd < 2.0.7-0
+Conflicts:	%{name}-server-http
 
 %description httpd
 This package contains the groonga HTTP server

  Modified: packages/rpm/fedora/groonga.spec.in (+23 -6)
===================================================================
--- packages/rpm/fedora/groonga.spec.in    2012-09-24 10:09:59 +0900 (b9e15dc)
+++ packages/rpm/fedora/groonga.spec.in    2012-09-24 10:26:56 +0900 (5cff4ee)
@@ -55,8 +55,23 @@ Requires(pre):	shadow-utils
 %description server-common
 This package provides common settings for server use
 
-%package server
-Summary:	Groonga server
+%package server-gqtp
+Summary:	Groonga GQTP server
+Group:		Applications/Text
+License:	LGPLv2 and (MIT or GPLv2)
+Requires:	%{name}-server-common = %{version}-%{release}
+Requires(pre):	shadow-utils
+Requires(post):	/sbin/chkconfig
+Requires(preun):	/sbin/chkconfig
+Requires(preun):	/sbin/service
+Requires(postun):	/sbin/service
+Obsoletes:	%{name}-server < 2.0.7-0
+
+%description server-gqtp
+This package contains the groonga GQTP server
+
+%package server-http
+Summary:	Groonga HTTP server
 Group:		Applications/Text
 License:	LGPLv2 and (MIT or GPLv2)
 Requires:	%{name}-server-common = %{version}-%{release}
@@ -66,10 +81,11 @@ Requires(post):	/sbin/chkconfig
 Requires(preun):	/sbin/chkconfig
 Requires(preun):	/sbin/service
 Requires(postun):	/sbin/service
-Obsoletes:	%{name}-server < 2.0.6-0
+Obsoletes:	%{name}-server < 2.0.7-0
+Conflicts:	%{name}-httpd
 
-%description server
-This package contains the groonga server
+%description server-http
+This package contains the groonga HTTP server
 
 %package httpd
 Summary:	Groonga HTTP server
@@ -77,7 +93,8 @@ Group:		Applications/Text
 License:	LGPLv2 and BSD
 Requires:	%{name}-server-common = %{version}-%{release}
 Requires:	pcre
-Obsoletes:	%{name}-httpd < 2.0.6-0
+Obsoletes:	%{name}-httpd < 2.0.7-0
+Conflicts:	%{name}-server-http
 
 %description httpd
 This package contains the groonga HTTP server
-------------- next part --------------
HTML����������������������������...
다운로드 



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