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