From e188041b21acfa98cf8f9b92e4d3fd82dc162cdf Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Fri, 19 Feb 2016 23:04:46 +0530 Subject: [PATCH] Add Supplements: tag for langpacks naming guidelines - Clean the specfile to follow current packaging guidelines --- hyphen-es.spec | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/hyphen-es.spec b/hyphen-es.spec index 692a10f..a3e5338 100644 --- a/hyphen-es.spec +++ b/hyphen-es.spec @@ -1,17 +1,16 @@ Name: hyphen-es Summary: Spanish hyphenation rules -%define upstreamid 20110222svn +%global upstreamid 20110222svn Version: 0.%{upstreamid} -Release: 7%{?dist} +Release: 8%{?dist} #svn checkout https://forja.rediris.es/svn/rla-es/separacion Source: hyphen-es-0.20110222svn.tar.gz -Group: Applications/Text URL: https://forja.rediris.es/projects/rla-es/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: LGPLv2+ BuildArch: noarch Requires: hyphen +Supplements: (hyphen and langpacks-es) %description Spanish hyphenation rules. @@ -22,7 +21,6 @@ Spanish hyphenation rules. %build %install -rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen cp -p separacion/hyph_es_ANY.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen/hyph_es_ES.dic @@ -34,15 +32,16 @@ for lang in $es_ES_aliases; do done popd -%clean -rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root,-) %doc separacion/README_hyph_es_ANY.txt %{_datadir}/hyphen/* %changelog +* Fri Feb 19 2016 Parag Nemade - 0.20110222svn-8 +- Add Supplements: tag for langpacks naming guidelines +- Clean the specfile to follow current packaging guidelines + * Thu Feb 04 2016 Fedora Release Engineering - 0.20110222svn-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild @@ -76,5 +75,5 @@ rm -rf $RPM_BUILD_ROOT * Tue Feb 24 2009 Fedora Release Engineering - 0.20040810-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild -* Tue Jan 06 2008 Caolán McNamara - 0.20040810-1 +* Sun Jan 06 2008 Caolán McNamara - 0.20040810-1 - initial version