rpms/hunspell-te/devel .cvsignore, 1.1, 1.2 hunspell-te.spec, 1.2, 1.3 sources, 1.1, 1.2

paragn paragn at fedoraproject.org
Fri Jul 17 04:22:11 UTC 2009


Author: paragn

Update of /cvs/pkgs/rpms/hunspell-te/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30644

Modified Files:
	.cvsignore hunspell-te.spec sources 
Log Message:
* Fri Jul 17 2009 Parag <pnemade at redhat.com> - 0.20050929-3
- Use aspell source instead to pull source as BR:aspell-te
- Resolves:rh#511262 buildrequires aspell-te





Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-te/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	15 Oct 2008 04:25:21 -0000	1.1
+++ .cvsignore	17 Jul 2009 04:21:41 -0000	1.2
@@ -0,0 +1 @@
+aspell6-te-0.01-2.tar.bz2


Index: hunspell-te.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-te/devel/hunspell-te.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- hunspell-te.spec	25 Feb 2009 05:38:09 -0000	1.2
+++ hunspell-te.spec	17 Jul 2009 04:21:41 -0000	1.3
@@ -1,45 +1,56 @@
+%define lang te
+%define langrelease 2
+%define langversion 0.01
+
 Name: hunspell-te
 Summary: Telugu hunspell dictionaries
 %define upstreamid 20050929
 Version: 0.%{upstreamid}
-Release: 2%{?dist}
-Group: Applications/Text
-URL: http://aspell.net/
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-License: GPLv2
-BuildArch: noarch
-BuildRequires: aspell-te, hunspell-devel
-
-Requires: hunspell
+Release: 3%{?dist}
+Group:          Applications/Text
+License:        GPLv2+
+URL:            http://aspell.net/
+Source0:        ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell6-%{lang}-%{langversion}-%{langrelease}.tar.bz2
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:      noarch
+BuildRequires:  aspell >= 12:0.60
+BuildRequires:  hunspell-devel
+Requires:       hunspell
 
 %description
 Telugu hunspell dictionaries.
 
 %prep
-%setup -T -q -c -n hunspell-te
-cp %{_docdir}/aspell-te*/* .
+%setup -q -n aspell6-%{lang}-%{langversion}-%{langrelease}
+prezip-bin -d < te.cwl > te.txt
 
 %build
 export LANG=te_IN.utf8
-aspell --master=te dump master > telugu.words
-wordlist2hunspell telugu.words te_IN
+wordlist2hunspell te.txt te_IN
 
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
 cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
 
+
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
-%files
+%files 
 %defattr(-,root,root,-)
 %doc COPYING Copyright
 %{_datadir}/myspell/*
 
 %changelog
+* Fri Jul 17 2009 Parag <pnemade at redhat.com> - 0.20050929-3
+- Use aspell source instead to pull source as BR:aspell-te
+- Resolves:rh#511262 buildrequires aspell-te
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.20050929-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
 * Fri Sep 12 2008 Caolan McNamara <caolanm at redhat.com> - 0.20050929-1
 - initial version
+
+


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-te/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	15 Oct 2008 04:25:21 -0000	1.1
+++ sources	17 Jul 2009 04:21:41 -0000	1.2
@@ -0,0 +1 @@
+645f7f7204520552cddbe1c9ae64df2a  aspell6-te-0.01-2.tar.bz2




More information about the fedora-extras-commits mailing list