Add Supplements: tag for langpacks naming guidelines
- Clean the specfile to follow current packaging guidelines
This commit is contained in:
parent
a97a925ca5
commit
30385c91d5
@ -1,15 +1,14 @@
|
|||||||
Name: hunspell-fo
|
Name: hunspell-fo
|
||||||
Summary: Faroese hunspell dictionaries
|
Summary: Faroese hunspell dictionaries
|
||||||
Version: 0.4.2
|
Version: 0.4.2
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Source: http://fo.speling.org/filer/myspell-fo-%{version}.tar.bz2
|
Source: http://fo.speling.org/filer/myspell-fo-%{version}.tar.bz2
|
||||||
Group: Applications/Text
|
|
||||||
URL: http://fo.speling.org/
|
URL: http://fo.speling.org/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: hunspell
|
Requires: hunspell
|
||||||
|
Supplements: (hunspell and langpacks-fo)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Faroese hunspell dictionaries.
|
Faroese hunspell dictionaries.
|
||||||
@ -31,19 +30,19 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
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 *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README Copyright contributors COPYING
|
%doc README Copyright contributors COPYING
|
||||||
%{_datadir}/myspell/*
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 19 2016 Parag Nemade <pnemade AT redhat DOT com> - 0.4.2-5
|
||||||
|
- 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> - 0.4.2-4
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-4
|
||||||
- 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