rhbz#2113447 FTBFS in Fedora rawhide/f37
This commit is contained in:
parent
0b30d003af
commit
4c1265efbb
@ -1,7 +1,7 @@
|
|||||||
Name: hyphen-sv
|
Name: hyphen-sv
|
||||||
Summary: Swedish hyphenation rules
|
Summary: Swedish hyphenation rules
|
||||||
Version: 1.00.1
|
Version: 1.00.1
|
||||||
Release: 27%{?dist}
|
Release: 28%{?dist}
|
||||||
Source: https://downloads.sourceforge.net/project/aoo-extensions/1966/4/hyph_sv_se.oxt
|
Source: https://downloads.sourceforge.net/project/aoo-extensions/1966/4/hyph_sv_se.oxt
|
||||||
URL: http://extensions.services.openoffice.org/node/1968
|
URL: http://extensions.services.openoffice.org/node/1968
|
||||||
License: LGPLv2+ or GPLv2+
|
License: LGPLv2+ or GPLv2+
|
||||||
@ -16,7 +16,7 @@ Swedish hyphenation rules.
|
|||||||
%autosetup -c -n hyphen-sv
|
%autosetup -c -n hyphen-sv
|
||||||
|
|
||||||
%build
|
%build
|
||||||
chmod -x *
|
chmod -x *.dic *.txt
|
||||||
for i in README_sv_SE.txt; do
|
for i in README_sv_SE.txt; do
|
||||||
if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then
|
if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then
|
||||||
iconv -f ISO-8859-1 -t UTF-8 $i > $i.new
|
iconv -f ISO-8859-1 -t UTF-8 $i > $i.new
|
||||||
@ -45,6 +45,9 @@ popd
|
|||||||
%{_datadir}/hyphen/*
|
%{_datadir}/hyphen/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 02 2022 Caolán McNamara <caolanm@redhat.com> - 1.00.1-28
|
||||||
|
- Resolves: rhbz#2113447 FTBFS in Fedora rawhide/f37
|
||||||
|
|
||||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.00.1-27
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.00.1-27
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user