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/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/hunspell-yi.spec b/SPECS/hunspell-yi.spec new file mode 100644 index 0000000..6131dab --- /dev/null +++ b/SPECS/hunspell-yi.spec @@ -0,0 +1,53 @@ +Name: hunspell-yi +Summary: Yiddish hunspell dictionaries +Version: 1.1 +Release: 6%{?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 +* 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