diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..65494f8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/pa_in.1.0.0.tar.gz diff --git a/.hunspell-pa.metadata b/.hunspell-pa.metadata new file mode 100644 index 0000000..53cde20 --- /dev/null +++ b/.hunspell-pa.metadata @@ -0,0 +1 @@ +bf7d32a6552ead936a9b91d77f8cfa44f7e45dde SOURCES/pa_in.1.0.0.tar.gz diff --git a/SPECS/hunspell-pa.spec b/SPECS/hunspell-pa.spec new file mode 100644 index 0000000..0cf87c5 --- /dev/null +++ b/SPECS/hunspell-pa.spec @@ -0,0 +1,90 @@ +Name: hunspell-pa +Summary: Punjabi hunspell dictionaries +Version: 1.0.0 +Release: 9%{?dist} +Epoch: 1 +Source: http://anishpatil.fedorapeople.org/pa_in.%{version}.tar.gz +URL: https://gitorious.org/hunspell_dictionaries/hunspell_dictionaries.git +License: GPLv2+ +BuildArch: noarch + +Requires: hunspell +Supplements: (hunspell and langpacks-pa) + +%description +Punjabi hunspell dictionaries. + +%prep +%autosetup -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 +%license pa_IN/COPYING pa_IN/Copyright +%{_datadir}/myspell/* + +%changelog +* Wed Feb 07 2018 Fedora Release Engineering - 1:1.0.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Sep 28 2017 Parag Nemade - 1:1.0.0-8 +- Fix the upstream URL (rh#1294622) + +* Wed Jul 26 2017 Fedora Release Engineering - 1:1.0.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 1:1.0.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Feb 19 2016 Parag Nemade - 1:1.0.0-5 +- Add Supplements: tag for langpacks naming guidelines +- Clean the specfile to follow current packaging guidelines + +* Thu Feb 04 2016 Fedora Release Engineering - 1:1.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 1:1.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 1:1.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Fri May 16 2014 Anish Patil - 1:1.0.0-1 +- Upstream has changed and built with new tarball + +* Sat Aug 03 2013 Fedora Release Engineering - 20050726-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 20050726-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 20050726-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Feb 28 2012 Parag - 20050726-7 +- spec cleanup + +* Fri Jan 13 2012 Fedora Release Engineering - 20050726-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 20050726-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 20050726-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue Feb 24 2009 Fedora Release Engineering - 20050726-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sun Jan 06 2008 Parag - 20050726-2 +- Added Copyright + +* Thu Jan 03 2008 Parag - 20050726-1 +- Initial Fedora release