[Groonga-commit] groonga/groonga at b0d70a7 [master] rpm: remove fedora spec file

Back to archive index

HAYASHI Kentaro null+****@clear*****
Wed Oct 29 17:47:56 JST 2014


HAYASHI Kentaro	2014-10-29 17:47:56 +0900 (Wed, 29 Oct 2014)

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

  Message:
    rpm: remove fedora spec file
    
    It is maintained under fedora project repository.

  Removed files:
    packages/rpm/fedora/Makefile.am
    packages/rpm/fedora/groonga.spec.in
  Modified files:
    configure.ac
    packages/rpm/Makefile.am

  Modified: configure.ac (+0 -2)
===================================================================
--- configure.ac    2014-10-29 07:47:44 +0900 (1277816)
+++ configure.ac    2014-10-29 17:47:56 +0900 (6cbe623)
@@ -246,7 +246,6 @@ AC_CONFIG_FILES([
   packages/ubuntu/Makefile
   packages/rpm/Makefile
   packages/rpm/centos/Makefile
-  packages/rpm/fedora/Makefile
   packages/yum/Makefile
   packages/source/Makefile
   packages/windows/Makefile
@@ -1520,7 +1519,6 @@ AC_SUBST(GROONGA_HTTPD_DEFAULT_DATABASE_PATH)
 
 AC_OUTPUT([
   packages/rpm/centos/groonga.spec
-  packages/rpm/fedora/groonga.spec
   packages/apt/debian/groonga-keyring.postrm
   packages/apt/env.sh
   packages/yum/env.sh

  Modified: packages/rpm/Makefile.am (+1 -1)
===================================================================
--- packages/rpm/Makefile.am    2014-10-29 07:47:44 +0900 (06031c9)
+++ packages/rpm/Makefile.am    2014-10-29 17:47:56 +0900 (0943295)
@@ -1 +1 @@
-SUBDIRS = centos fedora
+SUBDIRS = centos

  Deleted: packages/rpm/fedora/Makefile.am (+0 -3) 100644
===================================================================
--- packages/rpm/fedora/Makefile.am    2014-10-29 07:47:44 +0900 (0fe3a44)
+++ /dev/null
@@ -1,3 +0,0 @@
-EXTRA_DIST = groonga.spec.in
-noinst_DATA = groonga.spec
-

  Deleted: packages/rpm/fedora/groonga.spec.in (+0 -649) 100644
===================================================================
--- packages/rpm/fedora/groonga.spec.in    2014-10-29 07:47:44 +0900 (b9dc2d5)
+++ /dev/null
@@ -1,649 +0,0 @@
-%global php_extdir  %(php-config --extension-dir 2>/dev/null || echo "undefined")
-
-Name:		groonga
-Version:	@VERSION@
-Release:	1%{?dist}
-Summary:	An Embeddable Fulltext Search Engine
-
-Group:		Applications/Text
-License:	LGPLv2
-URL:		http://groonga.org/
-Source0:	http://packages.groonga.org/source/groonga/groonga-%{version}.tar.gz
-
-BuildRequires:	mecab-devel
-BuildRequires:	zlib-devel
-BuildRequires:	lz4-devel
-#BuildRequires:	messagepack-devel
-#BuildRequires:	zeromq-devel
-#BuildRequires:	libevent-devel
-BuildRequires:	python2-devel
-BuildRequires:	php-devel
-BuildRequires:	libedit-devel
-BuildRequires:	pcre-devel
-BuildRequires:	systemd
-Requires:	%{name}-libs = %{version}-%{release}
-Requires:	%{name}-plugin-suggest = %{version}-%{release}
-Requires(post):	systemd
-Requires(preun):	systemd
-Requires(postun):	systemd
-ExclusiveArch:	%{ix86} x86_64
-
-%description
-Groonga is an embeddable full-text search engine library.  It can
-integrate with DBMS and scripting languages to enhance their search
-functionality.  It also provides a standalone data store server based
-on relational data model.
-
-%package libs
-Summary:	Runtime libraries for Groonga
-Group:		System Environment/Libraries
-License:	LGPLv2 and (MIT or GPLv2)
-Requires(post):	/sbin/ldconfig
-Requires(postun):	/sbin/ldconfig
-
-%description libs
-This package contains the libraries for Groonga
-
-%package server-common
-Summary:	Common packages for the Groonga server and the Groonga HTTP server
-Group:		Applications/Text
-License:	LGPLv2
-Requires:	%{name} = %{version}-%{release}
-Requires(pre):	shadow-utils
-
-%description server-common
-This package provides common settings for server use
-
-%package server-gqtp
-Summary:	Groonga GQTP server
-Group:		Applications/Text
-License:	LGPLv2
-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 (stable)
-Group:		Applications/Text
-License:	LGPLv2
-Requires:	%{name}-server-common = %{version}-%{release}
-Requires:	curl
-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
-Conflicts:	%{name}-httpd
-
-%description server-http
-This package contains the Groonga HTTP server. It is stable but
-has only requisite minimum features.
-
-%package httpd
-Summary:	Groonga HTTP server (experimental)
-Group:		Applications/Text
-License:	LGPLv2 and BSD
-Requires:	%{name}-server-common = %{version}-%{release}
-Conflicts:	%{name}-server-http
-
-%description httpd
-This package contains the Groonga HTTP server. It is experimental
-but has many features. Because it is based on nginx HTTP server.
-It will obsolete groonga-server-http when it is stable.
-
-%package doc
-Summary:	Documentation for Groonga
-Group:		Documentation
-License:	LGPLv2 and BSD
-
-%description doc
-Documentation for Groonga
-
-%package devel
-Summary:	Libraries and header files for Groonga
-Group:		Development/Libraries
-Requires:	%{name}-libs = %{version}-%{release}
-
-%description devel
-Libraries and header files for Groonga
-
-%package tokenizer-mecab
-Summary:	MeCab tokenizer for Groonga
-Group:		Applications/Text
-Requires:	%{name}-libs = %{version}-%{release}
-Requires:       mecab-dic
-
-%description tokenizer-mecab
-MeCab tokenizer for Groonga
-
-%package plugin-suggest
-Summary:	Suggest plugin for Groonga
-Group:		Applications/Text
-Requires:	%{name}-libs = %{version}-%{release}
-
-%description plugin-suggest
-Sugget plugin for Groonga
-
-%package munin-plugins
-Summary:	Munin plugins for Groonga
-Group:		Applications/System
-Requires:	%{name}-libs = %{version}-%{release}
-Requires:	munin-node
-Requires(post):	munin-node
-Requires(post):	/sbin/service
-Requires(postun):	/sbin/service
-
-%description munin-plugins
-Munin plugins for Groonga
-
-%package python
-Summary:	Python language binding for Groonga
-Group:		Development/Libraries
-Requires:	%{name}-libs = %{version}-%{release}
-
-%description python
-Python language binding for Groonga
-
-%package php
-Summary:	PHP language binding for Groonga
-Group:		Development/Libraries
-Requires:	%{name}-libs = %{version}-%{release}
-
-%description php
-PHP language binding for Groonga
-
-
-%prep
-#% define optflags -O0
-%setup -q
-
-
-%build
-%configure \
-  --disable-static \
-  --with-package-platform=fedora \
-  --with-zlib --with-lz4 \
-  --with-munin-plugins
-sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
-sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-make %{?_smp_mflags}
-
-# build python binding
-cd %{_builddir}/%{name}-%{version}/bindings/python/ql
-python setup.py config
-sed -i.cflags -e 's|^cflags =.*|cflags = []|' setup.py
-CFLAGS=-I%{_builddir}/%{name}-%{version}/include
-export CFLAGS
-LDFLAGS=-L%{_builddir}/%{name}-%{version}/lib/.libs
-export LDFLAGS
-python setup.py build
-
-# build php binding
-cd %{_builddir}/%{name}-%{version}/bindings/php
-sed -i.ldflags -e 's|PHP_ADD_LIBRARY_WITH_PATH(groonga, .*)|PHP_ADD_LIBRARY(groonga, GROONGA_SHARED_LIBADD)|' config.m4
-phpize
-CFLAGS="%{optflags}"
-export CFLAGS
-LDFLAGS=-L%{_builddir}/%{name}-%{version}/lib/.libs
-export LDFLAGS
-# --with-groonga is only necessary to avoid error in configure
-%configure --disable-static --with-groonga=%{_builddir}/%{name}-%{version}
-make %{?_smp_mflags}
-
-
-%install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
-rm $RPM_BUILD_ROOT%{_libdir}/groonga/plugins/*/*.la
-rm $RPM_BUILD_ROOT%{_libdir}/*.la
-
-mv $RPM_BUILD_ROOT%{_datadir}/doc/groonga groonga-doc
-
-mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/groonga
-mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/groonga/db
-mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log/groonga
-mkdir -p $RPM_BUILD_ROOT%{_libdir}/groonga/plugins/normalizers
-
-mv $RPM_BUILD_ROOT%{_datadir}/groonga/munin/ $RPM_BUILD_ROOT%{_datadir}/
-mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/munin/plugin-conf.d/
-cat <<EOC > $RPM_BUILD_ROOT%{_sysconfdir}/munin/plugin-conf.d/groonga
-[groonga_*]
-  user groonga
-  group groonga
-  env.PATH ${_bindir}
-  env.database_path %{_localstatedir}/lib/groonga/db/db
-  env.host 127.0.0.1
-
-  env.http_host 127.0.0.1
-  env.http_port 10041
-  env.http_database_path %{_localstatedir}/lib/groonga/db/db
-  env.http_pid_path %{_localstatedir}/run/groonga/groonga-http.pid
-  env.http_query_log_path %{_localstatedir}/log/groonga/query-http.log
-
-  env.httpd_host 127.0.0.1
-  env.httpd_port 10041
-  env.httpd_database_path %{_localstatedir}/lib/groonga/db/db
-  env.httpd_pid_path %{_localstatedir}/run/groonga/groonga-httpd.pid
-  env.httpd_query_log_path %{_localstatedir}/log/groonga/httpd/groonga-query.log
-
-  env.gqtp_host 127.0.0.1
-  env.gqtp_port 10043
-  env.gqtp_database_path %{_localstatedir}/lib/groonga/db/db
-  env.gqtp_pid_path %{_localstatedir}/run/groonga/groonga-gqtp.pid
-  env.gqtp_query_log_path %{_localstatedir}/log/groonga/query-gqtp.log
-EOC
-
-# install python binding
-cd %{_builddir}/%{name}-%{version}/bindings/python/ql
-python setup.py install --root=$RPM_BUILD_ROOT
-
-# install php binding
-cd %{_builddir}/%{name}-%{version}/bindings/php
-make install INSTALL_ROOT=$RPM_BUILD_ROOT INSTALL="install -p"
-
-
-%pre server-common
-getent group groonga >/dev/null || groupadd -r groonga
-getent passwd groonga >/dev/null || \
-       useradd -r -g groonga -d %{_localstatedir}/lib/groonga -s /sbin/nologin \
-	-c 'groonga' groonga
-if [ $1 = 1 ] ; then
-	mkdir -p %{_localstatedir}/lib/groonga/db
-	groonga -n %{_localstatedir}/lib/groonga/db/db shutdown > /dev/null
-	chown -R groonga:groonga %{_localstatedir}/lib/groonga
-	mkdir -p %{_localstatedir}/run/groonga
-	chown -R groonga:groonga %{_localstatedir}/run/groonga
-fi
-exit 0
-
-%post server-http
-/bin/systemctl daemon-reload >/dev/null 2>&1 || :
-
-%post server-gqtp
-/bin/systemctl daemon-reload >/dev/null 2>&1 || :
-
-%post httpd
-/bin/systemctl daemon-reload >/dev/null 2>&1 || :
-if [ $1 = 1 ]; then
-	mkdir -p %{_localstatedir}/log/groonga/httpd
-	chown -R groonga:groonga %{_localstatedir}/log/groonga/httpd
-elif [ $1 = 2 ]; then
-	%{_sbindir}/groonga-httpd-restart
-fi
-
-%post libs -p /sbin/ldconfig
-
-%post munin-plugins
-%{_sbindir}/munin-node-configure --shell --remove-also | grep -e 'groonga_' | sh
-[ -f %{_localstatedir}/lock/subsys/munin-node ] && \
-	/sbin/service munin-node restart > /dev/null 2>&1
-:
-
-%preun server-http
-if [ $1 = 0 ] ; then
-	/bin/systemctl --no-reload disable groonga.service > /dev/null 2>&1 || :
-	/bin/systemctl stop groonga.service > /dev/null 2>&1 || :
-fi
-
-%postun server-http
-/bin/systemctl daemon-reload >/dev/null 2>&1 || :
-if [ $1 -ge 1 ] ; then
-	/bin/systemctl try-restart groonga.service >/dev/null 2>&1 || :
-fi
-
-%preun httpd
-if [ $1 = 0 ] ; then
-	/bin/systemctl --no-reload disable groonga-httpd.service > /dev/null 2>&1 || :
-	/bin/systemctl stop groonga-httpd.service > /dev/null 2>&1 || :
-fi
-
-%postun httpd
-/bin/systemctl daemon-reload >/dev/null 2>&1 || :
-if [ $1 -ge 1 ] ; then
-	%{_sbindir}/groonga-httpd-restart try-restart >/dev/null 2>&1 || :
-fi
-
-%triggerun -- groonga < 1.3.0-1
-/usr/bin/systemd-sysv-convert --save groonga >/dev/null 2>&1 ||:
-/bin/systemctl --no-reload enable groonga.service >/dev/null 2>&1 ||:
-/sbin/chkconfig --del groonga >/dev/null 2>&1 || :
-/bin/systemctl try-restart groonga.service >/dev/null 2>&1 || :
-
-%postun libs -p /sbin/ldconfig
-
-%postun munin-plugins
-if [ $1 -eq 0 ]; then
-	[ -f %{_localstatedir}/lock/subsys/munin-node ] && \
-		/sbin/service munin-node restart >/dev/null 2>&1
-	:
-fi
-
-
-%files
-%defattr(-,root,root,-)
-%{_datadir}/man/man1/*
-%{_datadir}/man/*/man1/*
-%{_bindir}/groonga
-%{_bindir}/groonga-benchmark
-
-%files libs
-%defattr(-,root,root,-)
-%doc README.md COPYING
-%{_libdir}/*.so.*
-%dir %{_libdir}/groonga
-%dir %{_libdir}/groonga/plugins
-%dir %{_libdir}/groonga/plugins/normalizers
-%dir %{_libdir}/groonga/plugins/query_expanders
-%dir %{_libdir}/groonga/plugins/suggest
-%dir %{_libdir}/groonga/plugins/table
-%dir %{_libdir}/groonga/plugins/tokenizers
-%dir %{_libdir}/groonga/plugins/token_filters
-%{_libdir}/groonga/plugins/table/table.so
-%{_libdir}/groonga/plugins/query_expanders/tsv.so
-%{_libdir}/groonga/plugins/token_filters/stop_word.so
-%{_datadir}/groonga/
-%config(noreplace) %{_sysconfdir}/groonga/synonyms.tsv
-
-%files server-common
-
-%files server-http
-%defattr(-,root,root,-)
-%config(noreplace) %{_sysconfdir}/groonga/
-%config(noreplace) %{_sysconfdir}/sysconfig/groonga-server-http
-%{_unitdir}/groonga-server-http.service
-%ghost %dir %{_localstatedir}/run/%{name}
-%attr(0750,groonga,groonga) %dir %{_localstatedir}/lib/%{name}
-%attr(0750,groonga,groonga) %dir %{_localstatedir}/lib/%{name}/db
-
-%files server-gqtp
-%defattr(-,root,root,-)
-%config(noreplace) %{_sysconfdir}/groonga/
-%config(noreplace) %{_sysconfdir}/sysconfig/groonga-server-gqtp
-%{_unitdir}/groonga-server-gqtp.service
-%ghost %dir %{_localstatedir}/run/%{name}
-%attr(0750,groonga,groonga) %dir %{_localstatedir}/lib/%{name}
-%attr(0750,groonga,groonga) %dir %{_localstatedir}/lib/%{name}/db
-
-%files httpd
-%defattr(-,root,root,-)
-%config(noreplace) %{_sysconfdir}/groonga/httpd/*
-%{_unitdir}/groonga-httpd.service
-%{_sbindir}/groonga-httpd
-%{_sbindir}/groonga-httpd-restart
-
-%files doc
-%defattr(-,root,root,-)
-%doc README.md COPYING
-%doc groonga-doc/*
-
-%files devel
-%defattr(-,root,root,-)
-%{_includedir}/groonga/
-%{_libdir}/*.so
-%{_libdir}/pkgconfig/groonga*.pc
-
-%files tokenizer-mecab
-%defattr(-,root,root,-)
-%{_libdir}/groonga/plugins/tokenizers/mecab.so
-
-%files plugin-suggest
-%defattr(-,root,root,-)
-%{_bindir}/groonga-suggest-*
-%{_libdir}/groonga/plugins/suggest/suggest.so
-
-%files munin-plugins
-%defattr(-,root,root,-)
-%{_datadir}/munin/plugins/*
-%config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/*
-
-%files python
-%defattr(-,root,root,-)
-%{python_sitearch}/groongaql*
-
-%files php
-%defattr(-,root,root,-)
-%{php_extdir}/groonga.so
-
-%changelog
-* Wed Oct 29 2014 Kouhei Sutou <kou �� clear-code.com> - 4.0.7-1
-- new upstream release.
-
-* Mon Sep 29 2014 Kouhei Sutou <kou �� cozmixng.org> - 4.0.6-1
-- new upstream release.
-
-* Fri Aug 29 2014 Kouhei Sutou <kou �� clear-code.com> - 4.0.5-1
-- new upstream release.
-
-* Tue Jul 29 2014 HAYASHI Kentaro <hayashi �� clear-code.com> - 4.0.4-1
-- new upstream release.
-
-* Sun Jun 29 2014 Kouhei Sutou <kou �� clear-code.com> - 4.0.3-1
-- new upstream release.
-
-* Thu May 29 2014 Kouhei Sutou <kou �� clear-code.com> - 4.0.2-0
-- new upstream release.
-
-* Sat Mar 29 2014 HAYASHI Kentaro <hayashi �� clear-code.com> - 4.0.1-1
-- new upstream release.
-
-* Sun Feb 09 2014 HAYASHI Kentaro <hayashi �� clear-code.com> - 4.0.0-1
-- new upstream release.
-
-* Wed Jan 29 2014 HAYASHI Kentaro <hayashi �� clear-code.com> - 3.1.2-1
-- new upstream release.
-
-* Sun Dec 29 2013 HAYASHI Kentaro <hayashi �� clear-code.com> - 3.1.1-1
-- new upstream release.
-
-* Fri Nov 29 2013 HAYASHI Kentaro <hayashi �� clear-code.com> - 3.1.0-1
-- new upstream release.
-
-* Tue Oct 29 2013 HAYASHI Kentaro <hayashi �� clear-code.com> - 3.0.9-1
-- new upstream release.
-
-* Sun Sep 29 2013 HAYASHI Kentaro <hayashi �� clear-code.com> - 3.0.8-1
-- new upstream release.
-
-* Thu Aug 29 2013 HAYASHI Kentaro <hayashi �� clear-code.com> - 3.0.7-1
-- new upstream release.
-
-* Fri Mar 29 2013 HAYASHI Kentaro <hayashi �� clear-code.com> - 3.0.2-0
-- new upstream release.
-
-* Thu Feb 28 2013 HAYASHI Kentaro <hayashi �� clear-code.com> - 3.0.1-0
-- new upstream release.
-
-* Sat Feb 09 2013 HAYASHI Kentaro <hayashi �� clear-code.com> - 3.0.0-0
-- new upstream release.
-
-* Tue Jan 29 2013 HAYASHI Kentaro <hayashi �� clear-code.com> - 2.1.2-0
-- new upstream release.
-
-* Sat Dec 29 2012 Kouhei Sutou <kou �� clear-code.com> - 2.1.1-0
-- new upstream release.
-
-* Sat Dec 29 2012 HAYASHI Kentaro <hayashi �� clear-code.com> - 2.1.0-0
-- new upstream release.
-
-* Thu Nov 29 2012 HAYASHI Kentaro <hayashi �� clear-code.com> - 2.0.9-0
-- new upstream release.
-
-* 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!!!
-- Fix license of server-gqtp.
-- Fix license of server-http.
-- Add more description to server-http and httpd.
-
-* Sat Sep 29 2012 HAYASHI Kentaro <hayashi �� clear-code.com> - 2.0.7-0
-- new upstream release.
-- Split groonga-server package into groonga-server-gqtp and
-  groonga-server-http package.
-
-* Wed Aug 29 2012 HAYASHI Kentaro <hayashi �� clear-code.com> - 2.0.6-0
-- new upstream release.
-- Split common tasks for server use into groonga-server-common package.
-- groonga-server and groonga-httpd require groonga-server-common package.
-
-* Sun Jul 29 2012 Kouhei Sutou <kou �� clear-code.com> - 2.0.5-0
-- new upstream release.
-
-* Fri Jun 29 2012 Kouhei Sutou <kou �� clear-code.com> - 2.0.4-0
-- new upstream release.
-- groonga package does not require groonga-tokenizer-mecab package.
-
-* Tue May 29 2012 Kouhei Sutou <kou �� clear-code.com> - 2.0.3-0
-- new upstream release.
-
-* Sun Apr 29 2012 Kouhei Sutou <kou �� clear-code.com> - 2.0.2-0
-- new upstream release.
-- use libedit.
-
-* Fri Mar 30 2012 Kouhei Sutou <kou �� clear-code.com> - 2.0.1-2
-- Use shutdown command for stop.
-
-* Fri Mar 30 2012 Kouhei Sutou <kou �� clear-code.com> - 2.0.1-1
-- Fix bind address argument parameter.
-  Patch by Masaharu IWAI. Thanks!!!
-
-* Thu Mar 29 2012 Kouhei Sutou <kou �� clear-code.com> - 2.0.1-0
-- new upstream release.
-- ensure removing build directory before installing.
-- grntest -> groonga-benchmark.
-- remove groonga-tools package.
-
-* Wed Feb 29 2012 Kouhei Sutou <kou �� clear-code.com> - 2.0.0-0
-- new upstream release.
-- remove other permission from DB directory.
-- use HTTP as the default protocol.
-- support effective user and group in systemd.
-  Patch by Daiki Ueno. Thanks!!!
-
-* Mon Jan 30 2012 Daiki Ueno <dueno �� redhat.com> - 1.3.0-1
-- built in Fedora
-- migrate groonga-server initscript to systemd service (#781503)
-
-* Sun Jan 29 2012 Kouhei Sutou <kou �� clear-code.com> - 1.3.0-0
-- new upstream release.
-- groonga-server package does not require groonga-munin-plugins package.
-  suggested by Masaharu IWAI. Thanks!!!
-- groonga package does not require groonga-doc package.
-  suggested by Masaharu IWAI. Thanks!!!
-
-* Thu Dec 29 2011 Kouhei Sutou <kou �� clear-code.com> - 1.2.9-0
-- new upstream release.
-
-* Tue Nov 29 2011 Kouhei Sutou <kou �� clear-code.com> - 1.2.8-0
-- new upstream release.
-- enable zlib support.
-- enable lzo support.
-- add --with-package-platform=redhat configure option to install init script.
-- add --with-munin-plugins cofnigure option to install Munin plugins.
-
-* Sat Oct 29 2011 Kouhei Sutou <kou �� clear-code.com> - 1.2.7-0
-- new upstream release.
-
-* Thu Sep 29 2011 Kouhei Sutou <kou �� clear-code.com> - 1.2.6-0
-- new upstream release.
-
-* Mon Aug 29 2011 Kouhei Sutou <kou �� clear-code.com> - 1.2.5-0
-- new upstream release.
-
-* Fri Jul 29 2011 Kouhei Sutou <kou �� clear-code.com> - 1.2.4-0
-- new upstream release.
-
-* Wed Jun 29 2011 Kouhei Sutou <kou �� clear-code.com> - 1.2.3-0
-- new upstream release.
-- add a new groong-tools package.
-
-* Sun May 29 2011 Kouhei Sutou <kou �� clear-code.com> - 1.2.2-0
-- new upstream release.
-- split server files into groonga-server package.
-
-* Fri Apr 29 2011 Kouhei Sutou <kou �� clear-code.com> - 1.2.1-0
-- new upstream release.
-
-* Tue Mar 29 2011 Kouhei Sutou <kou �� clear-code.com> - 1.2.0-0
-- new upstream release.
-
-* Wed Feb 09 2011 Kouhei Sutou <kou �� clear-code.com> - 1.1.0-0
-- new upstream release.
-
-* Wed Feb 02 2011 Kouhei Sutou <kou �� clear-code.com> - 1.0.8-0
-- new upstream release.
-
-* Sat Jan 29 2011 Kouhei Sutou <kou �� clear-code.com> - 1.0.7-0
-- new upstream release.
-
-* Fri Dec 31 2010 Kouhei Sutou <kou �� clear-code.com> - 1.0.6-0
-- new upstream release
-
-* Wed Dec 29 2010 Kouhei Sutou <kou �� clear-code.com> - 1.0.5-0
-- new upstream release.
-
-* Mon Nov 29 2010 Kouhei Sutou <kou �� clear-code.com> - 1.0.4-1
-- new upstream release
-
-* Wed Nov 24 2010 Daiki Ueno <dueno �� redhat.com> - 1.0.3-2
-- %%ghost /var/run/*.
-
-* Sat Oct 09 2010 Kouhei Sutou <kou �� clear-code.com> - 1.0.3-1
-- new upstream release.
-
-* Thu Oct  7 2010 Daiki Ueno <dueno �� redhat.com> - 1.0.2-7
-- own %%_localstatedir/lib/%%name/db.
-- use %%_sbindir RPM macro.
-
-* Wed Oct  6 2010 Daiki Ueno <dueno �� redhat.com> - 1.0.2-6
-- use %%python_sitearch and %%php_extdir macros.
-- correct directory ownership for -munin-plugins subpackage.
-- supply %%optflags when building PHP binding.
-- don't set CGROUP_DAEMON in initscript.
-
-* Tue Oct  5 2010 Daiki Ueno <dueno �� redhat.com> - 1.0.2-5
-- correct directory ownership for -munin-plugins subpackage.
-- make -doc subpackage require -libs.
-- correct directory ownership for directories under %%_localstatedir.
-- make initscript disabled by default
-- move "build process" of Python and PHP bindings to %%build from %%install
-- build against Python 2.7
-- fix naming of Python and PHP bindings (python-%%{name} to %%{name}-python)
-
-* Mon Oct  4 2010 Daiki Ueno <dueno �� redhat.com> - 1.0.2-4
-- package Python and PHP bindings.
-
-* Mon Oct  4 2010 Daiki Ueno <dueno �� redhat.com> - 1.0.2-3
-- fix License.
-- pass "-p" to the install command to preserve timestamps.
-- use RPM macros %%_initddir, %%_localstatedir, %%_prefix, etc.
-- use the standard snippet to creating user/group for groonga; don't
-  call userdel/groupdel.
-- add missing "Require(foo): bar" for /sbin/service, /sbin/chkconfig,
-  /sbin/ldconfig, and /usr/sbin/munin-node-configure.
-- fix attributes in %%files.
-- correct directory ownership.
-
-* Fri Oct  1 2010 Daiki Ueno <dueno �� redhat.com> - 1.0.2-2
-- don't require autotools when building
-- pass --disable-static to %%configure
-
-* Thu Sep 09 2010 Kouhei Sutou <kou �� clear-code.com> - 1.0.2-1
-- new upstream release.
-
-* Mon Sep 06 2010 Kouhei Sutou <kou �� clear-code.com> - 1.0.1-1
-- new upstream release.
-
-* Thu Sep 02 2010 Kouhei Sutou <kou �� clear-code.com> - 1.0.0-1
-- split packages.
-
-* Tue Aug 24 2010 Daiki Ueno <dueno �� redhat.com> - 0.7.6-1
-- initial packaging for Fedora
-------------- next part --------------
HTML����������������������������...
다운로드 



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