auto-import hunspell-da-0.20070106-1 on branch devel from
hunspell-da-0.20070106-1.src.rpm
This commit is contained in:
parent
89deaba8ac
commit
4323a67233
@ -0,0 +1 @@
|
||||
da_DK.zip
|
||||
42
hunspell-da.spec
Normal file
42
hunspell-da.spec
Normal file
@ -0,0 +1,42 @@
|
||||
Name: hunspell-da
|
||||
Summary: Danish hunspell dictionaries
|
||||
%define upstreamid 20070106
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 1%{?dist}
|
||||
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/da_DK.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
|
||||
Danish hunspell dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -c -n hunspell-da
|
||||
|
||||
%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_da_DK.txt
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 13 2007 Caolan McNamara <caolanm@redhat.com> - 0.20070106-1
|
||||
- new upstream dictionaries
|
||||
|
||||
* Thu Dec 07 2006 Caolan McNamara <caolanm@redhat.com> - 0.20050330-1
|
||||
- initial version
|
||||
Loading…
Reference in New Issue
Block a user