Add Supplements: tag for langpacks naming guidelines
- Clean the specfile to follow current packaging guidelines
This commit is contained in:
parent
1eff4f54d5
commit
8240b21a63
@ -1,19 +1,18 @@
|
|||||||
Name: hunspell-ga
|
Name: hunspell-ga
|
||||||
Summary: Irish hunspell dictionaries
|
Summary: Irish hunspell dictionaries
|
||||||
Version: 4.6
|
Version: 4.6
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
Source0: http://gaelspell.googlecode.com/files/ispell-gaeilge-%{version}.tar.gz
|
Source0: http://gaelspell.googlecode.com/files/ispell-gaeilge-%{version}.tar.gz
|
||||||
Source1: myspell-header
|
Source1: myspell-header
|
||||||
Source2: hunspell-header
|
Source2: hunspell-header
|
||||||
Group: Applications/Text
|
|
||||||
URL: http://borel.slu.edu/ispell/index.html
|
URL: http://borel.slu.edu/ispell/index.html
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: hunspell-devel
|
BuildRequires: hunspell-devel
|
||||||
Patch1: ispell-gaeilge-4.2-buildhunspell.patch
|
Patch1: ispell-gaeilge-4.2-buildhunspell.patch
|
||||||
|
|
||||||
Requires: hunspell
|
Requires: hunspell
|
||||||
|
Supplements: (hunspell and langpacks-ga)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Irish hunspell dictionaries.
|
Irish hunspell dictionaries.
|
||||||
@ -30,19 +29,19 @@ iconv -f utf-8 -t iso-8859-1 < gaeilge.aff > gaeilge.aff.iso-8859-1
|
|||||||
ispellaff2myspell gaeilge.aff.iso-8859-1 --myheader header | sed -e "s/\"\"/0/g" | sed -e "s/\"//g" > ga_IE.aff
|
ispellaff2myspell gaeilge.aff.iso-8859-1 --myheader header | sed -e "s/\"\"/0/g" | sed -e "s/\"//g" > ga_IE.aff
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
cp -p ga_IE.dic ga_IE.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
cp -p ga_IE.dic ga_IE.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README COPYING ChangeLog
|
%doc README COPYING ChangeLog
|
||||||
%{_datadir}/myspell/*
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 19 2016 Parag Nemade <pnemade AT redhat DOT com> - 4.6-11
|
||||||
|
- 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> - 4.6-10
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.6-10
|
||||||
- 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