From 4e942d6094c549ec4b3ff56c4577d0877d0ca8cc Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Fri, 19 Feb 2016 23:27:52 +0530 Subject: [PATCH] Add Supplements: tag for langpacks naming guidelines - Clean the specfile to follow current packaging guidelines --- hunspell-id.spec | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/hunspell-id.spec b/hunspell-id.spec index 6f27630..f57af95 100644 --- a/hunspell-id.spec +++ b/hunspell-id.spec @@ -1,16 +1,15 @@ Name: hunspell-id Summary: Indonesian hunspell dictionaries -%define upstreamid 20040812 +%global upstreamid 20040812 Version: 0.%{upstreamid} -Release: 11%{?dist} +Release: 12%{?dist} Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/id_ID.zip -Group: Applications/Text URL: http://wiki.services.openoffice.org/wiki/Dictionaries#Indonesian_.28Indonesia.29 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: GPLv2 BuildArch: noarch Requires: hunspell +Supplements: (hunspell and langpacks-id) %description Indonesian hunspell dictionaries. @@ -22,19 +21,19 @@ Indonesian hunspell dictionaries. chmod -x * %install -rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell -%clean -rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root,-) %doc README_id_ID.txt %{_datadir}/myspell/* %changelog +* Fri Feb 19 2016 Parag Nemade - 0.20040812-12 +- Add Supplements: tag for langpacks naming guidelines +- Clean the specfile to follow current packaging guidelines + * Thu Feb 04 2016 Fedora Release Engineering - 0.20040812-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild @@ -65,8 +64,8 @@ rm -rf $RPM_BUILD_ROOT * Tue Feb 24 2009 Fedora Release Engineering - 0.20040812-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild -* Mon Oct 06 2006 Caolan McNamara - 0.20040812-1 +* Fri Oct 06 2006 Caolan McNamara - 0.20040812-1 - latest version -* Mon Sep 01 2006 Caolan McNamara - 0.20040410-1 +* Fri Sep 01 2006 Caolan McNamara - 0.20040410-1 - initial version