From d3967670f2ffbd910fb70657fafed331e8ff30cf Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Fri, 19 Feb 2016 23:33:16 +0530 Subject: [PATCH] Add Supplements: tag for langpacks naming guidelines - Clean the specfile to follow current packaging guidelines --- hunspell-se.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/hunspell-se.spec b/hunspell-se.spec index d18e98c..424c019 100644 --- a/hunspell-se.spec +++ b/hunspell-se.spec @@ -1,15 +1,14 @@ Name: hunspell-se Summary: Northern Saami hunspell dictionaries Version: 1.0 -Release: 0.10.beta7%{?dist} +Release: 0.11.beta7%{?dist} Source: http://divvun.no/static_files/hunspell-se.tar.gz -Group: Applications/Text URL: http://www.divvun.no/index.html -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: GPLv3 BuildArch: noarch Requires: hunspell +Supplements: (hunspell and langpacks-se) %description Northern Saami hunspell dictionaries. @@ -20,7 +19,6 @@ Northern Saami hunspell dictionaries. %build %install -rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell cp -p se.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/se_NO.aff cp -p se.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/se_NO.dic @@ -32,15 +30,16 @@ for lang in $se_NO_aliases; do ln -s se_NO.dic $lang.dic done -%clean -rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root,-) %doc Copyright README GPL-3 %{_datadir}/myspell/* %changelog +* Fri Feb 19 2016 Parag Nemade - 1.0-0.11.beta7 +- Add Supplements: tag for langpacks naming guidelines +- Clean the specfile to follow current packaging guidelines + * Thu Feb 04 2016 Fedora Release Engineering - 1.0-0.10.beta7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild