From 9e10dcedb8c693177aa20b2ad8746c3947304362 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 30 2019 14:39:50 +0000 Subject: import hunspell-yi-1.1-7.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ba49db0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/hunspell-yi-1.1.oxt diff --git a/.hunspell-yi.metadata b/.hunspell-yi.metadata new file mode 100644 index 0000000..aab0b4d --- /dev/null +++ b/.hunspell-yi.metadata @@ -0,0 +1 @@ +e565211524c88f4045fc975719d8deaf926c6913 SOURCES/hunspell-yi-1.1.oxt diff --git a/SPECS/hunspell-yi.spec b/SPECS/hunspell-yi.spec new file mode 100644 index 0000000..6e06201 --- /dev/null +++ b/SPECS/hunspell-yi.spec @@ -0,0 +1,56 @@ +Name: hunspell-yi +Summary: Yiddish hunspell dictionaries +Version: 1.1 +Release: 7%{?dist} +Group: Applications/Text +Source: http://extensions.services.openoffice.org/e-files/3975/1/%{name}-%{version}.oxt +URL: http://extensions.services.openoffice.org/en/project/dict-yi +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: LGPLv2+ or GPLv2+ or MPLv1.1 +BuildArch: noarch + +Requires: hunspell + +%description +Yiddish hunspell dictionaries. + +%prep +%setup -q -c + +%build + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p dictionaries/yi.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/yi_US.aff +cp -p dictionaries/yi.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/yi_US.dic + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc gpl-2.0.txt MPL-1.1.txt README_yi.txt LICENSES-en.txt HACKING lgpl-2.1.txt +%{_datadir}/myspell/* + +%changelog +* Fri Dec 27 2013 Daniel Mach - 1.1-7 +- Mass rebuild 2013-12-27 + +* Thu Feb 14 2013 Fedora Release Engineering - 1.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 1.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 1.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Aug 13 2010 Caolán McNamara - 1.1-2 +- Resolves: rhbz#624045 Change URL to point to static project info url + +* Sat May 01 2010 Caolán McNamara - 1.1-1 +- initial version