Navigation Menu

Skip to content

Commit

Permalink
deb rpm: add pcre dependency
Browse files Browse the repository at this point in the history
fixes #1457
  • Loading branch information
kenhys committed Aug 21, 2012
1 parent 7ac17cb commit 34db8a8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/apt/groonga-depended-packages
Expand Up @@ -4,3 +4,4 @@ pkg-config
libmecab-dev
ruby
zlib1g-dev
libpcre3-dev
4 changes: 3 additions & 1 deletion packages/debian/control
Expand Up @@ -10,7 +10,8 @@ Build-Depends:
libmsgpack-dev,
libzmq-dev,
libevent-dev,
libmecab-dev
libmecab-dev,
libpcre3-dev
Standards-Version: 3.9.1
Homepage: http://groonga.org/

Expand Down Expand Up @@ -145,6 +146,7 @@ Depends:
${misc:Depends},
${shlibs:Depends},
curl,
libpcre3,
groonga-server-common (= ${binary:Version})
Description: Groonga HTTP server.
Groonga is an open-source fulltext search engine and column store.
Expand Down
2 changes: 2 additions & 0 deletions packages/rpm/centos/groonga.spec.in
Expand Up @@ -18,6 +18,7 @@ BuildRequires: zlib-devel
%if %{use_lzo}
BuildRequires: lzo-devel
%endif
BuildRequires: pcre-devel
Requires: %{name}-libs = %{version}-%{release}
Requires: %{name}-plugin-suggest = %{version}-%{release}
#BuildRequires: messagepack-devel
Expand Down Expand Up @@ -77,6 +78,7 @@ Summary: Groonga HTTP server
Group: Applications/Text
License: LGPLv2 and BSD
Requires: %{name}-server-common = %{version}-%{release}
Requires: pcre
Obsoletes: %{name}-httpd < 2.0.6-0

%description httpd
Expand Down
2 changes: 2 additions & 0 deletions packages/rpm/fedora/groonga.spec.in
Expand Up @@ -19,6 +19,7 @@ BuildRequires: lzo-devel
BuildRequires: python2-devel
BuildRequires: php-devel
BuildRequires: libedit-devel
BuildRequires: pcre-devel
Requires: %{name}-libs = %{version}-%{release}
Requires: %{name}-plugin-suggest = %{version}-%{release}
Requires(post): systemd-units
Expand Down Expand Up @@ -75,6 +76,7 @@ Summary: Groonga HTTP server
Group: Applications/Text
License: LGPLv2 and BSD
Requires: %{name}-server-common = %{version}-%{release}
Requires: pcre
Obsoletes: %{name}-httpd < 2.0.6-0

%description httpd
Expand Down
1 change: 1 addition & 0 deletions packages/yum/groonga-depended-packages
Expand Up @@ -14,3 +14,4 @@ lzo-devel
libedit-devel
ruby
tar
pcre-devel

0 comments on commit 34db8a8

Please sign in to comment.