From 8f28361b371beccfd664a8b2cb55bbf98f30034f Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Fri, 19 Feb 2016 23:36:02 +0530 Subject: [PATCH] Add Supplements: tag for langpacks naming guidelines - Clean the specfile to follow current packaging guidelines --- hunspell-ts.spec | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/hunspell-ts.spec b/hunspell-ts.spec index 34f5efa..6c96707 100644 --- a/hunspell-ts.spec +++ b/hunspell-ts.spec @@ -1,16 +1,15 @@ Name: hunspell-ts Summary: Tsonga hunspell dictionaries -%define upstreamid 20091101 +%global upstreamid 20091101 Version: 0.%{upstreamid} -Release: 9%{?dist} +Release: 10%{?dist} Source: http://releases.mozilla.org/pub/mozilla.org/addons/46611/tsonga__south_africa__dictionary-%{upstreamid}-fx+tb.xpi -Group: Applications/Text URL: http://www.translate.org.za/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: LGPLv2+ BuildArch: noarch Requires: hunspell +Supplements: (hunspell and langpacks-ts) %description Tsonga hunspell dictionaries. @@ -21,20 +20,20 @@ Tsonga hunspell dictionaries. %build %install -rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell cp -p dictionaries/ts-ZA.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/ts_ZA.aff cp -p dictionaries/ts-ZA.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/ts_ZA.dic -%clean -rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root,-) %doc README-ts-ZA.txt %{_datadir}/myspell/* %changelog +* Fri Feb 19 2016 Parag Nemade - 0.20091101-10 +- Add Supplements: tag for langpacks naming guidelines +- Clean the specfile to follow current packaging guidelines + * Thu Feb 04 2016 Fedora Release Engineering - 0.20091101-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild