68 lines
2.3 KiB
RPMSpec
68 lines
2.3 KiB
RPMSpec
Name: hunspell-pa
|
|
Summary: Punjabi hunspell dictionaries
|
|
Version: 1.0.0
|
|
Release: 2%{?dist}
|
|
Epoch: 1
|
|
Source: http://anishpatil.fedorapeople.org/pa_in.%{version}.tar.gz
|
|
Group: Applications/Text
|
|
URL: https://gitorious.org/hunspell_dictionaries
|
|
License: GPLv2+
|
|
BuildArch: noarch
|
|
|
|
Requires: hunspell
|
|
|
|
%description
|
|
Punjabi hunspell dictionaries.
|
|
|
|
%prep
|
|
%setup -q -c -n pa_IN
|
|
iconv -f ISO-8859-1 -t UTF-8 pa_IN/Copyright > pa_IN/Copyright.utf8
|
|
mv pa_IN/Copyright.utf8 pa_IN/Copyright
|
|
|
|
%build
|
|
|
|
%install
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
cp -p pa_IN/*.dic pa_IN/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
%files
|
|
%doc pa_IN/README pa_IN/COPYING pa_IN/Copyright
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.0-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Fri May 16 2014 Anish Patil<apatil@redhat.com> - 1:1.0.0-1
|
|
- Upstream has changed and built with new tarball
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20050726-10
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20050726-9
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
* 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
|