Update Source tag
This commit is contained in:
parent
9fc20e5676
commit
96a8151fd1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/frysk_wurdboek-2.0.1-fx+tb+sm.xpi
|
||||
/frysk_wurdboek-3.0.0-tb+fx+sm.xpi
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
Name: hunspell-fy
|
||||
Summary: Frisian hunspell dictionaries
|
||||
Version: 2.0.1
|
||||
Release: 13%{?dist}
|
||||
Source: http://releases.mozilla.org/pub/mozilla.org/addons/5679/frysk_wurdboek-2.0.1-fx+tb+sm.xpi
|
||||
Version: 3.0.0
|
||||
Release: 1%{?dist}
|
||||
Source: https://addons.mozilla.org/firefox/downloads/file/499875/frysk_wurdboek-%{version}-tb+fx+sm.xpi
|
||||
URL: http://www.mozilla-nl.org/projecten/frysk
|
||||
License: LGPLv2+
|
||||
BuildArch: noarch
|
||||
@ -14,7 +14,7 @@ Supplements: (hunspell and langpacks-fy)
|
||||
Frisian hunspell dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -c -n hunspell-fy
|
||||
%autosetup -c -n hunspell-fy
|
||||
|
||||
%build
|
||||
for i in README-fy.txt; do
|
||||
@ -27,8 +27,8 @@ done
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
cp -p dictionaries/fy.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/fy_NL.aff
|
||||
cp -p dictionaries/fy.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/fy_NL.dic
|
||||
cp -p dictionaries/fy-NL.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/fy_NL.aff
|
||||
cp -p dictionaries/fy-NL.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/fy_NL.dic
|
||||
pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
|
||||
fy_NL_aliases="fy_DE"
|
||||
for lang in $fy_NL_aliases; do
|
||||
@ -43,6 +43,9 @@ popd
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Sat Jul 07 2018 Parag Nemade <pnemade AT fedoraproject DOT org> - 3.0.0-1
|
||||
- Update Source tag
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user