From 7c999b2fd5fe62625b9d25ac0ba6b521fe5577a1 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Feb 19 2016 17:51:57 +0000 Subject: Add Supplements: tag for langpacks naming guidelines - Clean the specfile to follow current packaging guidelines --- diff --git a/hunspell-am.spec b/hunspell-am.spec index d917b5e..13c3806 100644 --- a/hunspell-am.spec +++ b/hunspell-am.spec @@ -1,16 +1,15 @@ Name: hunspell-am Summary: Amharic hunspell dictionaries -%define upstreamid 20090704 +%global upstreamid 20090704 Version: 0.%{upstreamid} -Release: 10%{?dist} +Release: 11%{?dist} Source: http://www.cs.ru.nl/~biniam/geez/dict/am_ET.zip -Group: Applications/Text URL: http://www.cs.ru.nl/~biniam/geez/index.php -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: GPL+ BuildArch: noarch Requires: hunspell +Supplements: (hunspell and langpacks-am) %description Amharic hunspell dictionaries. @@ -24,19 +23,19 @@ touch -r README.txt README.txt.new mv -f README.txt.new README.txt %install -rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell cp -p am_ET.* $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.20090704-11 +- Add Supplements: tag for langpacks naming guidelines +- Clean the specfile to follow current packaging guidelines + * Wed Feb 03 2016 Fedora Release Engineering - 0.20090704-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild