101 lines
3.6 KiB
RPMSpec
101 lines
3.6 KiB
RPMSpec
Name: hunspell-fj
|
|
Summary: Fijian hunspell dictionaries
|
|
Version: 1.2
|
|
Release: 15%{?dist}
|
|
#Source: http://www.foss.usp.ac.fj/OOo_fj/OOo_fj_FJ.zip
|
|
Source: https://addons.mozilla.org/firefox/downloads/file/84397/fijian_spelling_dictionary-%{version}-fx+tb+sm.xpi
|
|
URL: http://www.iosn.net/pacific-islands/usp-microgrants/fijian-spellchecker
|
|
License: LGPLv2+ or GPLv2+ or MPLv1.1
|
|
BuildArch: noarch
|
|
BuildRequires: hunspell-devel
|
|
|
|
Requires: hunspell
|
|
Supplements: (hunspell and langpacks-fj)
|
|
|
|
%description
|
|
Fijian hunspell dictionaries.
|
|
|
|
%prep
|
|
%autosetup -c
|
|
|
|
%build
|
|
cd dictionaries
|
|
for i in README_fj_FJ.txt; do
|
|
tr -d '\r' < $i > $i.new
|
|
touch -r $i $i.new
|
|
mv -f $i.new $i
|
|
done
|
|
chmod -x fj_FJ.*
|
|
|
|
%install
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
cp -p dictionaries/fj_FJ.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/fj.aff
|
|
cp -p dictionaries/fj_FJ.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/fj.dic
|
|
|
|
|
|
%files
|
|
%doc dictionaries/README_fj_FJ.txt
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Sat Jul 07 2018 Parag Nemade <pnemade AT fedoraproject DOT org> - 1.2-15
|
|
- Update Source tag
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-14
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-13
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-12
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
* Fri Feb 19 2016 Parag Nemade <pnemade AT redhat DOT com> - 1.2-11
|
|
- 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.2-10
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-9
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-8
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-7
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
* Tue Aug 30 2011 Caolán McNamara <caolanm@redhat.com> - 1.2-3
|
|
- Resolves: rhbz#734218 remove executable flags
|
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Tue Sep 07 2010 Caolán McNamara <caolanm@redhat.com> - 1.2-1
|
|
- latest version
|
|
|
|
* Wed Apr 07 2010 Caolán McNamara <caolanm@redhat.com> - 0.20090521-1
|
|
- latest version
|
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050811-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
* Sat Jul 11 2009 Caolán McNamara <caolanm@redhat.com> - 0.20050811-3
|
|
- tidy spec
|
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050811-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Sat Nov 01 2008 Caolán McNamara <caolanm@redhat.com> - 0.20050811-1
|
|
- initial version
|