From 32f2442690e13cd7f0f4af0ce72a24cf38bf72c1 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Fri, 19 Feb 2016 23:23:15 +0530 Subject: [PATCH] Add Supplements: tag for langpacks naming guidelines - Clean the specfile to follow current packaging guidelines --- hunspell-ca.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/hunspell-ca.spec b/hunspell-ca.spec index f3fd65d..3557d4e 100644 --- a/hunspell-ca.spec +++ b/hunspell-ca.spec @@ -1,15 +1,14 @@ Name: hunspell-ca Summary: Catalan hunspell dictionaries Version: 2.3 -Release: 7%{?dist} +Release: 8%{?dist} Source: http://www.softcatala.org/diccionaris/actualitzacions/OOo/catalan.oxt -Group: Applications/Text URL: http://www.softcatala.org/wiki/Projectes/Corrector_ortogràfic -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: GPLv2+ BuildArch: noarch Requires: hunspell +Supplements: (hunspell and langpacks-ca) %description Catalan hunspell dictionaries. @@ -24,7 +23,6 @@ tr -d '\r' < dictionaries/catalan.dic > ca_ES.dic touch -r dictionaries/catalan.dic ca_ES.dic %install -rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell cp -p ca_ES.dic ca_ES.aff $RPM_BUILD_ROOT/%{_datadir}/myspell pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/ @@ -35,15 +33,16 @@ for lang in $ca_ES_aliases; do done popd -%clean -rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root) %doc LICENSES-en.txt LLICENCIES-ca.txt %{_datadir}/myspell/* %changelog +* Fri Feb 19 2016 Parag Nemade - 2.3-8 +- Add Supplements: tag for langpacks naming guidelines +- Clean the specfile to follow current packaging guidelines + * Wed Feb 03 2016 Fedora Release Engineering - 2.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild