groonga-vl.spec 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655
  1. %bcond_with systemd
  2. %global _initddir %{_sysconfdir}/init.d/
  3. Name: groonga
  4. Summary: An Embeddable Fulltext Search Engine
  5. Version: 12.0.1
  6. Release: 1%{?_dist_release}%{?with_systemd:.systemd}
  7. Group: office
  8. Vendor: Project Vine
  9. Distribution: Vine Linux
  10. Packager: tomop, iwaim
  11. License: LGPLv2
  12. URL: http://groonga.org/
  13. Source0: http://packages.groonga.org/source/groonga/groonga-%{version}.tar.gz
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
  15. BuildRequires: mecab-devel
  16. BuildRequires: zlib-devel
  17. BuildRequires: lz4-devel
  18. BuildRequires: libzstd-devel
  19. BuildRequires: pcre-devel
  20. Requires: %{name}-libs = %{version}-%{release}
  21. Requires: %{name}-plugin-suggest = %{version}-%{release}
  22. %if %{with systemd}
  23. %else
  24. %endif
  25. %description
  26. Groonga is an embeddable full-text search engine library. It can
  27. integrate with DBMS and scripting languages to enhance their search
  28. functionality. It also provides a standalone data store server based
  29. on relational data model.
  30. %package libs
  31. Summary: Runtime libraries for groonga
  32. Group: system
  33. License: LGPLv2 and (MIT or GPLv2)
  34. %description libs
  35. This package contains the libraries for groonga
  36. %package server-common
  37. Summary: Common packages for the groonga server and the groonga HTTP server
  38. Group: servers
  39. License: LGPLv2
  40. Requires: %{name} = %{version}-%{release}
  41. Requires(pre): shadow-utils
  42. %description server-common
  43. This package provides common settings for server use
  44. %package server-gqtp
  45. Summary: Groonga GQTP server
  46. Group: servers
  47. License: LGPLv2
  48. Requires: %{name}-server-common = %{version}-%{release}
  49. Requires(pre): shadow-utils
  50. Requires(post): /sbin/chkconfig
  51. Requires(preun): /sbin/chkconfig
  52. Requires(preun): /sbin/service
  53. Requires(postun): /sbin/service
  54. Obsoletes: %{name} < 1.2.2-0
  55. Obsoletes: %{name}-server < 2.0.7-0
  56. %description server-gqtp
  57. This package contains the groonga GQTP server
  58. %package server-http
  59. Summary: Groonga HTTP server (transitional)
  60. Group: servers
  61. License: LGPLv2
  62. Requires: %{name}-server-common = %{version}-%{release}
  63. Requires: curl
  64. Requires(pre): shadow-utils
  65. Requires(post): /sbin/chkconfig
  66. Requires(preun): /sbin/chkconfig
  67. Requires(preun): /sbin/service
  68. Requires(postun): /sbin/service
  69. Obsoletes: %{name} < 1.2.2-0
  70. Obsoletes: %{name}-server < 2.0.7-0
  71. %description server-http
  72. This is a transitional package to groonga-httpd.
  73. %package httpd
  74. Summary: Groonga HTTP server
  75. Group: servers
  76. License: LGPLv2 and BSD
  77. Requires: %{name}-server-common = %{version}-%{release}
  78. Provides: %{name}-server-http = %{version}-%{release}
  79. Obsoletes: %{name}-server-http <= 4.0.7-2
  80. %description httpd
  81. This package contains the groonga HTTP server. It is experimental
  82. but has many features. Because it is based on nginx HTTP server.
  83. It will obsolete groonga-server-http when it is stable.
  84. %package doc
  85. Summary: Documentation for groonga
  86. Group: documentation
  87. License: LGPLv2 and BSD
  88. %description doc
  89. Documentation for Groonga
  90. %package devel
  91. Summary: Libraries and header files for Groonga
  92. Group: programming
  93. Requires: %{name}-libs = %{version}-%{release}
  94. %description devel
  95. Libraries and header files for Groonga
  96. %package tokenizer-mecab
  97. Summary: MeCab tokenizer for Groonga
  98. Group: office
  99. Requires: %{name}-libs = %{version}-%{release}
  100. %description tokenizer-mecab
  101. MeCab tokenizer for Groonga
  102. %package plugin-suggest
  103. Summary: Suggest plugin for Groonga
  104. Group: office
  105. Requires: %{name}-libs = %{version}-%{release}
  106. %description plugin-suggest
  107. Sugget plugin for Groonga
  108. %package munin-plugins
  109. Summary: Munin plugins for Groonga
  110. Group: system
  111. Requires: %{name}-libs = %{version}-%{release}
  112. Requires: munin-node
  113. Requires(post): munin-node
  114. Requires(post): /sbin/service
  115. Requires(postun): /sbin/service
  116. %description munin-plugins
  117. Munin plugins for Groonga
  118. %debug_package
  119. %prep
  120. %setup -q
  121. %build
  122. %configure \
  123. --disable-static \
  124. %if %{with systemd}
  125. --with-package-platform=centos8 \
  126. %else
  127. --with-package-platform=centos6 \
  128. %endif
  129. --with-zlib \
  130. --with-lz4 \
  131. --with-zstd \
  132. --with-mecab \
  133. --with-rapidjson=bundled \
  134. --with-munin-plugins \
  135. --enable-mruby
  136. sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
  137. sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
  138. make %{?_smp_mflags}
  139. %install
  140. rm -rf $RPM_BUILD_ROOT
  141. make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
  142. rm $RPM_BUILD_ROOT%{_libdir}/groonga/plugins/*/*.la
  143. rm $RPM_BUILD_ROOT%{_libdir}/*.la
  144. rm -rf groonga-doc
  145. mv $RPM_BUILD_ROOT%{_datadir}/doc/groonga groonga-doc
  146. mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/groonga
  147. mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/groonga/db
  148. mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log/groonga
  149. mv $RPM_BUILD_ROOT%{_datadir}/groonga/munin/ $RPM_BUILD_ROOT%{_datadir}/
  150. mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/munin/plugin-conf.d/
  151. cat <<EOC > $RPM_BUILD_ROOT%{_sysconfdir}/munin/plugin-conf.d/groonga
  152. [groonga_*]
  153. user groonga
  154. group groonga
  155. env.PATH %{_bindir}
  156. env.database_path %{_localstatedir}/lib/groonga/db/db
  157. env.host 127.0.0.1
  158. env.http_host 127.0.0.1
  159. env.http_port 10041
  160. env.http_database_path %{_localstatedir}/lib/groonga/db/db
  161. env.http_pid_path %{_localstatedir}/run/groonga/groonga-http.pid
  162. env.http_query_log_path %{_localstatedir}/log/groonga/query-http.log
  163. env.httpd_host 127.0.0.1
  164. env.httpd_port 10041
  165. env.httpd_database_path %{_localstatedir}/lib/groonga/db/db
  166. env.httpd_pid_path %{_localstatedir}/run/groonga/groonga-httpd.pid
  167. env.httpd_query_log_path %{_localstatedir}/log/groonga/httpd/groonga-query.log
  168. env.gqtp_host 127.0.0.1
  169. env.gqtp_port 10043
  170. env.gqtp_database_path %{_localstatedir}/lib/groonga/db/db
  171. env.gqtp_pid_path %{_localstatedir}/run/groonga/groonga-gqtp.pid
  172. env.gqtp_query_log_path %{_localstatedir}/log/groonga/query-gqtp.log
  173. EOC
  174. %if %{with systemd}
  175. mkdir -p %{buildroot}%{_unitdir}
  176. mkdir -p %{buildroot}%{_tmpfilesdir}
  177. mv -f %{buildroot}%{_sysconfdir}/tmpfiles.d/* %{buildroot}%{_tmpfilesdir}/
  178. mv -f %{buildroot}/usr%{_unitdir}/* %{buildroot}%{_unitdir}/
  179. %else
  180. # this file is needed by systemd only
  181. rm -rf %{buildroot}%{_sysconfdir}/tmpfiles.d
  182. %endif
  183. %clean
  184. rm -rf $RPM_BUILD_ROOT
  185. %pre server-common
  186. getent group groonga >/dev/null || groupadd -r groonga
  187. getent passwd groonga >/dev/null || \
  188. useradd -r -g groonga -d %{_localstatedir}/lib/groonga -s /sbin/nologin \
  189. -c 'groonga' groonga
  190. if [ $1 = 1 ]; then
  191. mkdir -p %{_localstatedir}/lib/groonga/db
  192. groonga -n %{_localstatedir}/lib/groonga/db/db shutdown > /dev/null
  193. chown -R groonga:groonga %{_localstatedir}/lib/groonga
  194. mkdir -p %{_localstatedir}/run/groonga
  195. chown -R groonga:groonga %{_localstatedir}/run/groonga
  196. fi
  197. exit 0
  198. %post server-gqtp
  199. %if %{with systemd}
  200. %systemd_post groonga-server-gqtp.service
  201. %else
  202. /sbin/chkconfig --add groonga-server-gqtp
  203. %endif
  204. %post server-http
  205. %if %{with systemd}
  206. %systemd_post groonga-server-http.service
  207. %else
  208. /sbin/chkconfig --add groonga-server-http
  209. %endif
  210. %post httpd
  211. if [ $1 = 1 ] ; then
  212. mkdir -p %{_localstatedir}/log/groonga/httpd
  213. chown -R groonga:groonga %{_localstatedir}/log/groonga/httpd
  214. %if %{with systemd}
  215. %systemd_post groonga-httpd.service
  216. elif [ $1 = 2 ] ; then
  217. /usr/sbin/groonga-httpd-restart > /dev/null 2>&1 || :
  218. %else
  219. elif [ $1 = 2 ] ; then
  220. /sbin/service groonga-httpd restart >/dev/null 2>&1 || :
  221. %endif
  222. fi
  223. %post munin-plugins
  224. %{_sbindir}/munin-node-configure --shell --remove-also | grep -e 'groonga_' | sh
  225. [ -f %{_localstatedir}/lock/subsys/munin-node ] && \
  226. %if %{with systemd}
  227. /bin/systemctl restart munin-node.service
  228. %else
  229. /sbin/service munin-node restart > /dev/null 2>&1
  230. %endif
  231. :
  232. %preun server-http
  233. %if %{with systemd}
  234. %systemd_preun groonga-server-http.service
  235. %else
  236. if [ $1 = 0 -o -x /bin/systemctl ] ; then
  237. /sbin/service groonga-server-http stop >/dev/null 2>&1 || :
  238. /sbin/chkconfig --del groonga-server-http
  239. fi
  240. %endif
  241. %postun server-http
  242. %if %{with systemd}
  243. %systemd_postun groonga-server-http.service
  244. %else
  245. if [ $1 -ge 1 ] ; then
  246. /sbin/service groonga-server-http condrestart >/dev/null 2>&1 || :
  247. fi
  248. %endif
  249. %preun server-gqtp
  250. %if %{with systemd}
  251. %systemd_preun groonga-server-gqtp.service
  252. %else
  253. if [ $1 = 0 -o -x /bin/systemctl ] ; then
  254. /sbin/service groonga-server-http stop >/dev/null 2>&1 || :
  255. /sbin/chkconfig --del groonga-server-gqtp
  256. fi
  257. %endif
  258. %postun server-gqtp
  259. %if %{with systemd}
  260. %systemd_postun groonga-server-gqtp.service
  261. %else
  262. if [ $1 -ge 1 ] ; then
  263. /sbin/service groonga-server-gqtp condrestart >/dev/null 2>&1 || :
  264. fi
  265. %endif
  266. %preun httpd
  267. %if %{with systemd}
  268. %systemd_preun groonga-httpd.service
  269. %else
  270. if [ $1 = 0 -o -x /bin/systemctl ] ; then
  271. %{_initddir}/groonga-httpd stop >/dev/null 2>&1 || :
  272. /sbin/chkconfig --del groonga-server-gqtp
  273. fi
  274. %endif
  275. %postun httpd
  276. %if %{with systemd}
  277. %systemd_postun groonga-httpd.service
  278. %else
  279. if [ $1 -ge 1 ] ; then
  280. %{_initddir}/groonga-httpd condrestart >/dev/null 2>&1 || :
  281. fi
  282. %endif
  283. %postun munin-plugins
  284. %if %{with systemd}
  285. %else
  286. if [ $1 -eq 0 ]; then
  287. [ -f %{_localstatedir}/lock/subsys/munin-node ] && \
  288. %if %{with systemd}
  289. /bin/systemctl restart munin-node.service
  290. %else
  291. /sbin/service munin-node restart > /dev/null 2>&1
  292. %endif
  293. :
  294. fi
  295. %endif
  296. %triggerpostun -n groonga-server-common -- groonga-server-common < 2.0.8-2
  297. chown -R groonga:groonga %{_localstatedir}/lib/groonga
  298. chown -R groonga:groonga %{_localstatedir}/run/groonga
  299. %files
  300. %defattr(-,root,root,-)
  301. %{_bindir}/groonga
  302. %{_bindir}/groonga-benchmark
  303. %{_bindir}/grndb
  304. %files libs
  305. %defattr(-,root,root,-)
  306. %license COPYING
  307. %doc README.md
  308. %{_libdir}/*.so.*
  309. %{_libdir}/groonga
  310. %{_datadir}/groonga
  311. %config(noreplace) %{_sysconfdir}/groonga/synonyms.tsv
  312. %files server-common
  313. %if %{with systemd}
  314. %{_tmpfilesdir}/*
  315. %endif
  316. %files server-gqtp
  317. %defattr(-,root,root,-)
  318. %config(noreplace) %{_sysconfdir}/groonga/
  319. %config(noreplace) %{_sysconfdir}/sysconfig/groonga-server-gqtp
  320. %config(noreplace) %{_sysconfdir}/logrotate.d/groonga-server-gqtp
  321. %ghost %dir %{_localstatedir}/run/%{name}
  322. %attr(0750,groonga,groonga) %dir %{_localstatedir}/lib/%{name}
  323. %attr(0750,groonga,groonga) %dir %{_localstatedir}/lib/%{name}/db
  324. %if %{with systemd}
  325. %{_unitdir}/groonga-server-gqtp.service
  326. %else
  327. %{_initddir}/groonga-server-gqtp
  328. %endif
  329. %files server-http
  330. %defattr(-,root,root,-)
  331. %config(noreplace) %{_sysconfdir}/groonga/
  332. %config(noreplace) %{_sysconfdir}/sysconfig/groonga-server-http
  333. %config(noreplace) %{_sysconfdir}/logrotate.d/groonga-server-http
  334. %ghost %dir %{_localstatedir}/run/%{name}
  335. %attr(0750,groonga,groonga) %dir %{_localstatedir}/lib/%{name}
  336. %attr(0750,groonga,groonga) %dir %{_localstatedir}/lib/%{name}/db
  337. %if %{with systemd}
  338. %{_unitdir}/groonga-server-http.service
  339. %else
  340. %{_initddir}/groonga-server-http
  341. %endif
  342. %files httpd
  343. %defattr(-,root,root,-)
  344. %config(noreplace) %{_sysconfdir}/groonga/httpd/*
  345. %config(noreplace) %{_sysconfdir}/sysconfig/groonga-httpd
  346. %config(noreplace) %{_sysconfdir}/logrotate.d/groonga-httpd
  347. %{_sbindir}/groonga-httpd
  348. %{_sbindir}/groonga-httpd-restart
  349. %ghost %dir %{_localstatedir}/run/%{name}
  350. %attr(0750,groonga,groonga) %dir %{_localstatedir}/lib/%{name}
  351. %attr(0750,groonga,groonga) %dir %{_localstatedir}/lib/%{name}/db
  352. %if %{with systemd}
  353. %{_unitdir}/groonga-httpd.service
  354. %else
  355. %{_initddir}/groonga-httpd
  356. %endif
  357. %files doc
  358. %defattr(-,root,root,-)
  359. %license COPYING
  360. %doc README.md
  361. %doc groonga-doc/*
  362. %files devel
  363. %defattr(-,root,root,-)
  364. %{_includedir}/groonga/
  365. %{_libdir}/*.so
  366. %{_libdir}/pkgconfig/groonga*.pc
  367. %files plugin-suggest
  368. %defattr(-,root,root,-)
  369. %{_bindir}/groonga-suggest-*
  370. %dir %{_libdir}/groonga/plugins
  371. %{_libdir}/groonga/plugins/suggest/suggest.so
  372. %files tokenizer-mecab
  373. %defattr(-,root,root,-)
  374. %{_libdir}/groonga/plugins/tokenizers/mecab.so
  375. %files munin-plugins
  376. %defattr(-,root,root,-)
  377. %{_datadir}/munin/plugins/*
  378. %config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/*
  379. %changelog
  380. * Wed Mar 02 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 12.0.1-1
  381. - new upstream release.
  382. * Tue Dec 28 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 11.1.1-1
  383. - new upstream release.
  384. * Thu Sep 30 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 11.0.7-1
  385. - new upstream release.
  386. * Tue Aug 31 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 11.0.6-1
  387. - new upstream release.
  388. * Sat Aug 07 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 11.0.5-1
  389. - new upstream release.
  390. * Tue Jun 29 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 11.0.4-1
  391. - new upstream release.
  392. - added systemd support (disabled as default).
  393. * Fri Mar 19 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 11.0.0-1
  394. - new upstream release.
  395. - dropped ldconfig scriptlets.
  396. * Wed Sep 04 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.7-1
  397. - new upstream release.
  398. * Wed May 08 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.2-1
  399. - new upstream release.
  400. - added BR:libxcrypt-devel.
  401. * Sat Dec 30 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.1.0-1
  402. - new upstream release.
  403. * Mon May 1 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.2-1
  404. - new upstream release.
  405. * Tue Dec 13 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.1.1-1
  406. - new upstream release.
  407. * Wed Jun 29 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.0.5-1
  408. - new upstream release.
  409. * Mon Nov 30 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.0-1
  410. - new upstream release.
  411. * Mon Sep 29 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0.6-1
  412. - new upstream release.
  413. * Sat May 31 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0.2-1
  414. - new upstream release.
  415. * Mon Mar 31 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0.1-1
  416. - new upstream release.
  417. * Tue Feb 11 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0.0-1
  418. - new upstream release.
  419. * Sun Dec 29 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.1-1
  420. - new upstream release.
  421. * Wed Dec 04 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.0-1
  422. - new upstream release.
  423. * Mon Feb 11 2013 IWAI, Masaharu <iwai@alib.jp> 3.0.0-1
  424. - update to 3.0.0
  425. - drop groonga-server-http script patch (Patch0): upstream merged
  426. - add grn_index_cursor_next() patch (Patch1) from upstream git
  427. - add Packager: iwaim
  428. * Thu Feb 7 2013 IWAI, Masaharu <iwai@alib.jp> 2.0.8-2
  429. - fix pre script for groonga-server-common sub package
  430. - add triggerpostun script: groonga-server-common < 2.0.8-2
  431. - add groonga-server-http script patch (Patch0)
  432. * Fri Nov 16 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0.8-1
  433. - new upstream release.
  434. * Sat Sep 15 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0.6-1
  435. - initial build for Vine Linux.
  436. * Wed Aug 29 2012 HAYASHI Kentaro <hayashi@clear-code.com> - 2.0.6-0
  437. - new upstream release.
  438. * Sun Jul 29 2012 Kouhei Sutou <kou@clear-code.com> - 2.0.5-0
  439. - new upstream release.
  440. - split groonga-httpd related files into groonga-httpd package.
  441. * Fri Jun 29 2012 Kouhei Sutou <kou@clear-code.com> - 2.0.4-0
  442. - new upstream release.
  443. - groonga package does not require groonga-tokenizer-mecab package.
  444. * Tue May 29 2012 Kouhei Sutou <kou@clear-code.com> - 2.0.3-0
  445. - new upstream release.
  446. * Sun Apr 29 2012 Kouhei Sutou <kou@clear-code.com> - 2.0.2-0
  447. - new upstream release.
  448. * Fri Mar 30 2012 Kouhei Sutou <kou@clear-code.com> - 2.0.1-2
  449. - Use shutdown command for stop.
  450. * Fri Mar 30 2012 Kouhei Sutou <kou@clear-code.com> - 2.0.1-1
  451. - Fix bind address argument parameter.
  452. Patch by Masaharu IWAI. Thanks!!!
  453. * Thu Mar 29 2012 Kouhei Sutou <kou@clear-code.com> - 2.0.1-0
  454. - new upstream release.
  455. - grntest -> groonga-benchmark.
  456. - remove groong-tools package.
  457. * Wed Feb 29 2012 Kouhei Sutou <kou@clear-code.com> - 2.0.0-0
  458. - new upstream release.
  459. - remove other permission from DB directory.
  460. - install init.d related files directly.
  461. - use HTTP as the default protocol.
  462. * Sun Jan 29 2012 Kouhei Sutou <kou@clear-code.com> - 1.3.0-0
  463. - new upstream release.
  464. - groonga-server package does not require groonga-munin-plugins package.
  465. suggested by Masaharu IWAI. Thanks!!!
  466. - groonga package does not require groonga-doc package.
  467. suggested by Masaharu IWAI. Thanks!!!
  468. * Thu Dec 29 2011 Kouhei Sutou <kou@clear-code.com> - 1.2.9-0
  469. - new upstream release.
  470. * Tue Nov 29 2011 Kouhei Sutou <kou@clear-code.com> - 1.2.8-0
  471. - new upstream release.
  472. - enable zlib support.
  473. - enable lzo support.
  474. - add --with-package-platform=redhat configure option to install init script.
  475. - add --with-munin-plugins cofnigure option to install Munin plugins.
  476. * Sat Oct 29 2011 Kouhei Sutou <kou@clear-code.com> - 1.2.7-0
  477. - new upstream release.
  478. * Thu Sep 29 2011 Kouhei Sutou <kou@clear-code.com> - 1.2.6-0
  479. - new upstream release.
  480. * Mon Aug 29 2011 Kouhei Sutou <kou@clear-code.com> - 1.2.5-0
  481. - new upstream release.
  482. * Fri Jul 29 2011 Kouhei Sutou <kou@clear-code.com> - 1.2.4-0
  483. - new upstream release.
  484. * Wed Jun 29 2011 Kouhei Sutou <kou@clear-code.com> - 1.2.3-0
  485. - new upstream release.
  486. - add a new groong-tools package.
  487. * Sun May 29 2011 Kouhei Sutou <kou@clear-code.com> - 1.2.2-0
  488. - new upstream release.
  489. - split server files into groonga-server package.
  490. * Fri Apr 29 2011 Kouhei Sutou <kou@clear-code.com> - 1.2.1-0
  491. - new upstream release.
  492. * Tue Mar 29 2011 Kouhei Sutou <kou@clear-code.com> - 1.2.0-0
  493. - new upstream release.
  494. * Wed Feb 09 2011 Kouhei Sutou <kou@clear-code.com> - 1.1.0-0
  495. - new upstream release.
  496. * Wed Feb 02 2011 Kouhei Sutou <kou@clear-code.com> - 1.0.8-0
  497. - new upstream release.
  498. * Sat Jan 29 2011 Kouhei Sutou <kou@clear-code.com> - 1.0.7-0
  499. - new upstream release.
  500. * Fri Dec 31 2010 Kouhei Sutou <kou@clear-code.com> - 1.0.6-0
  501. - new upstream release
  502. * Wed Dec 29 2010 Kouhei Sutou <kou@clear-code.com> - 1.0.5-0
  503. - new upstream release.
  504. * Mon Nov 29 2010 Kouhei Sutou <kou@clear-code.com> - 1.0.4-1
  505. - new upstream release
  506. * Wed Nov 24 2010 Daiki Ueno <dueno@redhat.com> - 1.0.3-2
  507. - %%ghost /var/run/*.
  508. * Fri Oct 29 2010 Kouhei Sutou <kou@clear-code.com> - 1.0.3-1
  509. - new upstream release.
  510. * Sat Oct 09 2010 Kouhei Sutou <kou@clear-code.com> - 1.0.2-2
  511. - merge Fedora changes.
  512. * Thu Sep 09 2010 Kouhei Sutou <kou@clear-code.com> - 1.0.2-1
  513. - new upstream release.
  514. * Mon Sep 06 2010 Kouhei Sutou <kou@clear-code.com> - 1.0.1-1
  515. - new upstream release.
  516. * Thu Sep 02 2010 Kouhei Sutou <kou@clear-code.com> - 1.0.0-1
  517. - split packages.
  518. * Tue Aug 24 2010 Daiki Ueno <dueno@redhat.com> - 0.7.6-1
  519. - initial packaging for Fedora