import hyphen-ku-1.71.2-14.el8
This commit is contained in:
commit
f6a4748c81
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
SOURCES/kitandin.oxt
|
1
.hyphen-ku.metadata
Normal file
1
.hyphen-ku.metadata
Normal file
@ -0,0 +1 @@
|
||||
ef877af1cb96283921d95bcdcf959108def4a782 SOURCES/kitandin.oxt
|
91
SPECS/hyphen-ku.spec
Normal file
91
SPECS/hyphen-ku.spec
Normal file
@ -0,0 +1,91 @@
|
||||
Name: hyphen-ku
|
||||
Summary: Kurdish hyphenation rules
|
||||
Version: 1.71.2
|
||||
Release: 14%{?dist}
|
||||
Source: https://downloads.sourceforge.net/project/aoo-extensions/2445/12/kitandin.oxt
|
||||
URL: http://extensions.services.openoffice.org/project/kitandin
|
||||
License: GPLv2+ or LGPLv2+
|
||||
BuildArch: noarch
|
||||
Requires: hyphen
|
||||
Supplements: (hyphen and langpacks-ku)
|
||||
|
||||
%description
|
||||
Kurdish hyphenation rules.
|
||||
|
||||
%prep
|
||||
%autosetup -c -n hyphen-ku
|
||||
|
||||
%build
|
||||
chmod -x *
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||
cp -p hyph_ku.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen/hyph_ku_TR.dic
|
||||
|
||||
pushd $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||
ku_TR_aliases="ku_SY"
|
||||
for lang in $ku_TR_aliases; do
|
||||
ln -s hyph_ku_TR.dic hyph_$lang.dic
|
||||
done
|
||||
popd
|
||||
|
||||
|
||||
%files
|
||||
%doc README_ku.txt
|
||||
%{_datadir}/hyphen/*
|
||||
|
||||
%changelog
|
||||
* Sat Jul 07 2018 Parag Nemade <pnemade AT fedoraproject DOT org> - 1.71.2-14
|
||||
- Update Source tag
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.71.2-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.71.2-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.71.2-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Feb 19 2016 Parag Nemade <pnemade AT redhat DOT com> - 1.71.2-10
|
||||
- Add Supplements: tag for langpacks naming guidelines
|
||||
- Clean the specfile to follow current packaging guidelines
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.71.2-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.71.2-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.71.2-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.71.2-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.71.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.71.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.71.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.71.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Wed Mar 31 2010 Caolan McNamara <caolanm@redhat.com> - 1.71.2-1
|
||||
- latest version
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.60-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Wed Jun 24 2009 Caolan McNamara <caolanm@redhat.com> - 1.60-1
|
||||
- latest version
|
||||
|
||||
* Fri Jun 12 2009 Caolan McNamara <caolanm@redhat.com> - 1.00-1
|
||||
- latest version
|
||||
|
||||
* Thu May 28 2009 Caolan McNamara <caolanm@redhat.com> - 0.21-1
|
||||
- initial version
|
Loading…
Reference in New Issue
Block a user