From bbb6bc1a8f1ec054c45434d83855ef818e72d545 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Fri, 19 Feb 2016 23:25:05 +0530 Subject: [PATCH] Add Supplements: tag for langpacks naming guidelines - Clean the specfile to follow current packaging guidelines --- hunspell-fa.spec | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/hunspell-fa.spec b/hunspell-fa.spec index 593368c..5fb0daa 100644 --- a/hunspell-fa.spec +++ b/hunspell-fa.spec @@ -1,17 +1,16 @@ Name: hunspell-fa Summary: Farsi hunspell dictionaries -%define upstreamid 20070116 +%global upstreamid 20070116 Version: 0.%{upstreamid} -Release: 12%{?dist} -Group: Applications/Text +Release: 13%{?dist} Source: ftp://ftp.gnu.org/gnu/aspell/dict/fa/aspell6-fa-0.11-0.tar.bz2 URL: http://aspell.net/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: GPLv2+ BuildArch: noarch BuildRequires: aspell, hunspell-devel Requires: hunspell +Supplements: (hunspell and langpacks-fa) %description Farsi hunspell dictionaries. @@ -26,19 +25,19 @@ cat *.wl > farsi.wordlist wordlist2hunspell farsi.wordlist fa_IR %install -rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell -%clean -rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root,-) %doc COPYING Copyright doc/README doc/ChangeLog %{_datadir}/myspell/* %changelog +* Fri Feb 19 2016 Parag Nemade - 0.20070116-13 +- Add Supplements: tag for langpacks naming guidelines +- Clean the specfile to follow current packaging guidelines + * Thu Feb 04 2016 Fedora Release Engineering - 0.20070116-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild