From a22ebb8f30525cd6c7b3eec4b25491dc95f10420 Mon Sep 17 00:00:00 2001 From: Packit Date: Sep 21 2020 10:55:56 +0000 Subject: Add spec-file for the distribution --- diff --git a/SPECS/hunspell-hi.spec b/SPECS/hunspell-hi.spec new file mode 100644 index 0000000..6170d0b --- /dev/null +++ b/SPECS/hunspell-hi.spec @@ -0,0 +1,93 @@ +Name: hunspell-hi +Summary: Hindi hunspell dictionaries +Version: 1.0.0 +Release: 9%{?dist} +Epoch: 1 +Source: http://anishpatil.fedorapeople.org/hi_in.%{version}.tar.gz +URL: https://gitorious.org/hunspell_dictionaries/hunspell_dictionaries.git +License: GPLv2+ +BuildArch: noarch + +Requires: hunspell +Supplements: (hunspell and langpacks-hi) + +%description +Hindi hunspell dictionaries. + +%prep +%autosetup -c -n hi_IN +iconv -f ISO-8859-1 -t UTF-8 hi_IN/Copyright > hi_IN/Copyright.utf8 +mv hi_IN/Copyright.utf8 hi_IN/Copyright + +%build + +%install +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p hi_IN/*.dic hi_IN/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell + +%files +%doc hi_IN/README +%license hi_IN/COPYING hi_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-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 20050726-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 20050726-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Feb 28 2012 Parag - 20050726-9 +- spec cleanup + +* Fri Jan 13 2012 Fedora Release Engineering - 20050726-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 20050726-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Tue Mar 09 2010 Parag - 20050726-6 +- Fix Copyright encoding issue in %%prep + +* 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