69fb893
# python2 is not available on RHEL > 7 and not needed on Fedora > 28
69fb893
%if 0%{?rhel} > 7 || 0%{?fedora} > 28
69fb893
# disable python2 by default
69fb893
%bcond_with python2
69fb893
%else
69fb893
%bcond_without python2
69fb893
%endif
69fb893
80d0f55
Name:          marisa
c7a2ff4
Version:       0.2.6
7c56d04
Release:       8%{?dist}
80d0f55
Summary:       Static and spece-efficient trie data structure library
Daiki Ueno 6ef4709
ccb4c2b
License:       BSD-2-Clause OR LGPL-2.1-or-later
c7a2ff4
URL:  https://github.com/s-yata/marisa-trie
c7a2ff4
Source0: https://github.com/s-yata/marisa-trie/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
80d0f55
c7a2ff4
BuildRequires: autoconf, automake, libtool
c188edd
BuildRequires: make
7fef5a6
BuildRequires: gcc
7fef5a6
BuildRequires: gcc-c++
80d0f55
BuildRequires: swig
80d0f55
BuildRequires: perl-devel
80d0f55
BuildRequires: perl-generators
69fb893
%if %{with python2}
80d0f55
BuildRequires: python2-devel
69fb893
%endif
80d0f55
BuildRequires: python3-devel
7fef5a6
BuildRequires: python3-setuptools
80d0f55
BuildRequires: ruby-devel
Daiki Ueno 6ef4709
Daiki Ueno 6ef4709
%description
Daiki Ueno 6ef4709
Matching Algorithm with Recursively Implemented StorAge (MARISA) is a
Daiki Ueno 6ef4709
static and space-efficient trie data structure. And libmarisa is a C++
Daiki Ueno 6ef4709
library to provide an implementation of MARISA. Also, the package of
Daiki Ueno 6ef4709
libmarisa contains a set of command line tools for building and
Daiki Ueno 6ef4709
operating a MARISA-based dictionary.
Daiki Ueno 6ef4709
Daiki Ueno 6ef4709
A MARISA-based dictionary supports not only lookup but also reverse
Daiki Ueno 6ef4709
lookup, common prefix search and predictive search.
Daiki Ueno 6ef4709
Daiki Ueno 6ef4709
80d0f55
%package devel
80d0f55
Summary:       Development files for %{name}
80d0f55
Requires:      %{name}%{?_isa} = %{version}-%{release}
Daiki Ueno 6ef4709
80d0f55
%description devel
Daiki Ueno 6ef4709
The %{name}-devel package contains libraries and header files for
Daiki Ueno 6ef4709
developing applications that use %{name}.
Daiki Ueno 6ef4709
Daiki Ueno 6ef4709
80d0f55
%package tools
80d0f55
Summary:       Tools for %{name}
80d0f55
Requires:      %{name}%{?_isa} = %{version}-%{release}
Daiki Ueno 6ef4709
80d0f55
%description tools
Daiki Ueno 6ef4709
The %{name}-tools package contains tools for developing applications
Daiki Ueno 6ef4709
that use %{name}.
Daiki Ueno 6ef4709
Daiki Ueno 6ef4709
Daiki Ueno 0bc3967
%package perl
80d0f55
Summary:       Perl language binding for marisa
80d0f55
Requires:      %{name} = %{version}-%{release}
Daiki Ueno 0bc3967
Daiki Ueno 0bc3967
%description perl
Daiki Ueno 0bc3967
Perl language binding for marisa
Daiki Ueno 0bc3967
Daiki Ueno 0bc3967
69fb893
%if %{with python2}
b43e73c
%package -n python2-%{name}
80d0f55
Summary:       Python language binding for marisa
80d0f55
Requires:      %{name} = %{version}-%{release}
b43e73c
# Remove before F30
80d0f55
Provides:      %{name}-python = %{version}-%{release}
80d0f55
Provides:      %{name}-python%{?_isa} = %{version}-%{release}
80d0f55
Obsoletes:     %{name}-python < %{version}-%{release}
80d0f55
%{?python_provide:%python_provide python2-%{name}}
Daiki Ueno 0bc3967
b43e73c
%description -n python2-%{name}
80d0f55
Python 2 language binding for marisa
69fb893
%endif
Daiki Ueno 0bc3967
Daiki Ueno 0bc3967
Iryna Shcherbina 1b56fc9
%package -n python3-%{name}
80d0f55
Summary:       Python 3 language binding for marisa
80d0f55
Requires:      %{name} = %{version}-%{release}
Iryna Shcherbina 1b56fc9
%{?python_provide:%python_provide python3-%{name}}
Iryna Shcherbina 1b56fc9
Iryna Shcherbina 1b56fc9
%description -n python3-%{name}
Iryna Shcherbina 1b56fc9
Python 3 language binding for marisa
Iryna Shcherbina 1b56fc9
Iryna Shcherbina 1b56fc9
Daiki Ueno 0bc3967
%package ruby
80d0f55
Summary: Ruby language binding for marisa
80d0f55
Requires:      %{name} = %{version}-%{release}
d18eff2
%if 0%{?fedora} || 0%{?rhel} > 7
80d0f55
Requires:      ruby(release)
Daiki Ueno 255e499
%else
80d0f55
Requires:      ruby(abi) = 1.9.1
Daiki Ueno 255e499
%endif
Daiki Ueno 0bc3967
Daiki Ueno 0bc3967
%description ruby
Daiki Ueno 0bc3967
Ruby language binding for groonga
Daiki Ueno 0bc3967
Daiki Ueno 0bc3967
Daiki Ueno 6ef4709
%prep
c7a2ff4
%autosetup -n %{name}-trie-%{version}
Daiki Ueno 6ef4709
Daiki Ueno 6ef4709
Daiki Ueno 6ef4709
%build
a7c39a6
%set_build_flags
a7c39a6
c7a2ff4
autoreconf -i
Daiki Ueno 6ef4709
%configure --disable-static
Daiki Ueno 6ef4709
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
Daiki Ueno 6ef4709
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
7fef5a6
%{make_build}
Daiki Ueno 6ef4709
Daiki Ueno a527935
# build Perl bindings
Daiki Ueno 0bc3967
pushd bindings/perl
c7a2ff4
%{__perl} Makefile.PL INC="-I%{_builddir}/%{name}-trie-%{version}/include" LIBS="-L%{_builddir}/%{name}-trie-%{version}/lib/%{name}/.libs -lmarisa" INSTALLDIRS=vendor
7fef5a6
%{make_build}
Daiki Ueno 0bc3967
popd
Daiki Ueno 0bc3967
Daiki Ueno a527935
# build Python bindings
Iryna Shcherbina 1b56fc9
# Regenerate Python bindings
7fef5a6
%{make_build} --directory=bindings swig-python
Iryna Shcherbina 1b56fc9
Daiki Ueno 0bc3967
pushd bindings/python
69fb893
%if %{with python2}
c7a2ff4
%{__python2} setup.py build_ext --include-dirs="%{_builddir}/%{name}-trie-%{version}/include" --library-dirs="%{_builddir}/%{name}-trie-%{version}/lib/%{name}/.libs"
Iryna Shcherbina 1b56fc9
%py2_build
69fb893
%endif
Iryna Shcherbina 1b56fc9
c7a2ff4
%{__python3} setup.py build_ext --include-dirs="%{_builddir}/%{name}-trie-%{version}/include" --library-dirs="%{_builddir}/%{name}-trie-%{version}/lib/%{name}/.libs"
Iryna Shcherbina 1b56fc9
%py3_build
Daiki Ueno 0bc3967
popd
Daiki Ueno 0bc3967
Daiki Ueno a527935
# build Ruby bindings
5f0b393
# Regenerate ruby bindings
5f0b393
pushd bindings
7fef5a6
%{make_build} swig-ruby
5f0b393
popd
5f0b393
Daiki Ueno 0bc3967
pushd bindings/ruby
c7a2ff4
ruby extconf.rb --with-opt-include="%{_builddir}/%{name}-trie-%{version}/include" --with-opt-lib="%{_builddir}/%{name}-trie-%{version}/lib/%{name}/.libs" --vendor
7fef5a6
%{make_build}
Daiki Ueno 0bc3967
popd
Daiki Ueno 6ef4709
Daiki Ueno 6ef4709
%install
Daiki Ueno 6ef4709
%make_install INSTALL="install -p"
Daiki Ueno 0bc3967
Daiki Ueno 0bc3967
# install Perl bindings
Daiki Ueno 0bc3967
pushd bindings/perl
Daiki Ueno 0bc3967
%make_install INSTALL="install -p"
d18eff2
# Remove hidden files
d18eff2
rm -f %{buildroot}%{perl_vendorarch}/auto/marisa/.packlist
d18eff2
%{_fixperms} -c %{buildroot}%{perl_vendorarch}/*
Daiki Ueno 0bc3967
popd
Daiki Ueno 0bc3967
Daiki Ueno 0bc3967
# install Python bindings
Daiki Ueno 0bc3967
pushd bindings/python
69fb893
%if %{with python2}
Iryna Shcherbina 1b56fc9
%py2_install
69fb893
%endif
Iryna Shcherbina 1b56fc9
%py3_install
7fef5a6
rm -rf %{buildroot}/%{python3_sitearch}/marisa-0.0.0-py%{python3_version}.egg-info
Daiki Ueno 0bc3967
popd
Daiki Ueno 0bc3967
Daiki Ueno 0bc3967
# install Ruby bindings
Daiki Ueno 0bc3967
pushd bindings/ruby
d18eff2
%if 0%{?fedora} || 0%{?rhel} > 7
Daiki Ueno c515ed6
%make_install INSTALL="install -p"
Daiki Ueno c515ed6
%else
ef2e905
%make_install INSTALL="install -p" hdrdir=%{_includedir} arch_hdrdir="%{_includedir}/\$(arch)" rubyhdrdir=%{_includedir}
Daiki Ueno c515ed6
%endif
Daiki Ueno 0bc3967
popd
Daiki Ueno 0bc3967
Daiki Ueno 6ef4709
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
Daiki Ueno 0bc3967
find $RPM_BUILD_ROOT -name 'perllocal.pod' -exec rm -f {} ';'
2e1f68e
rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/sample.pl
Daiki Ueno 6ef4709
Daiki Ueno 6ef4709
505698f
%ldconfig_scriptlets
Daiki Ueno 6ef4709
Daiki Ueno 6ef4709
Daiki Ueno 6ef4709
%files
c7a2ff4
%doc docs/style.css AUTHORS README.md docs/readme.en.html
80d0f55
%lang(ja) %doc docs/readme.ja.html
c7a2ff4
%license COPYING.md
d18eff2
%{_libdir}/libmarisa.so.*
Daiki Ueno 6ef4709
Daiki Ueno 6ef4709
%files devel
d18eff2
%{_includedir}/marisa*
Daiki Ueno 6ef4709
%{_libdir}/*.so
Daiki Ueno 6ef4709
%{_libdir}/pkgconfig/*.pc
Daiki Ueno 6ef4709
Daiki Ueno 6ef4709
%files tools
d18eff2
%{_bindir}/marisa-benchmark
d18eff2
%{_bindir}/marisa-build
d18eff2
%{_bindir}/marisa-common-prefix-search
d18eff2
%{_bindir}/marisa-dump
d18eff2
%{_bindir}/marisa-lookup
d18eff2
%{_bindir}/marisa-predictive-search
d18eff2
%{_bindir}/marisa-reverse-lookup
Daiki Ueno 6ef4709
Daiki Ueno 0bc3967
%files perl
d18eff2
%{perl_vendorarch}/marisa.pm
d18eff2
%{perl_vendorarch}/auto/marisa
c7a2ff4
%{perl_vendorarch}/benchmark.pl
Daiki Ueno 0bc3967
69fb893
%if %{with python2}
b43e73c
%files -n python2-%{name}
d18eff2
%{python2_sitearch}/_marisa.so
d18eff2
%{python2_sitearch}/marisa.py*
d18eff2
%{python2_sitearch}/marisa-0.0.0-py2.?.egg-info
69fb893
%endif
Iryna Shcherbina 1b56fc9
Iryna Shcherbina 1b56fc9
%files -n python3-%{name}
d18eff2
%{python3_sitearch}/__pycache__/marisa*
d18eff2
%{python3_sitearch}/_marisa*.so
d18eff2
%{python3_sitearch}/marisa.py
Daiki Ueno 0bc3967
Daiki Ueno 0bc3967
%files ruby
d18eff2
%{ruby_vendorarchdir}/marisa.so
Daiki Ueno 6ef4709
Daiki Ueno 6ef4709
%changelog
7c56d04
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-8
7c56d04
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
7c56d04
d975e8a
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-7
d975e8a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
d975e8a
64444dc
* Wed Jan 03 2024 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.2.6-6
64444dc
- Rebuild for https://fedoraproject.org/wiki/Changes/Ruby_3.3
64444dc
af15377
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-5
af15377
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
af15377
079d567
* Tue Jul 11 2023 Jitka Plesnikova <jplesnik@redhat.com> - 0.2.6-4
079d567
- Perl 5.38 rebuild
079d567
3ae3b15
* Mon Jun 26 2023 Python Maint <python-maint@redhat.com> - 0.2.6-3
3ae3b15
- Rebuilt for Python 3.12
3ae3b15
ccb4c2b
* Tue Jun 20 2023 Peng Wu <pwu@redhat.com> - 0.2.6-2
ccb4c2b
- Migrate to SPDX license
ccb4c2b
c7a2ff4
* Mon Jun 19 2023 Peng Wu <pwu@redhat.com> - 0.2.6-1
c7a2ff4
- Update to 0.2.6
74d1218
- Resolves: RHBZ#2215688
c7a2ff4
31ecbbf
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.2.4-61
31ecbbf
- Rebuilt for Python 3.12
31ecbbf
7fef5a6
* Thu Jun  8 2023 Peng Wu <pwu@redhat.com> - 0.2.4-60
7fef5a6
- Add BuildRequires python3-setuptools
7fef5a6
- Use make_build macro instead of just make
7fef5a6
- Resolves: RHBZ#2048094, RHBZ#2155002
7fef5a6
f7b52d3
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-59
f7b52d3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
f7b52d3
6c09bae
* Wed Jan 04 2023 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.2.4-58
6c09bae
- Rebuild for https://fedoraproject.org/wiki/Changes/Ruby_3.2
6c09bae
b2a1680
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-57
b2a1680
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
b2a1680
1bbf3c8
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.2.4-56
1bbf3c8
- Rebuilt for Python 3.11
1bbf3c8
8977a84
* Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.2.4-55
8977a84
- Perl 5.36 rebuild
8977a84
9d6bf11
* Thu Jan 27 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.2.4-54
9d6bf11
- F-36: rebuild against ruby31
9d6bf11
116e62f
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-53
116e62f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
116e62f
22c7596
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-52
22c7596
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
22c7596
a59a4b8
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.2.4-51
a59a4b8
- Rebuilt for Python 3.10
a59a4b8
f51c8e6
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.2.4-50
f51c8e6
- Perl 5.34 rebuild
f51c8e6
1633fbf
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-49
1633fbf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
1633fbf
9258584
* Wed Jan 06 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.2.4-48
9258584
- F-34: rebuild against ruby 3.0
9258584
3b61c63
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-47
3b61c63
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
3b61c63
c5aded4
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.2.4-46
c5aded4
- Perl 5.32 rebuild
c5aded4
b0d49c6
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.2.4-45
b0d49c6
- Rebuilt for Python 3.9
b0d49c6
4cfe13d
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-44
4cfe13d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
4cfe13d
4e05374
* Sat Jan 18 2020 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.2.4-43
4e05374
- F-32: rebuild against ruby27
4e05374
eaca7f4
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.2.4-42
eaca7f4
- Rebuilt for Python 3.8.0rc1 (#1748018)
eaca7f4
3ddba22
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.2.4-41
3ddba22
- Rebuilt for Python 3.8
3ddba22
49f9400
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-40
49f9400
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
49f9400
a4917c8
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.2.4-39
a4917c8
- Perl 5.30 rebuild
a4917c8
b10272f
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-38
b10272f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
b10272f
9febd47
* Mon Jan 21 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.2.4-37
9febd47
- F-30: rebuild against ruby26
9febd47
69fb893
* Wed Aug 01 2018 Takao Fujiwara <fujiwara@redhat.com> - 0.2.4-36
69fb893
- disable python2 for RHEL8
69fb893
f042783
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-35
f042783
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
f042783
79aed32
* Tue Jul 03 2018 Petr Pisar <ppisar@redhat.com> - 0.2.4-34
79aed32
- Perl 5.28 rebuild
79aed32
15c6e3e
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.2.4-33
15c6e3e
- Perl 5.28 rebuild
15c6e3e
592a800
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.2.4-32
592a800
- Rebuilt for Python 3.7
592a800
827c629
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-31
827c629
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
827c629
9b313b6
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 0.2.4-30
9b313b6
- Rebuilt for switch to libxcrypt
9b313b6
35d733d
* Fri Jan 05 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.2.4-29
35d733d
- F-28: rebuild for ruby25
35d733d
80d0f55
* Thu Dec 14 2017 Parag Nemade <pnemade AT redhat DOT com> - 0.2.4-28
80d0f55
- Few more cleanups to spec file
80d0f55
d18eff2
* Thu Dec 14 2017 Parag Nemade <pnemade AT redhat DOT com> - 0.2.4-27
d18eff2
- Correct the conditional builds for fedora and rhel
d18eff2
- Remove Group tag as its no longer needed
d18eff2
- added %%license macro for license files
d18eff2
- Correct the license tag
d18eff2
- Added fileslists more verbose for subpackages
d18eff2
fa805b3
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.2.4-26
fa805b3
- Add Provides for the old name without %%_isa
fa805b3
b43e73c
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.2.4-25
b43e73c
- Python 2 binary package renamed to python2-marisa
b43e73c
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
b43e73c
f9385a4
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-24
f9385a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
f9385a4
2f85dd3
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-23
2f85dd3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2f85dd3
629c141
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.2.4-22
629c141
- Perl 5.26 rebuild
629c141
9ffe92d
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-21
9ffe92d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
9ffe92d
297edc9
* Thu Jan 12 2017 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.2.4-20
297edc9
- F-26: rebuild for ruby24
297edc9
9b4faeb
* Thu Dec 22 2016 Miro Hrončok <mhroncok@redhat.com> - 0.2.4-19
9b4faeb
- Rebuild for Python 3.6
9b4faeb
Iryna Shcherbina 1b56fc9
* Fri Nov 11 2016 Iryna Shcherbina <ishcherb@redhat.com> - 0.2.4-18
Iryna Shcherbina 1b56fc9
- Regenerate Python binding files with newer swig
Iryna Shcherbina 1b56fc9
- Provide Python 3 subpackage
Iryna Shcherbina 1b56fc9
50a6586
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-17
50a6586
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
50a6586
c9a1afc
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.2.4-16
c9a1afc
- Perl 5.24 rebuild
c9a1afc
2e1f68e
* Mon May  9 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 0.2.4-15
2e1f68e
- Fix packaging of marisa-perl (#1246698)
2e1f68e
d199d91
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-14
d199d91
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
d199d91
50b4fb3
* Tue Jan 12 2016 Vít Ondruch <vondruch@redhat.com> - 0.2.4-13
50b4fb3
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.3
50b4fb3
53565be
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-12
53565be
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
53565be
a36140d
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.2.4-11
a36140d
- Perl 5.22 rebuild
a36140d
9d5af69
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.2.4-10
9d5af69
- Rebuilt for GCC 5 C++11 ABI change
9d5af69
07ed926
* Fri Jan 16 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.2.4-9
07ed926
- Rebuild for https://fedoraproject.org/wiki/Changes/Ruby_2.2
07ed926
8223006
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.2.4-8
8223006
- Perl 5.20 rebuild
8223006
9416a24
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-7
9416a24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
9416a24
90ac39a
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-6
90ac39a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
90ac39a
5f0b393
* Sat May  3 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.2.4-5
5f0b393
- Ruby: Rebuild for ruby 2.1 / rubygems 2.2
5f0b393
- Ruby: regenerate binding files with newer swig for -Werror=format-security
5f0b393
- Perl: don't use %%prefix/local, move installation directory to vendor directory
5f0b393
Daiki Ueno c515ed6
* Tue Aug 13 2013 Daiki Ueno <dueno@redhat.com> - 0.2.4-4
Daiki Ueno c515ed6
- disable workaround for ruby bindings needed for F19 (Closes:#992166)
Daiki Ueno c515ed6
a2f53a7
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-3
a2f53a7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
a2f53a7
9ace1a1
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 0.2.4-2
9ace1a1
- Perl 5.18 rebuild
9ace1a1
bc943fe
* Thu May  2 2013 Daiki Ueno <dueno@redhat.com> - 0.2.4-1
bc943fe
- new upstream release
bc943fe
eec52fa
* Wed Mar 20 2013 Vít Ondruch <vondruch@redhat.com> - 0.2.2-2
eec52fa
- Move Ruby bindings into correct location.
eec52fa
Daiki Ueno 255e499
* Thu Mar 14 2013 Daiki Ueno <dueno@redhat.com> - 0.2.2-1
Daiki Ueno 255e499
- new upstream release
Daiki Ueno 255e499
- for Fedora 19 or later, use 'ruby(release)' instead of 'ruby(abi)',
Daiki Ueno 255e499
  and also update the required Ruby ABI/release version to 2.0.0
Daiki Ueno 255e499
Daiki Ueno 0bc3967
* Thu Feb  7 2013 Daiki Ueno <dueno@redhat.com> - 0.2.1-3
Daiki Ueno 0bc3967
- add perl, python, ruby bindings
Daiki Ueno 0bc3967
Daiki Ueno 6ef4709
* Fri Feb  1 2013 Daiki Ueno <dueno@redhat.com> - 0.2.1-2
Daiki Ueno 6ef4709
- remove unnesseary BR
Daiki Ueno 6ef4709
- don't embed rpath in executables
Daiki Ueno 6ef4709
- add docs
Daiki Ueno 6ef4709
- drop buildroot cleanup
Daiki Ueno 6ef4709
- preserve timestamp when make install
Daiki Ueno 6ef4709
Daiki Ueno 6ef4709
* Thu Jan 24 2013 Daiki Ueno <dueno@redhat.com> - 0.2.1-1
Daiki Ueno 6ef4709
- initial packaging