From ffaf4c3be80bcffcc5959013187cb02fc64c5252 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 20 2019 08:47:47 +0000 Subject: import hunspell-cv-1.02-6.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..68617ee --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/dict-cv.oxt diff --git a/.hunspell-cv.metadata b/.hunspell-cv.metadata new file mode 100644 index 0000000..d4bd42b --- /dev/null +++ b/.hunspell-cv.metadata @@ -0,0 +1 @@ +afde8dfee1f4a2b90f8e9696e2cdb956b3b8113d SOURCES/dict-cv.oxt diff --git a/SPECS/hunspell-cv.spec b/SPECS/hunspell-cv.spec new file mode 100644 index 0000000..b55ba90 --- /dev/null +++ b/SPECS/hunspell-cv.spec @@ -0,0 +1,62 @@ +Name: hunspell-cv +Summary: Chuvash hunspell dictionaries +Version: 1.02 +Release: 6%{?dist} +Group: Applications/Text +Source: http://hunspell.chv.su/files/dict-cv.oxt +URL: http://hunspell.chv.su/download.shtml +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: LGPLv2+ +BuildArch: noarch +Requires: hunspell + +%description +Chuvash hunspell dictionaries. + +%prep +%setup -q -c + +%build +for i in README_cv_RU.txt; do + tr -d '\r' < $i > $i.new + touch -r $i $i.new + mv -f $i.new $i +done + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p cv_RU.* $RPM_BUILD_ROOT/%{_datadir}/myspell/ + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc README_cv_RU.txt +%{_datadir}/myspell/* + +%changelog +* Fri Dec 27 2013 Daniel Mach - 1.02-6 +- Mass rebuild 2013-12-27 + +* Thu Feb 14 2013 Fedora Release Engineering - 1.02-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 1.02-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 1.02-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 1.02-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Feb 10 2010 Caolan McNamara - 1.02-1 +- latest version + +* Fri Jul 24 2009 Fedora Release Engineering - 1.01-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue May 05 2009 Caolan McNamara - 1.01-1 +- initial version