rpms/hunspell-af/devel hunspell-af.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Wed Feb 14 09:03:02 UTC 2007


Author: caolanm

Update of /cvs/extras/rpms/hunspell-af/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1216/devel

Modified Files:
	.cvsignore sources 
Added Files:
	hunspell-af.spec 
Log Message:
auto-import hunspell-af-0.20060117-1 on branch devel from hunspell-af-0.20060117-1.src.rpm


--- NEW FILE hunspell-af.spec ---
Name: hunspell-af
Summary: Afrikaans hunspell dictionary
%define upstreamid 20060117
Version: 0.%{upstreamid}
Release: 1%{?dist}
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/af_ZA-pack.zip
Group: Applications/Text
URL: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: LGPL
BuildArch: noarch

Requires: hunspell

%description
Afrikaans hunspell dictionary

%prep
%setup -q -c -n hunspell-af_ZA
unzip myspell-af_ZA-%{upstreamid}.zip

%build

%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/
af_ZA_aliases="af_NA"
for lang in $af_ZA_aliases; do
        ln -s af_ZA.aff $lang.aff
        ln -s af_ZA.dic $lang.dic
done
popd

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Wed Oct 25 2006 Caolan McNamara <caolanm at redhat.com> - 0.20060117-1
- initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/hunspell-af/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Feb 2007 18:39:57 -0000	1.1
+++ .cvsignore	14 Feb 2007 09:02:30 -0000	1.2
@@ -0,0 +1 @@
+af_ZA-pack.zip


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/hunspell-af/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Feb 2007 18:39:57 -0000	1.1
+++ sources	14 Feb 2007 09:02:30 -0000	1.2
@@ -0,0 +1 @@
+381415236fb0a4b703bf3c04f0f1e1d3  af_ZA-pack.zip




More information about the fedora-extras-commits mailing list