import hunspell-ku-0.21-18.el8
This commit is contained in:
commit
00aeef2370
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
SOURCES/ku_TR-021.zip
|
1
.hunspell-ku.metadata
Normal file
1
.hunspell-ku.metadata
Normal file
@ -0,0 +1 @@
|
||||
5cdbde7386b22b53ae058bd96237a5edd8149cbb SOURCES/ku_TR-021.zip
|
100
SPECS/hunspell-ku.spec
Normal file
100
SPECS/hunspell-ku.spec
Normal file
@ -0,0 +1,100 @@
|
||||
Name: hunspell-ku
|
||||
Summary: Kurdish hunspell dictionaries
|
||||
Version: 0.21
|
||||
Release: 18%{?dist}
|
||||
#http://hunspell-ku.googlecode.com/files/ku_TR-021_source.zip ?
|
||||
Source0: http://downloads.sourceforge.net/myspellkurdish/ku_TR-021.zip
|
||||
#http://code.google.com/p/hunspell-ku/ ?
|
||||
URL: https://sourceforge.net/projects/myspellkurdish/
|
||||
License: GPLv3 or LGPLv3 or MPLv1.1
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: hunspell
|
||||
Supplements: (hunspell and langpacks-ku)
|
||||
|
||||
%description
|
||||
Kurdish hunspell dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -n ku_TR
|
||||
|
||||
%build
|
||||
for i in README_ku_TR.txt; do
|
||||
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
|
||||
touch -r $i $i.new
|
||||
mv -f $i.new $i
|
||||
fi
|
||||
tr -d '\r' < $i > $i.new
|
||||
touch -r $i $i.new
|
||||
mv -f $i.new $i
|
||||
done
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
cp -p ku_TR.* $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
|
||||
ku_TR_aliases="ku_SY"
|
||||
for lang in $ku_TR_aliases; do
|
||||
ln -s ku_TR.aff $lang.aff
|
||||
ln -s ku_TR.dic $lang.dic
|
||||
done
|
||||
popd
|
||||
|
||||
|
||||
%files
|
||||
%doc README_ku_TR.txt gpl-3.0.txt lgpl-3.0.txt MPL-1.1.txt
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.21-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.21-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.21-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Feb 19 2016 Parag Nemade <pnemade AT redhat DOT com> - 0.21-15
|
||||
- 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> - 0.21-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Fri Jul 10 2009 Caolan McNamara <caolanm@redhat.com> - 0.21-5
|
||||
- tidy spec
|
||||
|
||||
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Fri Oct 03 2008 Caolan McNamara <caolanm@redhat.com> - 0.21-3
|
||||
- add aliases for OOo
|
||||
|
||||
* Wed Sep 24 2008 Caolan McNamara <caolanm@redhat.com> - 0.21-1
|
||||
- initial version
|
Loading…
Reference in New Issue
Block a user