From 862197b7061d3f1189e68a21d4dab35c3dbfacfb Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Fri, 19 Feb 2016 23:22:42 +0530 Subject: [PATCH] Add Supplements: tag for langpacks naming guidelines - Clean the specfile to follow current packaging guidelines --- hunspell-ber.spec | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/hunspell-ber.spec b/hunspell-ber.spec index c482934..c25556e 100644 --- a/hunspell-ber.spec +++ b/hunspell-ber.spec @@ -1,16 +1,15 @@ Name: hunspell-ber Summary: Amazigh hunspell dictionaries -%define upstreamid 20080210 +%global upstreamid 20080210 Version: 0.%{upstreamid} -Release: 11%{?dist} +Release: 12%{?dist} Source: http://ayaspell.sourceforge.net/data/hunspell-am_test.tar.gz -Group: Applications/Text URL: http://ayaspell.sourceforge.net/am.html -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: GPL+ or LGPLv2+ or MPLv1.1 BuildArch: noarch Requires: hunspell +Supplements: (hunspell and langpacks-ber) %description Amazigh hunspell dictionaries. @@ -21,20 +20,20 @@ Amazigh hunspell dictionaries. %build %install -rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell cp -p tifinagh.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/ber_MA.dic cp -p tifinagh.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/ber_MA.aff -%clean -rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root) %doc README %{_datadir}/myspell/* %changelog +* Fri Feb 19 2016 Parag Nemade - 0.20080210-12 +- Add Supplements: tag for langpacks naming guidelines +- Clean the specfile to follow current packaging guidelines + * Wed Feb 03 2016 Fedora Release Engineering - 0.20080210-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild