auto-import hunspell-ca-0.20021015-1 on branch devel from
hunspell-ca-0.20021015-1.src.rpm
This commit is contained in:
parent
4fc4b5af26
commit
358d5739f6
@ -0,0 +1 @@
|
||||
ca_ES.zip
|
39
hunspell-ca.spec
Normal file
39
hunspell-ca.spec
Normal file
@ -0,0 +1,39 @@
|
||||
Name: hunspell-ca
|
||||
Summary: Catalan hunspell dictionaries
|
||||
%define upstreamid 20021015
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 1%{?dist}
|
||||
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/ca_ES.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: GPL
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: hunspell
|
||||
|
||||
%description
|
||||
Catalan hunspell dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -c -n hunspell-ca
|
||||
|
||||
%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_ca_ES.txt
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Thu Dec 07 2006 Caolan McNamara <caolanm@redhat.com> - 0.20021015-1
|
||||
- initial version
|
Loading…
Reference in New Issue
Block a user