-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathgroonga-normalizer-mysql.spec.in
More file actions
153 lines (110 loc) · 4.33 KB
/
groonga-normalizer-mysql.spec.in
File metadata and controls
153 lines (110 loc) · 4.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
# -*- sh-shell: rpm -*-
%global _initddir %{_sysconfdir}/init.d/
%if ! %{defined cmake}
%define cmake %{cmake3}
%endif
%if ! %{defined cmake_build}
%define cmake_build %{cmake3_build}
%endif
%if ! %{defined cmake_install}
%define cmake_install %{cmake3_install}
%endif
Name: groonga-normalizer-mysql
Version: @VERSION@
Release: 1%{?dist}
Summary: MySQL compatible normalizer plugin for groonga
Group: Applications/Text
License: LGPLv2
URL: http://groonga.org/
Source0: http://packages.groonga.org/source/%{name}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
BuildRequires: groonga-devel >= @REQUIRED_GROONGA_VERSION@
Requires: groonga-libs >= @REQUIRED_GROONGA_VERSION@
%description
This package provides MySQL compatible normalizer plugin.
You can use NormalizerMySQLGeneralCI and NormalizerMySQLUnicodeCI as normalizer.
%package devel
Summary: Development files for groonga-normalizer-mysql
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
This package provides development files for groonga-normalizer-mysql.
%prep
%setup -q
%build
%cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_SYSCONFDIR:PATH=%{_sysconfdir} \
%cmake_build
%install
%cmake_install
%files
%dir %{_libdir}/groonga
%dir %{_libdir}/groonga/plugins
%dir %{_libdir}/groonga/plugins/normalizers
%{_libdir}/groonga/plugins/normalizers/mysql.so
%{_datadir}/doc/groonga-normalizer-mysql/
%files devel
%{_libdir}/pkgconfig/groonga-normalizer-mysql.pc
%changelog
* Tue Sep 30 2025 Horimoto Yasuhiro <horimoto@clear-code.com> - 1.3.0-1
- New upstream release.
* Tue Sep 09 2025 Horimoto Yasuhiro <horimoto@clear-code.com> - 1.2.9-1
- New upstream release.
* Thu Jul 31 2025 Horimoto Yasuhiro <horimoto@clear-code.com> - 1.2.8-1
- New upstream release.
* Wed Jul 30 2025 Horimoto Yasuhiro <horimoto@clear-code.com> - 1.2.7-1
- New upstream release.
* Mon Mar 24 2025 Sutou Kouhei <kou@clear-code.com> - 1.2.6-1
- New upstream release.
* Mon Mar 03 2025 Horimoto Yasuhiro <horimoto@clear-code.com> - 1.2.5-1
- New upstream release.
* Wed Dec 25 2024 Sutou Kouhei <kou@clear-code.com> - 1.2.4-1
- New upstream release.
* Wed Nov 01 2023 Horimoto Yasuhiro <horimoto@clear-code.com> - 1.2.3-1
- New upstream release.
* Mon Oct 16 2023 Horimoto Yasuhiro <horimoto@clear-code.com> - 1.2.2-1
- New upstream release.
* Fri Dec 09 2022 Horimoto Yasuhiro <horimoto@clear-code.com> - 1.2.1-1
- New upstream release.
* Mon Nov 28 2022 Horimoto Yasuhiro <horimoto@clear-code.com> - 1.2.0-1
- New upstream release.
* Sat Oct 29 2022 Horimoto Yasuhiro <horimoto@clear-code.com> - 1.1.9-1
- New upstream release.
* Tue Dec 28 2021 Horimoto Yasuhiro <horimoto@clear-code.com> - 1.1.8-1
- New upstream release.
* Mon Dec 27 2021 Horimoto Yasuhiro <horimoto@clear-code.com> - 1.1.6-1
- New upstream release.
* Tue Nov 16 2021 Horimoto Yasuhiro <horimoto@clear-code.com> - 1.1.5-1
- New upstream release.
* Wed Jul 18 2018 Kouhei Sutou <kou@clear-code.com> - 1.1.3-1
- new upstream release.
* Tue Jul 17 2018 Kouhei Sutou <kou@clear-code.com> - 1.1.2-1
- new upstream release.
* Fri Apr 29 2016 HAYASHI Kentaro <hayashi@clear-code.com> - 1.1.1-1
- new upstream release.
* Fri May 29 2015 Kouhei Sutou <kou@clear-code.com> - 1.1.0-1
- new upstream release.
* Sun Mar 29 2015 HAYASHI Kentaro <hayashi@clear-code.com> - 1.0.9-1
- new upstream release.
* Tue Feb 10 2015 Kouhei Sutou <kou@clear-code.com> - 1.0.8-1
- new upstream release.
* Mon Feb 09 2015 HAYASHI Kentaro <hayashi@clear-code.com> - 1.0.7-1
- new upstream release.
* Sun Feb 09 2014 HAYASHI Kentaro <hayashi@clear-code.com> - 1.0.6-1
- new upstream release.
* Sat Jun 29 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 1.0.5-1
- new upstream release.
* Wed May 29 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 1.0.4-1
- new upstream release.
* Mon Apr 29 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 1.0.3-0
- new upstream release.
- Reduce required packages. groonga-libs is only required.
- Require groonga 3.0.3 or later.
- Split development files into -devel package.
* Fri Mar 29 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 1.0.2-0
- new upstream release.
* Thu Feb 28 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 1.0.1-0
- new upstream release
* Tue Jan 29 2013 HAYASHI Kentaro <hayashi@clear-code.com> - 1.0.0-0
- initial packaging for CentOS