From 2c5b312a2aac3ddea0960fd291d39aa1de04cdb5 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Mar 16 2013 21:15:57 +0000 Subject: import hunspell-fy-2.0.1-5.el7.src.rpm --- diff --git a/.hunspell-fy.metadata b/.hunspell-fy.metadata new file mode 100644 index 0000000..4521fe7 --- /dev/null +++ b/.hunspell-fy.metadata @@ -0,0 +1 @@ +094e76b4594b9fadf8fc2cbcd75660bfddb57a7e SOURCES/frysk_wurdboek-2.0.1-fx+tb+sm.xpi 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-fy.spec b/SPECS/hunspell-fy.spec new file mode 100644 index 0000000..e0d166d --- /dev/null +++ b/SPECS/hunspell-fy.spec @@ -0,0 +1,76 @@ +Name: hunspell-fy +Summary: Frisian hunspell dictionaries +Version: 2.0.1 +Release: 5%{?dist} +Source: http://releases.mozilla.org/pub/mozilla.org/addons/5679/frysk_wurdboek-2.0.1-fx+tb+sm.xpi +Group: Applications/Text +URL: http://www.mozilla-nl.org/projecten/frysk +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: LGPLv2+ +BuildArch: noarch + +Requires: hunspell + +%description +Frisian hunspell dictionaries. + +%prep +%setup -q -c -n hunspell-fy + +%build +for i in README-fy.txt; do + if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then + iconv -f ISO-8859-1 -t UTF-8 $i | tr -d '\r' > $i.new + touch -r $i $i.new + mv -f $i.new $i + fi +done + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p dictionaries/fy.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/fy_NL.aff +cp -p dictionaries/fy.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/fy_NL.dic +pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/ +fy_NL_aliases="fy_DE" +for lang in $fy_NL_aliases; do + ln -s fy_NL.aff $lang.aff + ln -s fy_NL.dic $lang.dic +done +popd + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc README-fy.txt +%{_datadir}/myspell/* + +%changelog +* Thu Feb 14 2013 Fedora Release Engineering - 2.0.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 2.0.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 2.0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 2.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Thu Dec 02 2009 Caolán McNamara - 2.0.1-1 +- tidy up + +* Fri Jul 24 2009 Fedora Release Engineering - 2.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Fri Jul 10 2009 Caolán McNamara - 2.0.0-3 +- tidy up + +* Tue Feb 24 2009 Fedora Release Engineering - 2.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Mon Sep 29 2008 Caolán McNamara - 2.0.0-1 +- initial version