From 1cc96fbf62d4786e8a44f114644b6cc5c98fe33c Mon Sep 17 00:00:00 2001 From: pnemade Date: Jan 07 2008 05:24:57 +0000 Subject: - Added Copyright Thu Jan 03 2008 Parag - 20050726-1 - Initial Fedora release --- diff --git a/.cvsignore b/.cvsignore index e69de29..8065944 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +hi-demo.tar.gz diff --git a/hunspell-hi.spec b/hunspell-hi.spec new file mode 100644 index 0000000..be1a777 --- /dev/null +++ b/hunspell-hi.spec @@ -0,0 +1,44 @@ +Name: hunspell-hi +Summary: Hindi hunspell dictionaries +Version: 20050726 +Release: 2%{?dist} +Source: http://hunspell.sourceforge.net/hi-demo.tar.gz +Group: Applications/Text +URL: http://hunspell.sourceforge.net +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: GPLv2+ +BuildArch: noarch + +Requires: hunspell + +%description +Hindi hunspell dictionaries. +iconv -f ISO-8859-1 -t UTF-8 hi/Copyright > hi/Copyright.utf8 +mv hi/Copyright.utf8 hi/Copyright + +%prep +%setup -q -c -n hi-demo + +%build + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +mv hi/hi.dic hi/hi_IN.dic +mv hi/hi.aff hi/hi_IN.aff +cp -p hi/*.dic hi/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc hi/README hi/COPYING hi/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..b35962a 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +64056057cd899464a7b77623db3222c4 hi-demo.tar.gz