From 88ae66a8fcb550a5752f7dd1e7034b24e08d66cd Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Fri, 25 Dec 2015 13:32:51 +0530 Subject: [PATCH] Clean the spec as per current packaging guidelines --- hyphen-sa.spec | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/hyphen-sa.spec b/hyphen-sa.spec index 28eb779..8d74552 100644 --- a/hyphen-sa.spec +++ b/hyphen-sa.spec @@ -1,14 +1,13 @@ +%global upstreamid 20110915 + Name: hyphen-sa Summary: Sanskrit hyphenation rules -%define upstreamid 20110915 Version: 0.%{upstreamid} -Release: 7%{?dist} +Release: 8%{?dist} #? in a url causes trouble #http://tug.org/svn/texhyphen/trunk/hyph-utf8/tex/generic/hyph-utf8/patterns/tex/hyph-sa.tex?view=co Source: hyph-sa.tex -Group: Applications/Text URL: http://tug.org/tex-hyphen -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: LPPL BuildArch: noarch BuildRequires: hyphen-devel @@ -31,19 +30,17 @@ echo "" >> README head -n 17 hyph-sa.tex >> README %install -rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen cp -p hyph_sa_IN.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen -%clean -rm -rf $RPM_BUILD_ROOT - %files -%defattr(-,root,root,-) %doc README %{_datadir}/hyphen/hyph_sa_IN.dic %changelog +* Fri Dec 25 2015 Parag Nemade - 0.20110915-8 +- Clean the spec as per current packaging guidelines + * Wed Jun 17 2015 Fedora Release Engineering - 0.20110915-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild