From bea5fa5e6dc4e1c514dd8f3e78b403ca29d56cd0 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Fri, 19 Feb 2016 23:24:56 +0530 Subject: [PATCH] Add Supplements: tag for langpacks naming guidelines - Clean the specfile to follow current packaging guidelines --- hunspell-eu.spec | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/hunspell-eu.spec b/hunspell-eu.spec index 429c88a..4674a44 100644 --- a/hunspell-eu.spec +++ b/hunspell-eu.spec @@ -1,17 +1,16 @@ Name: hunspell-eu Summary: Basque hunspell dictionaries -%define upstreamid 20080507 +%global upstreamid 20080507 Version: 0.%{upstreamid} -Release: 11%{?dist} +Release: 12%{?dist} Source0: http://www.euskara.euskadi.net/r59-20660/eu/contenidos/informacion/euskarazko_softwarea/eu_9567/adjuntos/eu-ES-hunspell.tar.gz Source1: http://www.euskara.euskadi.net/r59-20660/eu/contenidos/informacion/euskarazko_softwarea/eu_9567/adjuntos/XUXEN_kode_irekia_eskuliburua-LINUX-OO.pdf -Group: Applications/Text URL: http://www.euskara.euskadi.net/r59-20660/eu/contenidos/informacion/euskarazko_softwarea/eu_9567/xuxen.html -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: GPLv2 BuildArch: noarch Requires: hunspell +Supplements: (hunspell and langpacks-eu) %description Basque hunspell dictionaries. @@ -23,20 +22,20 @@ cp -p %{SOURCE1} . %build %install -rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell cp -p eu-ES/eu-ES.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/eu_ES.dic cp -p eu-ES/eu-ES.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/eu_ES.aff -%clean -rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root) %doc XUXEN_kode_irekia_eskuliburua-LINUX-OO.pdf %{_datadir}/myspell/* %changelog +* Fri Feb 19 2016 Parag Nemade - 0.20080507-12 +- Add Supplements: tag for langpacks naming guidelines +- Clean the specfile to follow current packaging guidelines + * Thu Feb 04 2016 Fedora Release Engineering - 0.20080507-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild