From f81cf310dfc4d731aeeea6569b7bf852cf04fb6c Mon Sep 17 00:00:00 2001 From: pnemade Date: Mon, 7 Jan 2008 05:43:52 +0000 Subject: [PATCH] - Added Copyright Thu Jan 03 2008 Parag - 20050726-1 - Initial Fedora release --- .cvsignore | 1 + hunspell-or.spec | 44 ++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 46 insertions(+) create mode 100644 hunspell-or.spec diff --git a/.cvsignore b/.cvsignore index e69de29..1ca1457 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +or-demo.tar.gz diff --git a/hunspell-or.spec b/hunspell-or.spec new file mode 100644 index 0000000..72cbf7c --- /dev/null +++ b/hunspell-or.spec @@ -0,0 +1,44 @@ +Name: hunspell-or +Summary: Oriya hunspell dictionaries +Version: 20050726 +Release: 2%{?dist} +Source: http://hunspell.sourceforge.net/or-demo.tar.gz +Group: Applications/Text +URL: http://hunspell.sourceforge.net +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: LGPLv2+ +BuildArch: noarch + +Requires: hunspell + +%description +Oriya hunspell dictionaries. + +%prep +%setup -q -c -n or-demo +iconv -f ISO-8859-1 -t UTF-8 or/Copyright > or/Copyright.utf8 +mv or/Copyright.utf8 or/Copyright + +%build + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +mv or/or.dic or/or_IN.dic +mv or/or.aff or/or_IN.aff +cp -p or/*.dic or/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc or/README or/COPYING or/Copyright +%{_datadir}/myspell/* + +%changelog +* Sun Jan 06 2008 Parag - 20050726-2 +- Added Copyright + +* Thu Jan 03 2008 Parag - 20050726-1 +- Initial Fedora release diff --git a/sources b/sources index e69de29..1bc14fa 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +febced61755f2a972c381a4b0af9d590 or-demo.tar.gz