rpms/hunspell-sw/devel hunspell-sw.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
Wed Nov 5 23:05:32 UTC 2008


Author: caolanm

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

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



--- NEW FILE hunspell-sw.spec ---
Name: hunspell-sw
Summary: Swahili hunspell dictionaries
%define upstreamid 20050819
Version: 0.%{upstreamid}
Release: 1%{?dist}
Group: Applications/Text
Source: http://www.it46.se/downloads/openoffice/dictionary/dictionary_myspell_sw_TZ_1.1.tar.gz
URL: http://www.it46.se
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: LGPLv2+
BuildArch: noarch
BuildRequires: hunspell-devel

Requires: hunspell

%description
Swahili hunspell dictionaries.

%prep
%setup -q -c

%build
iconv -f ISO-8859-1 -t UTF-8 README_sw_TZ.txt > README_sw_TZ.txt.new
mv -f README_sw_TZ.txt.new README_sw_TZ.txt

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
sw_TZ_aliases="sw_KE"
for lang in $sw_TZ_aliases; do
        ln -s sw_TZ.aff $lang.aff
        ln -s sw_TZ.dic $lang.dic
done
popd

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README_sw_TZ.txt
%{_datadir}/myspell/*

%changelog
* Sun Nov 02 2008 Caolan McNamara <caolanm at redhat.com> - 0.20050819-1
- initial version


--- NEW FILE import.log ---
hunspell-sw-0_20050819-1_fc9:HEAD:hunspell-sw-0.20050819-1.fc9.src.rpm:1225926250


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-sw/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Nov 2008 22:44:04 -0000	1.1
+++ .cvsignore	5 Nov 2008 23:05:01 -0000	1.2
@@ -0,0 +1 @@
+dictionary_myspell_sw_TZ_1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-sw/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Nov 2008 22:44:04 -0000	1.1
+++ sources	5 Nov 2008 23:05:02 -0000	1.2
@@ -0,0 +1 @@
+1ce4e40feaf5e890db87daeeb793222d  dictionary_myspell_sw_TZ_1.1.tar.gz




More information about the fedora-extras-commits mailing list