From f312676ce9672b3b2cb2f33c07c08e79e31f5b82 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Fri, 19 Feb 2016 23:06:31 +0530 Subject: [PATCH] Add Supplements: tag for langpacks naming guidelines - Clean the specfile to follow current packaging guidelines --- hyphen-id.spec | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/hyphen-id.spec b/hyphen-id.spec index f096d18..dedd906 100644 --- a/hyphen-id.spec +++ b/hyphen-id.spec @@ -1,16 +1,15 @@ Name: hyphen-id Summary: Indonesian hyphenation rules -%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/hyph_id_ID.zip -Group: Applications/Text URL: http://wiki.services.openoffice.org/wiki/Dictionaries -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: GPL+ BuildArch: noarch Requires: hyphen +Supplements: (hyphen and langpacks-id) %description Indonesian hyphenation rules. @@ -22,19 +21,19 @@ Indonesian hyphenation rules. chmod -x * %install -rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen cp -p *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen -%clean -rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root,-) %doc README_id_ID.txt %{_datadir}/hyphen/* %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,5 +64,5 @@ 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 -* Wed Jan 07 2008 Caolan McNamara - 0.20040812-1 +* Mon Jan 07 2008 Caolan McNamara - 0.20040812-1 - initial version