*** empty log message ***
This commit is contained in:
parent
617a4ef283
commit
1e74391b0b
BIN
asturianu.oxt
Normal file
BIN
asturianu.oxt
Normal file
Binary file not shown.
40
hunspell-ast.spec
Normal file
40
hunspell-ast.spec
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
Name: hunspell-ast
|
||||||
|
Summary: Asturian hunspell dictionaries
|
||||||
|
%define upstreamid 20100331
|
||||||
|
Version: 0.%{upstreamid}
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Group: Applications/Text
|
||||||
|
Source: http://www.openoffice.org/nonav/issues/showattachment.cgi/68679/asturianu.oxt
|
||||||
|
URL: http://softastur.org/
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
License: GPL+
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Requires: hunspell
|
||||||
|
|
||||||
|
%description
|
||||||
|
Asturian hunspell dictionaries.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -c
|
||||||
|
|
||||||
|
%build
|
||||||
|
chmod -x dictionaries/*
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
|
cp -p dictionaries/ast.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/ast_ES.aff
|
||||||
|
cp -p dictionaries/ast.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/ast_ES.dic
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc LICENSES-en.txt LICENCES-ast.txt
|
||||||
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Apr 12 2010 Caolán McNamara <caolanm@redhat.com> - 0.20100331-1
|
||||||
|
- initial version
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
|||||||
|
hunspell-ast-0_20100331-1_fc13:HEAD:hunspell-ast-0.20100331-1.fc13.src.rpm:1271231478
|
Loading…
Reference in New Issue
Block a user