From 0e39407a36c2419f03e95d98a6f1ae161439b1bd Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Mar 16 2013 21:17:36 +0000 Subject: import hunspell-fur-0.20050912-8.el7.src.rpm --- diff --git a/.hunspell-fur.metadata b/.hunspell-fur.metadata new file mode 100644 index 0000000..950617d --- /dev/null +++ b/.hunspell-fur.metadata @@ -0,0 +1 @@ +56983c5e2adad5815c44b97b2ee2b7bfbef56060 SOURCES/myspell-fur-12092005.zip 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-fur.spec b/SPECS/hunspell-fur.spec new file mode 100644 index 0000000..2ddc157 --- /dev/null +++ b/SPECS/hunspell-fur.spec @@ -0,0 +1,70 @@ +Name: hunspell-fur +Summary: Friulian hunspell dictionaries +%define upstreamid 20050912 +Version: 0.%{upstreamid} +Release: 8%{?dist} +Source: http://digilander.libero.it/paganf/coretors/myspell-fur-12092005.zip +Group: Applications/Text +URL: http://digilander.libero.it/paganf/coretors/dizionaris.html +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: GPLv2+ +BuildArch: noarch + +Requires: hunspell + +%description +Friulian hunspell dictionaries. + +%prep +%setup -q -n myspell-fur-12092005 + +%build +chmod -x * +for i in COPYING.txt LICENCE.txt LEIMI.txt; do + if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then + iconv -f ISO-8859-15 -t UTF-8 $i > $i.new + touch -r $i $i.new + mv -f $i.new $i + fi + 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 fur_IT.* $RPM_BUILD_ROOT/%{_datadir}/myspell/ + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc COPYING.txt LEIMI.txt LICENCE.txt +%{_datadir}/myspell/* + +%changelog +* Thu Feb 14 2013 Fedora Release Engineering - 0.20050912-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.20050912-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.20050912-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.20050912-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 0.20050912-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Sat Jul 11 2009 Caolan McNamara - 0.20050912-3 +- tidy spec + +* Tue Feb 24 2009 Fedora Release Engineering - 0.20050912-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Mon Sep 29 2008 Caolan McNamara - 0.20050912-1 +- initial version