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

Caolan McNamara caolanm at fedoraproject.org
Wed Jun 17 21:51:00 UTC 2009


Author: caolanm

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

Modified Files:
	.cvsignore hunspell-ko.spec sources 
Log Message:
build from source


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-ko/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	17 Jun 2009 19:42:59 -0000	1.2
+++ .cvsignore	17 Jun 2009 21:50:30 -0000	1.3
@@ -1 +1 @@
-ko-aff-dic-0.2.4.zip
+hunspell-dict-ko-0.2.4.tar.gz


Index: hunspell-ko.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-ko/devel/hunspell-ko.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- hunspell-ko.spec	17 Jun 2009 19:42:59 -0000	1.1
+++ hunspell-ko.spec	17 Jun 2009 21:50:30 -0000	1.2
@@ -1,13 +1,14 @@
 Name: hunspell-ko
 Summary: Korean hunspell dictionaries
 Version: 0.2.4
-Release: 1%{?dist}
-Source: http://spellcheck-ko.googlecode.com/files/ko-aff-dic-%{version}.zip
+Release: 2%{?dist}
+Source: http://spellcheck-ko.googlecode.com/files/hunspell-dict-ko-%{version}.tar.gz
 Group: Applications/Text
 URL: http://code.google.com/p/spellcheck-ko/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 License: MPLv1.1 or GPLv2 or LGPLv2
 BuildArch: noarch
+BuildRequires: python-lxml
 
 Requires: hunspell
 
@@ -15,9 +16,10 @@ Requires: hunspell
 Korean hunspell dictionaries.
 
 %prep
-%setup -q -n ko-aff-dic-%{version}
+%setup -q -n hunspell-dict-ko-%{version}
 
 %build
+make
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -25,14 +27,20 @@ mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mys
 cp -p ko.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/ko_KR.aff
 cp -p ko.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/ko_KR.dic
 
+%check
+make test
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE LICENSE.GPL LICENSE.LGPL LICENSE.MPL
+%doc README LICENSE LICENSE.GPL LICENSE.LGPL LICENSE.MPL
 %{_datadir}/myspell/*
 
 %changelog
+* Wed Jun 17 2009 Caolan McNamara <caolanm at redhat.com> - 0.2.4-2
+- build from source
+
 * Mon Jun 15 2009 Caolan McNamara <caolanm at redhat.com> - 0.2.4-1
 - initial version


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-ko/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	17 Jun 2009 19:42:59 -0000	1.2
+++ sources	17 Jun 2009 21:50:30 -0000	1.3
@@ -1 +1 @@
-0b74412567f791520723539ea9949018  ko-aff-dic-0.2.4.zip
+9f834a17421409cee67324c9e786df36  hunspell-dict-ko-0.2.4.tar.gz




More information about the fedora-extras-commits mailing list