Update Source tag
This commit is contained in:
parent
4fe1071921
commit
2d7e8d10fb
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
myspell.zip
|
myspell.zip
|
||||||
|
/cy_GB.zip
|
||||||
|
@ -2,8 +2,8 @@ Name: hunspell-cy
|
|||||||
Summary: Welsh hunspell dictionaries
|
Summary: Welsh hunspell dictionaries
|
||||||
%global upstreamid 20040425
|
%global upstreamid 20040425
|
||||||
Version: 0.%{upstreamid}
|
Version: 0.%{upstreamid}
|
||||||
Release: 17%{?dist}
|
Release: 18%{?dist}
|
||||||
Source: http://www.e-gymraeg.co.uk/myspell/myspell.zip
|
Source: http://download.services.openoffice.org/contrib/dictionaries/cy_GB.zip
|
||||||
URL: http://www.e-gymraeg.co.uk/
|
URL: http://www.e-gymraeg.co.uk/
|
||||||
License: GPL+
|
License: GPL+
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -15,11 +15,9 @@ Supplements: (hunspell and langpacks-cy)
|
|||||||
Welsh hunspell dictionaries.
|
Welsh hunspell dictionaries.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c -n hunspell-cy
|
%autosetup -c -n hunspell-cy
|
||||||
|
|
||||||
%build
|
%build
|
||||||
unzip PackWelsh.zip
|
|
||||||
unzip cy_GB.zip
|
|
||||||
chmod -x *
|
chmod -x *
|
||||||
for i in README_cy_GB.txt; do
|
for i in README_cy_GB.txt; do
|
||||||
if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then
|
if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then
|
||||||
@ -42,6 +40,9 @@ cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|||||||
%{_datadir}/myspell/*
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 07 2018 Parag Nemade <pnemade AT fedoraproject DOT org> - 0.20040425-18
|
||||||
|
- Update Source tag
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.20040425-17
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.20040425-17
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user