Update Source tag
This commit is contained in:
parent
86225e00e8
commit
5c434e7865
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
|||||||
gl_ES-pack.zip
|
gl_ES-pack.zip
|
||||||
|
/gl_ES.zip
|
||||||
|
/corrector_ooo3.oxt
|
||||||
|
@ -2,8 +2,8 @@ Name: hunspell-gl
|
|||||||
Summary: Galician hunspell dictionaries
|
Summary: Galician hunspell dictionaries
|
||||||
%global upstreamid 20080515
|
%global upstreamid 20080515
|
||||||
Version: 0.%{upstreamid}
|
Version: 0.%{upstreamid}
|
||||||
Release: 15%{?dist}
|
Release: 16%{?dist}
|
||||||
Source: http://openoffice.mancomun.org/libreeengalego/Corrector/gl_ES-pack.zip
|
Source: https://downloads.sourceforge.net/project/aoo-extensions/800/2/corrector_ooo3.oxt
|
||||||
URL: http://wiki.mancomun.org/index.php/Corrector_ortogr%C3%A1fico_para_OpenOffice.org#Descrici.C3.B3n
|
URL: http://wiki.mancomun.org/index.php/Corrector_ortogr%C3%A1fico_para_OpenOffice.org#Descrici.C3.B3n
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -15,22 +15,23 @@ Supplements: (hunspell and langpacks-gl)
|
|||||||
Galician hunspell dictionaries.
|
Galician hunspell dictionaries.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c -n hunspell-gl
|
%autosetup -c -n hunspell-gl
|
||||||
|
|
||||||
%build
|
%build
|
||||||
unzip gl_ES.zip
|
|
||||||
chmod -x *
|
|
||||||
|
|
||||||
%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_gl_ES.txt
|
%doc dictionaries/README-gl-ES.txt
|
||||||
%{_datadir}/myspell/*
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 07 2018 Parag Nemade <pnemade AT fedoraproject DOT org> - 0.20080515-16
|
||||||
|
- Update Source tag
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.20080515-15
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.20080515-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