rpms/hunspell-hil/devel hunspell-hil.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
Thu Nov 27 09:25:36 UTC 2008


Author: caolanm

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

Modified Files:
	.cvsignore sources 
Added Files:
	hunspell-hil.spec import.log 
Log Message:



--- NEW FILE hunspell-hil.spec ---
Name: hunspell-hil
Summary: Hiligaynon hunspell dictionaries
%define upstreamid 20050406
Version: 0.%{upstreamid}
Release: 1%{?dist}
Group: Applications/Text
Source: http://ftp.gnu.org/gnu/aspell/dict/hil/aspell5-hil-0.11-0.tar.bz2
URL: http://borel.slu.edu/crubadan/apps.html
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: GPL+
BuildArch: noarch
BuildRequires: aspell, hunspell-devel

Requires: hunspell

%description
Hiligaynon hunspell dictionaries.

%prep
%setup -q -n aspell5-hil-0.11-0

%build
export LANG=hil_PH.utf8
preunzip -d *.cwl
cat *.wl > hiligaynon.wordlist
wordlist2hunspell hiligaynon.wordlist hil_PH
for i in Copyright doc/Crawler.txt; 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 *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING Copyright README doc/Crawler.txt
%{_datadir}/myspell/*

%changelog
* Fri Nov 07 2008 Caolan McNamara <caolanm at redhat.com> - 0.20050406-1
- initial version


--- NEW FILE import.log ---
hunspell-hil-0_20050406-1_fc10:HEAD:hunspell-hil-0.20050406-1.fc10.src.rpm:1227777826


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-hil/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Nov 2008 02:40:21 -0000	1.1
+++ .cvsignore	27 Nov 2008 09:25:06 -0000	1.2
@@ -0,0 +1 @@
+aspell5-hil-0.11-0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-hil/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Nov 2008 02:40:21 -0000	1.1
+++ sources	27 Nov 2008 09:25:06 -0000	1.2
@@ -0,0 +1 @@
+6ce553007a773a1c2ffd68b660ddb60b  aspell5-hil-0.11-0.tar.bz2




More information about the fedora-extras-commits mailing list