Update Source and URL tags
Added %license and %autosetup
This commit is contained in:
parent
d400d9fde2
commit
82cd040072
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
as_IN.oxt
|
as_IN.oxt
|
||||||
|
/as_in.oxt
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
Name: hunspell-as
|
Name: hunspell-as
|
||||||
Summary: Assamese hunspell dictionaries
|
Summary: Assamese hunspell dictionaries
|
||||||
Version: 1.0.3
|
Version: 1.0.3
|
||||||
Release: 16%{?dist}
|
Release: 17%{?dist}
|
||||||
Source: http://extensions.services.openoffice.org/files/2318/4/as_IN.oxt
|
Source: https://downloads.sourceforge.net/project/aoo-extensions/2318/4/as_in.oxt
|
||||||
URL: http://extensions.services.openoffice.org/project/AssameseDict
|
URL: https://extensions.openoffice.org/en/project/assamese-dictionaryspell-checker
|
||||||
License: GPLv2+ or LGPLv2+ or MPLv1.1
|
License: GPLv2+ or LGPLv2+ or MPLv1.1
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ Supplements: (hunspell and langpacks-as)
|
|||||||
Assamese hunspell dictionaries.
|
Assamese hunspell dictionaries.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c -n hunspell-as
|
%autosetup -c -n hunspell-as
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -23,11 +23,15 @@ mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|||||||
cp -p as_IN.* $RPM_BUILD_ROOT/%{_datadir}/myspell/
|
cp -p as_IN.* $RPM_BUILD_ROOT/%{_datadir}/myspell/
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README_as_IN.txt COPYING COPYING.MPL COPYING.GPL COPYING.LGPL
|
%doc README_as_IN.txt
|
||||||
|
%license COPYING COPYING.MPL COPYING.GPL COPYING.LGPL
|
||||||
%{_datadir}/myspell/*
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 30 2018 Parag Nemade <pnemade AT fedoraproject DOT org> - 1.0.3-17
|
||||||
|
- Update Source and URL tags
|
||||||
|
- Added %%license and %%autosetup
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-16
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-16
|
||||||
- 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