From 242b784bb96af68336d6115f6af1a062c4ed508a Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Wed, 1 Oct 2008 22:09:02 +0000 Subject: [PATCH] *** empty log message *** --- .cvsignore | 1 + hunspell-fur.spec | 43 +++++++++++++++++++++++++++++++++++++++++++ import.log | 1 + sources | 1 + 4 files changed, 46 insertions(+) create mode 100644 hunspell-fur.spec create mode 100644 import.log diff --git a/.cvsignore b/.cvsignore index e69de29..146af0b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +myspell-fur-12092005.zip diff --git a/hunspell-fur.spec b/hunspell-fur.spec new file mode 100644 index 0000000..7a6e560 --- /dev/null +++ b/hunspell-fur.spec @@ -0,0 +1,43 @@ +Name: hunspell-fur +Summary: Friulian hunspell dictionaries +%define upstreamid 20050912 +Version: 0.%{upstreamid} +Release: 1%{?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 + tr -d '\r' < $i > $i.new + iconv -f ISO-8859-15 -t UTF-8 $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 +* Mon Sep 29 2008 Caolan McNamara - 0.20050912-1 +- initial version diff --git a/import.log b/import.log new file mode 100644 index 0000000..1b3e3d1 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +hunspell-fur-0_20050912-1_fc9:HEAD:hunspell-fur-0.20050912-1.fc9.src.rpm:1222899034 diff --git a/sources b/sources index e69de29..d34b363 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +807bbcfd755d8160a0418d814361e88b myspell-fur-12092005.zip