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_VN.zip
|
||||||
|
/vi_spellchecker_ooo3.oxt
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
Name: hunspell-vi
|
Name: hunspell-vi
|
||||||
Summary: Vietnamese hunspell dictionaries
|
Summary: Vietnamese hunspell dictionaries
|
||||||
%global upstreamid 20080604
|
%global upstreamid 20120418
|
||||||
Version: 0.%{upstreamid}
|
Version: 0.%{upstreamid}
|
||||||
Release: 15%{?dist}
|
Release: 1%{?dist}
|
||||||
Source: http://hunspell-spellcheck-vi.googlecode.com/files/vi_VN.zip
|
Source: https://downloads.sourceforge.net/project/aoo-extensions/917/3/vi_spellchecker_ooo3.oxt
|
||||||
URL: http://code.google.com/p/hunspell-spellcheck-vi
|
URL: https://extensions.openoffice.org/en/project/vietnamese-spellchecker
|
||||||
License: GPL+
|
License: GPLv2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: hunspell
|
Requires: hunspell
|
||||||
@ -15,20 +15,23 @@ Supplements: (hunspell and langpacks-vi)
|
|||||||
Vietnamese hunspell dictionaries.
|
Vietnamese hunspell dictionaries.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c -n hunspell-vi
|
%autosetup -c -n hunspell-vi
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
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
|
%files
|
||||||
%doc README_vi_VN.txt Copyright
|
%license LICENSES-en.txt LICENSES-vi.txt
|
||||||
%{_datadir}/myspell/*
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.20080604-15
|
||||||
- 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