57 lines
1.7 KiB
RPMSpec
57 lines
1.7 KiB
RPMSpec
Name: hunspell-or
|
|
Summary: Oriya hunspell dictionaries
|
|
Version: 20050726
|
|
Release: 8%{?dist}
|
|
Source: http://hunspell.sourceforge.net/or-demo.tar.gz
|
|
Group: Applications/Text
|
|
URL: http://hunspell.sourceforge.net
|
|
License: LGPLv2+
|
|
BuildArch: noarch
|
|
|
|
Requires: hunspell
|
|
|
|
%description
|
|
Oriya hunspell dictionaries.
|
|
|
|
%prep
|
|
%setup -q -c -n or-demo
|
|
iconv -f ISO-8859-1 -t UTF-8 or/Copyright > or/Copyright.utf8
|
|
mv or/Copyright.utf8 or/Copyright
|
|
|
|
%build
|
|
|
|
%install
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
mv or/or.dic or/or_IN.dic
|
|
mv or/or.aff or/or_IN.aff
|
|
cp -p or/*.dic or/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
%files
|
|
%doc or/README or/COPYING or/Copyright
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20050726-8
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Tue Feb 28 2012 Parag <pnemade AT redhat DOT com> - 20050726-7
|
|
- spec cleanup
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20050726-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20050726-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20050726-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20050726-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Sun Jan 06 2008 Parag <pnemade@redhat.com> - 20050726-2
|
|
- Added Copyright
|
|
|
|
* Thu Jan 03 2008 Parag <pnemade@redhat.com> - 20050726-1
|
|
- Initial Fedora release
|