rpms/hunspell/devel .cvsignore, 1.22, 1.23 hunspell.spec, 1.49, 1.50 sources, 1.22, 1.23

Caolan McNamara caolanm at fedoraproject.org
Tue Sep 9 08:59:45 UTC 2008


Author: caolanm

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

Modified Files:
	.cvsignore hunspell.spec sources 
Log Message:
add wordlist2hunspell


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell/devel/.cvsignore,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- .cvsignore	23 Aug 2008 18:54:33 -0000	1.22
+++ .cvsignore	9 Sep 2008 08:59:14 -0000	1.23
@@ -1,2 +1,3 @@
 ispellaff2myspell
+wordlist2hunspell
 hunspell-1.2.7.tar.gz


Index: hunspell.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell/devel/hunspell.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- hunspell.spec	23 Aug 2008 18:54:33 -0000	1.49
+++ hunspell.spec	9 Sep 2008 08:59:14 -0000	1.50
@@ -1,9 +1,10 @@
 Name:      hunspell
 Summary:   Hunspell is a spell checker and morphological analyzer library
 Version:   1.2.7
-Release:   1%{?dist}
+Release:   2%{?dist}
 Source0:   http://downloads.sourceforge.net/%{name}/hunspell-%{version}.tar.gz
 Source1:   http://people.debian.org/~agmartin/misc/ispellaff2myspell
+Source2:   http://people.redhat.com/caolanm/hunspell/wordlist2hunspell
 Group:     System Environment/Libraries
 URL:       http://hunspell.sourceforge.net/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -58,6 +59,7 @@
 mkdir $RPM_BUILD_ROOT/%{_datadir}/myspell
 mv $RPM_BUILD_ROOT/%{_includedir}/*munch* $RPM_BUILD_ROOT/%{_includedir}/%{name}
 install -m 755 %{SOURCE1} $RPM_BUILD_ROOT/%{_bindir}/ispellaff2myspell
+install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/%{_bindir}/wordlist2hunspell
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -88,12 +90,16 @@
 %{_bindir}/hzip
 %{_bindir}/hunzip
 %{_bindir}/ispellaff2myspell
+%{_bindir}/wordlist2hunspell
 %{_libdir}/pkgconfig/hunspell.pc
 %{_mandir}/man1/hunzip.1.gz
 %{_mandir}/man1/hzip.1.gz
 %{_mandir}/man3/hunspell.3.gz
 
 %changelog
+* Tue Sep 09 2008 Caolan McNamara <caolanm at redhat.com> - 1.2.7-2
+- add wordlist2hunspell
+
 * Sat Aug 23 2008 Caolan McNamara <caolanm at redhat.com> - 1.2.7-1
 - latest version
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell/devel/sources,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- sources	23 Aug 2008 18:54:33 -0000	1.22
+++ sources	9 Sep 2008 08:59:14 -0000	1.23
@@ -1,2 +1,3 @@
 1c5ea5ecd2481ddc116d65ea294acae3  ispellaff2myspell
+74ff5f41aaffbe5cda060ba67b179fed  wordlist2hunspell
 9a4f345c3cfaeb8e6306285488a3127a  hunspell-1.2.7.tar.gz




More information about the fedora-extras-commits mailing list