|
|
@ -1,11 +1,11 @@
|
|
|
|
Name: hyphen-ca
|
|
|
|
Name: hyphen-ca
|
|
|
|
Summary: Catalan hyphenation rules
|
|
|
|
Summary: Catalan hyphenation rules
|
|
|
|
Epoch: 1
|
|
|
|
Epoch: 1
|
|
|
|
Version: 1.5
|
|
|
|
Version: 0.9.3
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 22%{?dist}
|
|
|
|
Source: https://github.com/jaumeortola/hyphen-ca/archive/refs/tags/v1.5.tar.gz#/%{name}-%{version}.tar.gz
|
|
|
|
Source: https://downloads.sourceforge.net/project/aoo-extensions/2010/7/hyph-ca.oxt
|
|
|
|
URL: https://github.com/jaumeortola/hyphen-ca
|
|
|
|
URL: http://extensions.services.openoffice.org/project/ca_hyph
|
|
|
|
License: GPL-3.0-or-later
|
|
|
|
License: GPLv3
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
Requires: hyphen
|
|
|
|
Requires: hyphen
|
|
|
@ -15,10 +15,10 @@ Supplements: (hyphen and langpacks-ca)
|
|
|
|
Catalan hyphenation rules.
|
|
|
|
Catalan hyphenation rules.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup
|
|
|
|
%autosetup -c
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
for i in office/release-note_en.txt; do
|
|
|
|
for i in release-note_en.txt release-note_ca.txt; do
|
|
|
|
tr -d '\r' < $i > $i.new
|
|
|
|
tr -d '\r' < $i > $i.new
|
|
|
|
touch -r $i $i.new
|
|
|
|
touch -r $i $i.new
|
|
|
|
mv -f $i.new $i
|
|
|
|
mv -f $i.new $i
|
|
|
@ -26,7 +26,7 @@ done
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
|
|
|
cp -p office/hyph_ca_ANY.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen/hyph_ca_ES.dic
|
|
|
|
cp -p hyph_ca_ANY.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen/hyph_ca_ES.dic
|
|
|
|
pushd $RPM_BUILD_ROOT/%{_datadir}/hyphen/
|
|
|
|
pushd $RPM_BUILD_ROOT/%{_datadir}/hyphen/
|
|
|
|
ca_ES_aliases="ca_AD ca_FR ca_IT"
|
|
|
|
ca_ES_aliases="ca_AD ca_FR ca_IT"
|
|
|
|
for lang in $ca_ES_aliases; do
|
|
|
|
for lang in $ca_ES_aliases; do
|
|
|
@ -36,40 +36,16 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc office/release-note_en.txt README.md
|
|
|
|
%doc release-note_en.txt release-note_ca.txt LICENSES-en.txt LLICENCIES-ca.txt
|
|
|
|
%license office/gpl.txt
|
|
|
|
|
|
|
|
%{_datadir}/hyphen/*
|
|
|
|
%{_datadir}/hyphen/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1:1.5-4
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:0.9.3-22
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.5-3
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1:0.9.3-21
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.5-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 10 2023 Parag Nemade <pnemade AT redhat DOT com> - 1:1.5-1
|
|
|
|
|
|
|
|
- Resolves:rh#2230536 - Update to new Upstream Source
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.9.3-26
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 23 2023 Caolán McNamara <caolanm@redhat.com> - 1:0.9.3-25
|
|
|
|
|
|
|
|
- migrated to SPDX license
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.9.3-24
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.9.3-23
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.9.3-22
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.9.3-21
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.9.3-20
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.9.3-20
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|