[Groonga-commit] groonga/groonga [master] rpm: remove needles "Requires"

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Oct 1 16:31:17 JST 2012


Kouhei Sutou	2012-10-01 16:31:17 +0900 (Mon, 01 Oct 2012)

  New Revision: 82d13c40856fa495a48dce4c49a7e9b041de0585
  https://github.com/groonga/groonga/commit/82d13c40856fa495a48dce4c49a7e9b041de0585

  Log:
    rpm: remove needles "Requires"
    
    They will be added by rpmbuild automatically.
    
    Reported by by Daiki Ueno. Thanks!!!

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

  Modified: packages/rpm/centos/groonga.spec.in (+2 -9)
===================================================================
--- packages/rpm/centos/groonga.spec.in    2012-10-01 16:26:28 +0900 (4e29657)
+++ packages/rpm/centos/groonga.spec.in    2012-10-01 16:31:17 +0900 (f694e82)
@@ -36,10 +36,6 @@ on relational data model.
 Summary:	Runtime libraries for groonga
 Group:		System Environment/Libraries
 License:	LGPLv2 and (MIT or GPLv2)
-Requires:	zlib
-%if %{use_lzo}
-Requires:	lzo
-%endif
 Requires(post):	/sbin/ldconfig
 Requires(postun):	/sbin/ldconfig
 
@@ -95,7 +91,6 @@ Summary:	Groonga HTTP server
 Group:		Applications/Text
 License:	LGPLv2 and BSD
 Requires:	%{name}-server-common = %{version}-%{release}
-Requires:	pcre
 Conflicts:	%{name}-server-http
 
 %description httpd
@@ -121,7 +116,6 @@ Libraries and header files for groonga
 Summary:	MeCab tokenizer for groonga
 Group:		Applications/Text
 Requires:	%{name}-libs = %{version}-%{release}
-Requires:	mecab
 
 %description tokenizer-mecab
 MeCab tokenizer for groonga
@@ -130,9 +124,6 @@ MeCab tokenizer for groonga
 Summary:	Suggest plugin for groonga
 Group:		Applications/Text
 Requires:	%{name}-libs = %{version}-%{release}
-#Requires:	messagepack
-#Requires:	zeromq
-#Requires:	libevent
 
 %description plugin-suggest
 Sugget plugin for groonga
@@ -342,6 +333,8 @@ fi
 %changelog
 * Mon Oct 29 2012 Kouhei Sutou <kou �� clear-code.com> - 2.0.8-0
 - new upstream release.
+- Remove needless "Requires". They will be added by rpmbuild automatically.
+  Reported by by Daiki Ueno. Thanks!!!
 
 * Sat Sep 29 2012 HAYASHI Kentaro <hayashi �� clear-code.com> - 2.0.7-0
 - new upstream release.

  Modified: packages/rpm/fedora/groonga.spec.in (+2 -7)
===================================================================
--- packages/rpm/fedora/groonga.spec.in    2012-10-01 16:26:28 +0900 (ca10422)
+++ packages/rpm/fedora/groonga.spec.in    2012-10-01 16:31:17 +0900 (a3079e7)
@@ -37,8 +37,6 @@ on relational data model.
 Summary:	Runtime libraries for groonga
 Group:		System Environment/Libraries
 License:	LGPLv2 and (MIT or GPLv2)
-Requires:	zlib
-Requires:	lzo
 Requires(post):	/sbin/ldconfig
 Requires(postun):	/sbin/ldconfig
 
@@ -92,7 +90,6 @@ Summary:	Groonga HTTP server
 Group:		Applications/Text
 License:	LGPLv2 and BSD
 Requires:	%{name}-server-common = %{version}-%{release}
-Requires:	pcre
 Conflicts:	%{name}-server-http
 
 %description httpd
@@ -118,7 +115,6 @@ Libraries and header files for groonga
 Summary:	MeCab tokenizer for groonga
 Group:		Applications/Text
 Requires:	%{name}-libs = %{version}-%{release}
-Requires:	mecab
 
 %description tokenizer-mecab
 MeCab tokenizer for groonga
@@ -127,9 +123,6 @@ MeCab tokenizer for groonga
 Summary:	Suggest plugin for groonga
 Group:		Applications/Text
 Requires:	%{name}-libs = %{version}-%{release}
-#Requires:	messagepack
-#Requires:	zeromq
-#Requires:	libevent
 
 %description plugin-suggest
 Sugget plugin for groonga
@@ -394,6 +387,8 @@ fi
 %changelog
 * Mon Oct 29 2012 Kouhei Sutou <kou �� clear-code.com> - 2.0.8-0
 - new upstream release.
+- Remove needless "Requires". They will be added by rpmbuild automatically.
+  Reported by by Daiki Ueno. Thanks!!!
 
 * Sat Sep 29 2012 HAYASHI Kentaro <hayashi �� clear-code.com> - 2.0.7-0
 - new upstream release.
-------------- next part --------------
HTML����������������������������...
下载 



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