Update Source tag
This commit is contained in:
parent
4fe1071921
commit
2d7e8d10fb
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
myspell.zip
|
||||
/cy_GB.zip
|
||||
|
@ -2,8 +2,8 @@ Name: hunspell-cy
|
||||
Summary: Welsh hunspell dictionaries
|
||||
%global upstreamid 20040425
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 17%{?dist}
|
||||
Source: http://www.e-gymraeg.co.uk/myspell/myspell.zip
|
||||
Release: 18%{?dist}
|
||||
Source: http://download.services.openoffice.org/contrib/dictionaries/cy_GB.zip
|
||||
URL: http://www.e-gymraeg.co.uk/
|
||||
License: GPL+
|
||||
BuildArch: noarch
|
||||
@ -15,11 +15,9 @@ Supplements: (hunspell and langpacks-cy)
|
||||
Welsh hunspell dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -c -n hunspell-cy
|
||||
%autosetup -c -n hunspell-cy
|
||||
|
||||
%build
|
||||
unzip PackWelsh.zip
|
||||
unzip cy_GB.zip
|
||||
chmod -x *
|
||||
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
|
||||
@ -42,6 +40,9 @@ cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user