Add Supplements: tag for langpacks naming guidelines
- Clean the specfile to follow current packaging guidelines
This commit is contained in:
parent
66a92946ad
commit
cb3de6e566
@ -1,17 +1,16 @@
|
|||||||
Name: hunspell-mt
|
Name: hunspell-mt
|
||||||
Summary: Maltese hunspell dictionaries
|
Summary: Maltese hunspell dictionaries
|
||||||
%define upstreamid 20020708
|
%global upstreamid 20020708
|
||||||
Version: 0.%{upstreamid}
|
Version: 0.%{upstreamid}
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
Group: Applications/Text
|
|
||||||
Source: http://linux.org.mt/downloads/spellcheck-mt-0.3.tar.gz
|
Source: http://linux.org.mt/downloads/spellcheck-mt-0.3.tar.gz
|
||||||
URL: http://linux.org.mt/node/62
|
URL: http://linux.org.mt/node/62
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: hunspell-devel
|
BuildRequires: hunspell-devel
|
||||||
|
|
||||||
Requires: hunspell
|
Requires: hunspell
|
||||||
|
Supplements: (hunspell and langpacks-mt)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Maltese hunspell dictionaries.
|
Maltese hunspell dictionaries.
|
||||||
@ -25,19 +24,19 @@ iconv -f ISO-8859-3 -t UTF-8 words.iso8859-3 > maltese.words
|
|||||||
wordlist2hunspell maltese.words mt_MT
|
wordlist2hunspell maltese.words mt_MT
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
cp -p mt_MT.dic mt_MT.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
cp -p mt_MT.dic mt_MT.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc readme.txt
|
%doc readme.txt
|
||||||
%{_datadir}/myspell/*
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 19 2016 Parag Nemade <pnemade AT redhat DOT com> - 0.20020708-13
|
||||||
|
- 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.20020708-12
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.20020708-12
|
||||||
- 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