auto-import hunspell-zu-0.20060120-1 on branch devel from
hunspell-zu-0.20060120-1.src.rpm
This commit is contained in:
parent
b28daf2e1a
commit
d3eab1e1e5
@ -0,0 +1 @@
|
||||
zu_ZA.zip
|
39
hunspell-zu.spec
Normal file
39
hunspell-zu.spec
Normal file
@ -0,0 +1,39 @@
|
||||
Name: hunspell-zu
|
||||
Summary: Zulu hunspell dictionaries
|
||||
%define upstreamid 20060120
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 1%{?dist}
|
||||
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/zu_ZA.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
|
||||
Zulu hunspell dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -c -n hunspell-zu
|
||||
|
||||
%build
|
||||
chmod -x *
|
||||
|
||||
%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 README_zu_ZA.txt
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Thu Dec 07 2006 Caolan McNamara <caolanm@redhat.com> - 0.20060120-1
|
||||
- initial version
|
Loading…
Reference in New Issue
Block a user