From fa8fb871d03871c1d8445198f49e08b33b69f5ca Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Fri, 19 Feb 2016 23:30:47 +0530 Subject: [PATCH] Add Supplements: tag for langpacks naming guidelines - Clean the specfile to follow current packaging guidelines --- hunspell-nds.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/hunspell-nds.spec b/hunspell-nds.spec index 7abc7ce..3d579d6 100644 --- a/hunspell-nds.spec +++ b/hunspell-nds.spec @@ -1,15 +1,14 @@ Name: hunspell-nds Summary: Lowlands Saxon hunspell dictionaries Version: 0.1 -Release: 11%{?dist} +Release: 12%{?dist} Source: http://downloads.sourceforge.net/aspell-nds/hunspell-nds-0.1.zip -Group: Applications/Text URL: http://aspell-nds.sourceforge.net/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: GPLv2+ BuildArch: noarch Requires: hunspell +Supplements: (hunspell and langpacks-nds) %description Lowlands Saxon hunspell dictionaries. @@ -20,7 +19,6 @@ Lowlands Saxon hunspell dictionaries. %build %install -rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell cp -p nds.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/nds_DE.aff cp -p nds.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/nds_DE.dic @@ -32,15 +30,16 @@ for lang in $nds_DE_aliases; do done popd -%clean -rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root) %doc README_nds.txt Copyright COPYING %{_datadir}/myspell/* %changelog +* Fri Feb 19 2016 Parag Nemade - 0.1-12 +- Add Supplements: tag for langpacks naming guidelines +- Clean the specfile to follow current packaging guidelines + * Thu Feb 04 2016 Fedora Release Engineering - 0.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild