source: projects/specs/trunk/g/groonga-normalizer-mysql/groonga-normalizer-mysql-vl.spec @ 9841

Revision 9841, 2.6 KB checked in by tomop, 8 years ago (diff)

groonga-5.1.0-1, groonga-normalizer-mysql-1.1.0-1

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