From f784c7071dfd61ce31188d05a13958a699fc5dab Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Mar 16 2013 22:11:45 +0000 Subject: import hunspell-uz-0.6-7.el7.src.rpm --- diff --git a/.hunspell-uz.metadata b/.hunspell-uz.metadata new file mode 100644 index 0000000..94c914a --- /dev/null +++ b/.hunspell-uz.metadata @@ -0,0 +1 @@ +1a35acdcfea00db7ec32982fde7142b7f26ca38d SOURCES/uzbek-wordlist-0.6.tar.bz2 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-uz.spec b/SPECS/hunspell-uz.spec new file mode 100644 index 0000000..cd20a20 --- /dev/null +++ b/SPECS/hunspell-uz.spec @@ -0,0 +1,58 @@ +Name: hunspell-uz +Summary: Uzbek hunspell dictionaries +Version: 0.6 +Release: 7%{?dist} +Source0: http://www-user.uni-bremen.de/~kmashrab/uzbek-word-list/uzbek-wordlist-%{version}.tar.bz2 +Group: Applications/Text +URL: http://www-user.uni-bremen.de/~kmashrab/uzbek-word-list +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: GPLv2+ +BuildArch: noarch + +Requires: hunspell + +%description +Uzbek hunspell dictionaries. + +%prep +%setup -q -n uzbek-wordlist-%{version} + +%build +cd hunspell +make +cp -p README ../README.hunspell + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p hunspell/uz_UZ* $RPM_BUILD_ROOT/%{_datadir}/myspell/ + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc ChangeLog Copyright README README.hunspell COPYING TODO +%{_datadir}/myspell/* + +%changelog +* Thu Feb 14 2013 Fedora Release Engineering - 0.6-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.6-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.6-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.6-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 0.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue Feb 24 2009 Fedora Release Engineering - 0.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sat Sep 20 2006 Caolan McNamara - 0.6-1 +- initial version