2007-11-23 17:29:21 +00:00
|
|
|
Name: hyphen
|
|
|
|
Summary: A text hyphenation library
|
2014-09-18 15:52:03 +00:00
|
|
|
Version: 2.8.8
|
2023-02-23 10:15:54 +00:00
|
|
|
Release: 20%{?dist}
|
2007-11-23 17:29:21 +00:00
|
|
|
Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz
|
2008-02-19 08:48:40 +00:00
|
|
|
URL: http://hunspell.sf.net
|
2023-02-23 10:15:54 +00:00
|
|
|
License: GPL-2.0-only OR LGPL-2.1-or-later OR MPL-1.1
|
2017-07-12 12:20:08 +00:00
|
|
|
BuildRequires: perl-interpreter, patch, autoconf, automake, libtool
|
2016-01-20 10:38:57 +00:00
|
|
|
# s390 lacks valgrind support
|
2016-08-13 16:20:56 +00:00
|
|
|
# no working valgrind built for MIPS yet
|
2016-01-20 10:38:57 +00:00
|
|
|
# tests with valgrind fail on arm
|
2017-02-17 15:40:25 +00:00
|
|
|
# tests with valgrind fail on ppc64le
|
|
|
|
%ifnarch s390 %{arm} %{mips} ppc64le
|
2010-08-10 08:26:45 +00:00
|
|
|
BuildRequires: valgrind
|
|
|
|
%endif
|
2021-01-05 06:14:02 +00:00
|
|
|
BuildRequires: make
|
2007-11-23 17:29:21 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Hyphen is a library for high quality hyphenation and justification.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Requires: hyphen = %{version}-%{release}
|
|
|
|
Summary: Files for developing with hyphen
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Includes and definitions for developing with hyphen
|
|
|
|
|
2007-11-23 17:32:56 +00:00
|
|
|
%package en
|
|
|
|
Requires: hyphen
|
|
|
|
Summary: English hyphenation rules
|
2009-07-22 13:12:01 +00:00
|
|
|
BuildArch: noarch
|
2007-11-23 17:32:56 +00:00
|
|
|
|
|
|
|
%description en
|
|
|
|
English hyphenation rules.
|
|
|
|
|
2007-11-23 17:29:21 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-static
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
2010-03-04 11:47:17 +00:00
|
|
|
%check
|
2010-08-10 08:26:45 +00:00
|
|
|
make check
|
2017-02-17 15:45:50 +00:00
|
|
|
%ifnarch s390 %{arm} %{mips} ppc64le
|
2016-01-20 10:38:57 +00:00
|
|
|
VALGRIND=memcheck make check
|
2010-08-10 08:26:45 +00:00
|
|
|
%endif
|
2010-03-04 11:47:17 +00:00
|
|
|
|
2007-11-23 17:29:21 +00:00
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
|
|
|
|
2007-11-23 17:32:56 +00:00
|
|
|
pushd $RPM_BUILD_ROOT/%{_datadir}/hyphen/
|
2012-04-12 09:38:39 +00:00
|
|
|
en_US_aliases="en_AG en_AU en_BS en_BW en_BZ en_CA en_DK en_GB en_GH en_HK en_IE en_IN en_JM en_MW en_NA en_NZ en_PH en_SG en_TT en_ZA en_ZM en_ZW"
|
2007-11-23 17:32:56 +00:00
|
|
|
for lang in $en_US_aliases; do
|
|
|
|
ln -s hyph_en_US.dic hyph_$lang.dic
|
|
|
|
done
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
2019-01-22 17:39:18 +00:00
|
|
|
%ldconfig_scriptlets
|
2007-11-23 17:29:21 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%doc AUTHORS ChangeLog README README.hyphen README.nonstandard TODO
|
|
|
|
%{_libdir}/*.so.*
|
2007-11-23 17:32:56 +00:00
|
|
|
%dir %{_datadir}/hyphen
|
|
|
|
|
|
|
|
%files en
|
|
|
|
%{_datadir}/hyphen/hyph_en*.dic
|
2007-11-23 17:29:21 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/hyphen.h
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_bindir}/substrings.pl
|
|
|
|
|
|
|
|
%changelog
|
2023-02-23 10:15:54 +00:00
|
|
|
* Thu Feb 23 2023 Caolán McNamara <caolanm@redhat.com> - 2.8.8-20
|
|
|
|
- migrated to SPDX license
|
|
|
|
|
2023-01-19 12:42:01 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.8-19
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-07-21 14:12:44 +00:00
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.8-18
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-01-20 12:52:17 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.8-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-22 08:08:16 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.8-16
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-26 13:58:02 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.8-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-28 01:23:01 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.8-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-01-29 04:55:54 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.8-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-25 09:02:54 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.8-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-01 02:53:40 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.8-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 05:23:58 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.8-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 16:58:11 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.8-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-02 23:36:02 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.8-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 13:12:23 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.8-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 16:04:25 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.8-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-08-13 16:20:56 +00:00
|
|
|
* Fri Aug 12 2016 Michal Toman <mtoman@fedoraproject.org> - 2.8.8-5
|
|
|
|
- Resolves: rhbz#1366680 No valgrind on MIPS
|
|
|
|
|
2016-02-04 00:12:39 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.8-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-20 10:38:57 +00:00
|
|
|
* Wed Jan 20 2016 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 2.8.8-3
|
|
|
|
- Valgrind is not available only on s/390
|
|
|
|
- tests with Valgrind fail only on arm
|
|
|
|
|
2015-06-17 10:58:33 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2016-01-20 10:38:57 +00:00
|
|
|
* Thu Sep 18 2014 Caolán McNamara <caolanm@redhat.com> - 2.8.8-1
|
2014-09-18 15:52:03 +00:00
|
|
|
- latest version
|
|
|
|
|
2014-08-16 20:54:54 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.7-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-03 09:54:03 +00:00
|
|
|
* Thu Jul 03 2014 David Tardon <dtardon@redhat.com> - 2.8.7-2
|
|
|
|
- fix hyphen.h
|
|
|
|
|
2014-06-27 08:43:34 +00:00
|
|
|
* Fri Jun 27 2014 Caolán McNamara <caolanm@redhat.com> - 2.8.7-1
|
|
|
|
- latest version
|
|
|
|
|
2014-06-07 21:23:22 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.6-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 18:45:00 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.6-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-04-04 08:05:55 +00:00
|
|
|
* Thu Apr 04 2013 Caolán McNamara <caolanm@redhat.com> - 2.8.6-3
|
|
|
|
- Resolves: rhbz#925563 support aarch64
|
|
|
|
|
2013-02-14 01:40:38 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-05 11:32:17 +00:00
|
|
|
* Mon Nov 05 2012 Caolán McNamara <caolanm@redhat.com> - 2.8.6-1
|
|
|
|
- latest version
|
|
|
|
|
2012-07-19 14:07:00 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-12 15:46:37 +00:00
|
|
|
* Thu Jul 12 2012 Caolán McNamara <caolanm@redhat.com> - 2.8.5-1
|
|
|
|
- latest version
|
|
|
|
|
2012-06-29 10:05:44 +00:00
|
|
|
* Fri Jun 29 2012 Caolán McNamara <caolanm@redhat.com> - 2.8.4-1
|
|
|
|
- latest version
|
|
|
|
|
2012-04-18 12:14:03 +00:00
|
|
|
* Wed Apr 18 2012 Caolán McNamara <caolanm@redhat.com> - 2.8.3-4
|
2012-04-18 12:29:00 +00:00
|
|
|
- Resolves: rhbz#813481 x86_64 valgrind spews, see rhbz#813780
|
2012-04-18 12:14:03 +00:00
|
|
|
- Related: rhbz#813481 dump valgrind failure log
|
|
|
|
|
2012-04-12 09:38:39 +00:00
|
|
|
* Thu Apr 12 2012 Caolán McNamara <caolanm@redhat.com> - 2.8.3-3
|
|
|
|
- add Malawian alias
|
|
|
|
- add Zambian alias
|
|
|
|
|
2012-01-13 05:26:07 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-10-24 14:34:24 +00:00
|
|
|
* Mon Oct 24 2011 Caolán McNamara <caolanm@redhat.com> - 2.8.3-1
|
|
|
|
- latest version
|
|
|
|
|
2011-10-17 09:07:19 +00:00
|
|
|
* Mon Oct 17 2011 Caolán McNamara <caolanm@redhat.com> - 2.8-1
|
|
|
|
- latest version
|
|
|
|
|
2011-06-24 11:05:09 +00:00
|
|
|
* Fri Jun 24 2011 Caolán McNamara <caolanm@redhat.com> - 2.7-3
|
|
|
|
- Resolves: rhbz#715995 FTBFS
|
|
|
|
|
2011-02-09 11:12:27 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-02 12:09:17 +00:00
|
|
|
* Thu Dec 02 2010 Caolán McNamara <caolanm@redhat.com> - 2.7-1
|
|
|
|
- latest version
|
|
|
|
|
2010-08-10 08:26:45 +00:00
|
|
|
* Mon Jul 19 2010 Caolán McNamara <caolanm@redhat.com> - 2.6-1
|
|
|
|
- latest version
|
2010-03-04 11:47:17 +00:00
|
|
|
- run make check
|
|
|
|
|
2010-08-10 08:26:45 +00:00
|
|
|
* Thu Feb 25 2010 Caolán McNamara <caolanm@redhat.com> - 2.5-1
|
2010-02-25 20:44:21 +00:00
|
|
|
- latest version
|
|
|
|
|
2009-07-25 02:48:07 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2010-08-10 08:26:45 +00:00
|
|
|
* Wed Jul 22 2009 Caolán McNamara <caolanm@redhat.com> - 2.4-4
|
2009-07-22 13:12:01 +00:00
|
|
|
- make hyphen-en a noarch subpackage
|
|
|
|
|
2010-08-10 08:26:45 +00:00
|
|
|
* Fri Jun 12 2009 Caolán McNamara <caolanm@redhat.com> - 2.4-3
|
2009-06-12 14:23:48 +00:00
|
|
|
- extend coverage
|
|
|
|
|
2009-02-25 05:58:43 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2010-08-10 08:26:45 +00:00
|
|
|
* Fri May 02 2008 Caolán McNamara <caolanm@redhat.com> - 2.4-1
|
2008-05-03 09:56:16 +00:00
|
|
|
- latest version
|
|
|
|
|
2010-08-10 08:26:45 +00:00
|
|
|
* Tue Feb 19 2008 Caolán McNamara <caolanm@redhat.com> - 2.3.1-1
|
2008-02-19 08:48:40 +00:00
|
|
|
- latest version
|
|
|
|
|
2008-02-18 22:20:00 +00:00
|
|
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.3-2
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2010-08-10 08:26:45 +00:00
|
|
|
* Mon Nov 12 2007 Caolán McNamara <caolanm@redhat.com> - 2.3-1
|
2007-11-23 17:29:21 +00:00
|
|
|
- initial version
|