Update Source tag and License to GPLv2
This commit is contained in:
parent
010330a9e0
commit
dd36918043
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
vi_VN.zip
|
||||
/vi_spellchecker_ooo3.oxt
|
||||
|
@ -1,11 +1,11 @@
|
||||
Name: hunspell-vi
|
||||
Summary: Vietnamese hunspell dictionaries
|
||||
%global upstreamid 20080604
|
||||
%global upstreamid 20120418
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 15%{?dist}
|
||||
Source: http://hunspell-spellcheck-vi.googlecode.com/files/vi_VN.zip
|
||||
URL: http://code.google.com/p/hunspell-spellcheck-vi
|
||||
License: GPL+
|
||||
Release: 1%{?dist}
|
||||
Source: https://downloads.sourceforge.net/project/aoo-extensions/917/3/vi_spellchecker_ooo3.oxt
|
||||
URL: https://extensions.openoffice.org/en/project/vietnamese-spellchecker
|
||||
License: GPLv2
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: hunspell
|
||||
@ -15,20 +15,23 @@ Supplements: (hunspell and langpacks-vi)
|
||||
Vietnamese hunspell dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -c -n hunspell-vi
|
||||
%autosetup -c -n hunspell-vi
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
cp -p dictionaries/*.dic dictionaries/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
|
||||
|
||||
%files
|
||||
%doc README_vi_VN.txt Copyright
|
||||
%license LICENSES-en.txt LICENSES-vi.txt
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 09 2018 Parag Nemade <pnemade AT fedoraproject DOT org> - 0.20120418-1
|
||||
- Update Source tag and License to GPLv2
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.20080604-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user