Update Source tag
This commit is contained in:
parent
a67cce2399
commit
9162c557d9
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/hunspell-hil-0.14.oxt
|
||||
/litreoir_hiligaynon-0.14-tb+fx+sm.xpi
|
||||
|
@ -2,10 +2,10 @@ Name: hunspell-hil
|
||||
Summary: Hiligaynon hunspell dictionaries
|
||||
Epoch: 1
|
||||
Version: 0.14
|
||||
Release: 13%{?dist}
|
||||
Source: http://borel.slu.edu/obair/%{name}-%{version}.oxt
|
||||
Release: 14%{?dist}
|
||||
Source: https://addons.mozilla.org/firefox/downloads/file/108895/litreoir_hiligaynon-%{version}-tb+fx+sm.xpi
|
||||
URL: http://extensions.services.openoffice.org/project/hunspell-hil
|
||||
License: GPLv3+
|
||||
License: GPLv2+
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: hunspell
|
||||
@ -15,7 +15,7 @@ Supplements: (hunspell and langpacks-hil)
|
||||
Hiligaynon hunspell dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -c
|
||||
%autosetup -c
|
||||
|
||||
%build
|
||||
for i in dictionaries/README_hil_PH.txt; do
|
||||
@ -31,14 +31,18 @@ done
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
cp -p dictionaries/hil_PH.* $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
cp -p dictionaries/hil.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/hil_PH.dic
|
||||
cp -p dictionaries/hil.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/hil_PH.aff
|
||||
|
||||
|
||||
%files
|
||||
%doc LICENSES-en.txt dictionaries/README_hil_PH.txt
|
||||
%doc dictionaries/README_hil_PH.txt
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Sat Jul 07 2018 Parag Nemade <pnemade AT fedoraproject DOT org> - 1:0.14-14
|
||||
- Update Source tag
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.14-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user