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
|
Summary: Hiligaynon hunspell dictionaries
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.14
|
Version: 0.14
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Group: Applications/Text
|
|
||||||
Source: http://borel.slu.edu/obair/%{name}-%{version}.oxt
|
Source: http://borel.slu.edu/obair/%{name}-%{version}.oxt
|
||||||
URL: http://extensions.services.openoffice.org/project/hunspell-hil
|
URL: http://extensions.services.openoffice.org/project/hunspell-hil
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: hunspell
|
Requires: hunspell
|
||||||
|
Supplements: (hunspell and langpacks-hil)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Hiligaynon hunspell dictionaries.
|
Hiligaynon hunspell dictionaries.
|
||||||
@ -31,19 +30,19 @@ for i in dictionaries/README_hil_PH.txt; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
cp -p dictionaries/hil_PH.* $RPM_BUILD_ROOT/%{_datadir}/myspell
|
cp -p dictionaries/hil_PH.* $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc LICENSES-en.txt dictionaries/README_hil_PH.txt
|
%doc LICENSES-en.txt dictionaries/README_hil_PH.txt
|
||||||
%{_datadir}/myspell/*
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.14-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user