From cb3de6e5665e8a5980bd4bb3bde5aff6d3df0fa4 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Fri, 19 Feb 2016 23:30:38 +0530 Subject: [PATCH] Add Supplements: tag for langpacks naming guidelines - Clean the specfile to follow current packaging guidelines --- hunspell-mt.spec | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/hunspell-mt.spec b/hunspell-mt.spec index 6175901..5272ed2 100644 --- a/hunspell-mt.spec +++ b/hunspell-mt.spec @@ -1,17 +1,16 @@ Name: hunspell-mt Summary: Maltese hunspell dictionaries -%define upstreamid 20020708 +%global upstreamid 20020708 Version: 0.%{upstreamid} -Release: 12%{?dist} -Group: Applications/Text +Release: 13%{?dist} Source: http://linux.org.mt/downloads/spellcheck-mt-0.3.tar.gz URL: http://linux.org.mt/node/62 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: LGPLv2+ BuildArch: noarch BuildRequires: hunspell-devel Requires: hunspell +Supplements: (hunspell and langpacks-mt) %description Maltese hunspell dictionaries. @@ -25,19 +24,19 @@ iconv -f ISO-8859-3 -t UTF-8 words.iso8859-3 > maltese.words wordlist2hunspell maltese.words mt_MT %install -rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell cp -p mt_MT.dic mt_MT.aff $RPM_BUILD_ROOT/%{_datadir}/myspell -%clean -rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root,-) %doc readme.txt %{_datadir}/myspell/* %changelog +* Fri Feb 19 2016 Parag Nemade - 0.20020708-13 +- Add Supplements: tag for langpacks naming guidelines +- Clean the specfile to follow current packaging guidelines + * Thu Feb 04 2016 Fedora Release Engineering - 0.20020708-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild