From cb2eae6a453178b46dba7db7e5262f34038e4d4d Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Fri, 19 Feb 2016 23:29:17 +0530 Subject: [PATCH] Add Supplements: tag for langpacks naming guidelines - Clean the specfile to follow current packaging guidelines --- hunspell-ln.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/hunspell-ln.spec b/hunspell-ln.spec index 2b3c33b..cba4c83 100644 --- a/hunspell-ln.spec +++ b/hunspell-ln.spec @@ -1,14 +1,13 @@ Name: hunspell-ln Summary: Lingala hunspell dictionaries Version: 0.02 -Release: 10%{?dist} -Group: Applications/Text +Release: 11%{?dist} Source: http://downloads.sourceforge.net/lingala/hunspell-ln-0.02.zip URL: http://lingala.sourceforge.net/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: GPLv2+ BuildArch: noarch Requires: hunspell +Supplements: (hunspell and langpacks-ln) %description Lingala hunspell dictionaries. @@ -19,19 +18,19 @@ Lingala hunspell dictionaries. %build %install -rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell cp -p ln_CD.* $RPM_BUILD_ROOT/%{_datadir}/myspell -%clean -rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root,-) %doc README_ln_CD.txt %{_datadir}/myspell/* %changelog +* Fri Feb 19 2016 Parag Nemade - 0.02-11 +- Add Supplements: tag for langpacks naming guidelines +- Clean the specfile to follow current packaging guidelines + * Thu Feb 04 2016 Fedora Release Engineering - 0.02-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild