*** empty log message ***
This commit is contained in:
parent
8789dfbe08
commit
ef67d69956
@ -0,0 +1 @@
|
||||
ia_myspell.zip
|
||||
41
hunspell-ia.spec
Normal file
41
hunspell-ia.spec
Normal file
@ -0,0 +1,41 @@
|
||||
Name: hunspell-ia
|
||||
Summary: Interlingua hunspell dictionaries
|
||||
%define upstreamid 20050226
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 1%{?dist}
|
||||
Group: Applications/Text
|
||||
Source: http://download.savannah.gnu.org/releases/interlingua/ia_myspell.zip
|
||||
URL: http://wiki.services.openoffice.org/wiki/Dictionaries#Interlingua_.28x-register.29
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
License: LGPLv2+
|
||||
BuildArch: noarch
|
||||
BuildRequires: hunspell-devel
|
||||
|
||||
Requires: hunspell
|
||||
|
||||
%description
|
||||
Interlingua hunspell dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -c
|
||||
|
||||
%build
|
||||
tr -d '\r' < README_ia.txt > README_ia.txt.new
|
||||
mv -f README_ia.txt.new README_ia.txt
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
cp -p ia.* $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README_ia.txt
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Fri Nov 07 2008 Caolan McNamara <caolanm@redhat.com> - 0.20050226-1
|
||||
- initial version
|
||||
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
||||
hunspell-ia-0_20050226-1_fc10:HEAD:hunspell-ia-0.20050226-1.fc10.src.rpm:1227778352
|
||||
Loading…
Reference in New Issue
Block a user