groonga-normalizer-mysql-vl.spec 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. %global __provides_exclude_from ^%{_libdir}/groonga/plugins/normalizers/mysql\\.so$
  2. Name: groonga-normalizer-mysql
  3. Summary: MySQL compatible normalizer plugin for groonga
  4. Version: 1.1.8
  5. Release: 1%{?_dist_release}
  6. Group: office
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. License: LGPLv2
  10. URL: http://groonga.org/
  11. Source0: http://packages.groonga.org/source/%{name}/%{name}-%{version}.tar.gz
  12. BuildRequires: groonga-devel >= 11.0.0
  13. Requires: groonga-libs >= 11.0.0
  14. ExclusiveArch: %{ix86} x86_64
  15. %description
  16. This package provides MySQL compatible normalizer plugin.
  17. You can use NormalizerMySQLGeneralCI and NormalizerMySQLUnicodeCI as normalizer.
  18. %package devel
  19. Summary: Development files for groonga-normalizer-mysql
  20. Group: programming
  21. Requires: %{name} = %{version}-%{release}
  22. %description devel
  23. This package provides development files for groonga-normalizer-mysql.
  24. %debug_package
  25. %prep
  26. %setup -q
  27. %build
  28. %configure \
  29. --disable-static
  30. sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
  31. sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
  32. make %{?_smp_mflags}
  33. %install
  34. make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
  35. rm $RPM_BUILD_ROOT%{_libdir}/groonga/plugins/*/*.la
  36. %files
  37. %license doc/text/lgpl-2.0.txt
  38. %doc README.md
  39. %dir %{_libdir}/groonga
  40. %dir %{_libdir}/groonga/plugins
  41. %dir %{_libdir}/groonga/plugins/normalizers
  42. %{_libdir}/groonga/plugins/normalizers/mysql.so
  43. %{_datadir}/doc/groonga-normalizer-mysql/
  44. %files devel
  45. %{_libdir}/pkgconfig/groonga-normalizer-mysql.pc
  46. %changelog
  47. * Tue Dec 28 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.1.8-1
  48. - new upstream release.
  49. * Wed Nov 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.1.5-1
  50. - new upstream release.
  51. * Fri Mar 19 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.1.4-1
  52. - new upstream release.
  53. * Mon Nov 30 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.1.0-1
  54. - new upstream release.
  55. * Mon Mar 31 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.0.6-2
  56. - rebuilt with groonga-4.0.1.
  57. * Tue Feb 11 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.0.6-1
  58. - new upstream release.
  59. * Tue Dec 17 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.0.5-2
  60. - initial build for Vine Linux.
  61. * Sat Jun 29 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 1.0.5-1
  62. - new upstream release.
  63. * Wed May 29 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 1.0.4-1
  64. - new upstream release.
  65. * Mon Apr 29 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 1.0.3-1
  66. - new upstream release.
  67. - Reduce required packages. groonga-libs is only required.
  68. - Require groonga 3.0.3 or later.
  69. - Split development files into -devel package.
  70. * Fri Mar 29 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 1.0.2-0
  71. - new upstream release.
  72. * Thu Feb 28 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 1.0.1-1
  73. - new upstream release
  74. * Tue Jan 29 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 1.0.0-1
  75. - initial packaging for Fedora