groonga-normalizer-mysql-vl.spec 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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.4
  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. * Fri Mar 19 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.1.4-1
  48. - new upstream release.
  49. * Mon Nov 30 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.1.0-1
  50. - new upstream release.
  51. * Mon Mar 31 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.0.6-2
  52. - rebuilt with groonga-4.0.1.
  53. * Tue Feb 11 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.0.6-1
  54. - new upstream release.
  55. * Tue Dec 17 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.0.5-2
  56. - initial build for Vine Linux.
  57. * Sat Jun 29 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 1.0.5-1
  58. - new upstream release.
  59. * Wed May 29 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 1.0.4-1
  60. - new upstream release.
  61. * Mon Apr 29 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 1.0.3-1
  62. - new upstream release.
  63. - Reduce required packages. groonga-libs is only required.
  64. - Require groonga 3.0.3 or later.
  65. - Split development files into -devel package.
  66. * Fri Mar 29 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 1.0.2-0
  67. - new upstream release.
  68. * Thu Feb 28 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 1.0.1-1
  69. - new upstream release
  70. * Tue Jan 29 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 1.0.0-1
  71. - initial packaging for Fedora