liblangtag detected that the .dic here has an incorrect lowercase territory
This commit is contained in:
parent
1fc5607737
commit
7cedec054a
@ -2,7 +2,7 @@ Name: hunspell-sc
|
|||||||
Summary: Sardinian hunspell dictionaries
|
Summary: Sardinian hunspell dictionaries
|
||||||
%define upstreamid 20081101
|
%define upstreamid 20081101
|
||||||
Version: 0.%{upstreamid}
|
Version: 0.%{upstreamid}
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
Source: http://extensions.services.openoffice.org/files/1446/2/Dict_sc_IT03.oxt
|
Source: http://extensions.services.openoffice.org/files/1446/2/Dict_sc_IT03.oxt
|
||||||
URL: http://extensions.services.openoffice.org/project/Dict_sc
|
URL: http://extensions.services.openoffice.org/project/Dict_sc
|
||||||
@ -26,7 +26,8 @@ Sardinian hunspell dictionaries.
|
|||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
cp -p sc_IT.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/sc_IT.aff
|
||||||
|
cp -p sc_it.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/sc_IT.dic
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -37,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/myspell/*
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 11 2012 Caolan McNamara <caolanm@redhat.com> - 0.20081101-9
|
||||||
|
- liblangtag detected that the .dic here has an incorrect lowercase territory
|
||||||
|
|
||||||
* Tue Nov 06 2012 Caolan McNamara <caolanm@redhat.com> - 0.20081101-8
|
* Tue Nov 06 2012 Caolan McNamara <caolanm@redhat.com> - 0.20081101-8
|
||||||
- clarify license
|
- clarify license
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user