From c22f84a8f3b3b35c6efc494ac10b475126bfe13f Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Fri, 19 Feb 2016 23:36:56 +0530 Subject: [PATCH] Add Supplements: tag for langpacks naming guidelines - Clean the specfile to follow current packaging guidelines --- hunspell-xh.spec | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/hunspell-xh.spec b/hunspell-xh.spec index a47d5f9..94bf3c6 100644 --- a/hunspell-xh.spec +++ b/hunspell-xh.spec @@ -1,16 +1,15 @@ Name: hunspell-xh Summary: Xhosa hunspell dictionaries -%define upstreamid 20091030 +%global upstreamid 20091030 Version: 0.%{upstreamid} -Release: 9%{?dist} +Release: 10%{?dist} Source: http://extensions.services.openoffice.org/e-files/3133/0/dict-xh_ZA-2009.10.30.oxt -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-xh) %description Xhosa hunspell dictionaries. @@ -31,19 +30,19 @@ for i in README-xh_ZA.txt release-notes-xh_ZA.txt package-description.txt; do done %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 README-xh_ZA.txt release-notes-xh_ZA.txt package-description.txt %{_datadir}/myspell/* %changelog +* Fri Feb 19 2016 Parag Nemade - 0.20091030-10 +- Add Supplements: tag for langpacks naming guidelines +- Clean the specfile to follow current packaging guidelines + * Thu Feb 04 2016 Fedora Release Engineering - 0.20091030-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild