*** empty log message ***
This commit is contained in:
parent
2344b4c0eb
commit
99093709c0
@ -0,0 +1 @@
|
|||||||
|
tk_TM.zip
|
39
hunspell-tk.spec
Normal file
39
hunspell-tk.spec
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
Name: hunspell-tk
|
||||||
|
Summary: Turkmen hunspell dictionaries
|
||||||
|
%define upstreamid 20080213
|
||||||
|
Version: 0.%{upstreamid}
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Source: http://borel.slu.edu/ispell/tk_TM.zip
|
||||||
|
Group: Applications/Text
|
||||||
|
URL: http://borel.slu.edu/crubadan/apps.html
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
License: GPLv2+
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Requires: hunspell
|
||||||
|
|
||||||
|
%description
|
||||||
|
Turkmen hunspell dictionaries.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -c -n hunspell-tk
|
||||||
|
|
||||||
|
%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_tk_TM.txt
|
||||||
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Oct 07 2008 Caolan McNamara <caolanm@redhat.com> - 0.20080213-1
|
||||||
|
- initial version
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
|||||||
|
hunspell-tk-0_20080213-1_fc9:HEAD:hunspell-tk-0.20080213-1.fc9.src.rpm:1223627982
|
Loading…
Reference in New Issue
Block a user