*** empty log message ***
This commit is contained in:
parent
1a905a7d1b
commit
39df0d6f49
@ -0,0 +1 @@
|
||||
mk_MK.zip
|
||||
7
hunspell-mk-iconv.patch
Normal file
7
hunspell-mk-iconv.patch
Normal file
@ -0,0 +1,7 @@
|
||||
--- hunspell-mk.orig/mk_MK.aff 2008-10-03 17:21:09.000000000 +0100
|
||||
+++ hunspell-mk/mk_MK.aff 2008-10-03 17:22:00.000000000 +0100
|
||||
@@ -1,3 +1,3 @@
|
||||
-SET microsoft-cp1251
|
||||
+SET cp1251
|
||||
TRY ŕĺíîčđâňńęëěďäç˙óáú÷ăöćőřôéůţüűýŔĹÍÎČĐÂŇŃĘËĚĎÄÇßÓÁÚ×ĂÖĆŐŘÔÉŮŢÜŰÝ
|
||||
|
||||
41
hunspell-mk.spec
Normal file
41
hunspell-mk.spec
Normal file
@ -0,0 +1,41 @@
|
||||
Name: hunspell-mk
|
||||
Summary: Macedonian hunspell dictionaries
|
||||
%define upstreamid 20051126
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 1%{?dist}
|
||||
Source: http://mk.openoffice.org/files/documents/215/3053/mk_MK.zip
|
||||
Group: Applications/Text
|
||||
URL: http://mk.openoffice.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
License: GPL+
|
||||
BuildArch: noarch
|
||||
Patch0: hunspell-mk-iconv.patch
|
||||
|
||||
Requires: hunspell
|
||||
|
||||
%description
|
||||
Macedonian hunspell dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -c -n hunspell-mk
|
||||
#change encoding name to use the name that iconv knows this under
|
||||
%patch0 -p1 -b .iconv.patch
|
||||
|
||||
%build
|
||||
|
||||
%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_mk_MK.txt
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 03 2008 Caolan McNamara <caolanm@redhat.com> - 0.20051126-1
|
||||
- initial version
|
||||
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
||||
hunspell-mk-0_20051126-1_fc9:HEAD:hunspell-mk-0.20051126-1.fc9.src.rpm:1223414815
|
||||
Loading…
Reference in New Issue
Block a user