rpms/hunspell-wa/devel hunspell-wa-0.4.15-buildfix.patch, NONE, 1.1 hunspell-wa.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Caolan McNamara caolanm at fedoraproject.org
Tue Sep 23 21:06:27 UTC 2008


Author: caolanm

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

Modified Files:
	.cvsignore sources 
Added Files:
	hunspell-wa-0.4.15-buildfix.patch hunspell-wa.spec import.log 
Log Message:


hunspell-wa-0.4.15-buildfix.patch:

--- NEW FILE hunspell-wa-0.4.15-buildfix.patch ---
--- aspell-wa-0.4.15.orig/Makefile	2008-09-20 16:46:39.000000000 +0100
+++ aspell-wa-0.4.15/Makefile	2008-09-20 17:00:02.000000000 +0100
@@ -27,7 +27,7 @@
 	buildhash dj.lst walon.aff dj.hash
 
 walon_lst:
-	if [ ! -r walon.lst -o -n "`find mots* -type f -newer walon.lst`" ] ; \
+	if [ ! -r walon.lst -o -n "`find mots* -type f -newer walon.lst > /dev/null 2>&1`" ] ; \
 	then \
 	  grep -v '^#' mots*/* ${EXTRA} |cut -d: -f2- |cut -d'	' -f1|\
 	  tr ' ' '\n'|(LC_ALL=C sort -u) | grep -v '^$$' > walon.lst ; \
@@ -119,7 +119,7 @@
 	aspell --local-data-dir=. --lang=wa at ni create master ./wa at ni.rws < wa.lst
 
 myspell: walon_lst
-	wc -l walon.lst > wa.dic
+	cat walon.lst | wc -l > wa.dic
 	cat walon.lst >> wa.dic
 	# myspell is unable to handle comments and tabs :-(
 	grep -v '^#' wa_affix.dat | sed 's/	/    /g' > wa.aff


--- NEW FILE hunspell-wa.spec ---
Name: hunspell-wa
Summary: Walloon hunspell dictionaries
Version: 0.4.15
Release: 1%{?dist}
Source0: http://chanae.walon.org/walon/aspell-wa-%{version}.tar.bz2
Group: Applications/Text
URL: http://chanae.walon.org/walon/aspell.php
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: LGPLv2+
BuildArch: noarch
Patch0: hunspell-wa-0.4.15-buildfix.patch

Requires: hunspell

%description
Walloon hunspell dictionaries.

%prep
%setup -q -n aspell-wa-%{version}
%patch0 -p1 -b .buildfix

%build
make myspell
for i in TODO README; do
    iconv -f ISO-8859-1 -t UTF-8 $i > $i.new
    mv -f $i.new $i
done

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p wa.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/wa_BE.dic
cp -p wa.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/wa_BE.aff

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README LGPL ChangeLog TODO
%{_datadir}/myspell/*

%changelog
* Mon Sep 22 2008 Caolan McNamara <caolanm at redhat.com> - 0.4.15-1
- initial version


--- NEW FILE import.log ---
hunspell-wa-0_4_15-1_fc9:HEAD:hunspell-wa-0.4.15-1.fc9.src.rpm:1222204046


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-wa/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Sep 2008 20:42:56 -0000	1.1
+++ .cvsignore	23 Sep 2008 21:05:57 -0000	1.2
@@ -0,0 +1 @@
+aspell-wa-0.4.15.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-wa/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Sep 2008 20:42:56 -0000	1.1
+++ sources	23 Sep 2008 21:05:57 -0000	1.2
@@ -0,0 +1 @@
+eeae4714b38648ee5d336c0094930309  aspell-wa-0.4.15.tar.bz2




More information about the fedora-extras-commits mailing list