Add Supplements: tag for langpacks naming guidelines
- Clean the specfile to follow current packaging guidelines
This commit is contained in:
parent
2b76c7e8b1
commit
8c325e5bfd
@ -2,15 +2,14 @@ Name: hunspell-hil
|
||||
Summary: Hiligaynon hunspell dictionaries
|
||||
Epoch: 1
|
||||
Version: 0.14
|
||||
Release: 9%{?dist}
|
||||
Group: Applications/Text
|
||||
Release: 10%{?dist}
|
||||
Source: http://borel.slu.edu/obair/%{name}-%{version}.oxt
|
||||
URL: http://extensions.services.openoffice.org/project/hunspell-hil
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
License: GPLv3+
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: hunspell
|
||||
Supplements: (hunspell and langpacks-hil)
|
||||
|
||||
%description
|
||||
Hiligaynon hunspell dictionaries.
|
||||
@ -31,19 +30,19 @@ for i in dictionaries/README_hil_PH.txt; do
|
||||
done
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
cp -p dictionaries/hil_PH.* $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSES-en.txt dictionaries/README_hil_PH.txt
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 19 2016 Parag Nemade <pnemade AT redhat DOT com> - 1:0.14-10
|
||||
- Add Supplements: tag for langpacks naming guidelines
|
||||
- Clean the specfile to follow current packaging guidelines
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.14-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user