From f257574b134a07e80cfbff1749e27436bc9d6ec6 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Thu, 2 Aug 2012 14:53:58 +0530 Subject: [PATCH] Update to new upstream 0.7.0 --- .gitignore | 1 + hyphen-ml.spec | 23 ++++++++++------------- sources | 2 +- 3 files changed, 12 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 087ae07..4f36f41 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ hyph_ml_IN.dic +/hyphen-ml-0.7.0.tar.bz2 diff --git a/hyphen-ml.spec b/hyphen-ml.spec index d803f1a..0775f58 100644 --- a/hyphen-ml.spec +++ b/hyphen-ml.spec @@ -1,39 +1,36 @@ +%global upstreamid 20111229 +%global upstream_version 0.7.0 + Name: hyphen-ml Summary: Malayalam hyphenation rules -%define upstreamid 20100204 Version: 0.%{upstreamid} -Release: 4%{?dist} -Source: http://git.savannah.gnu.org/cgit/smc.git/plain/hyphenation/hyph_ml_IN.dic +Release: 1%{?dist} +Source: http://download.savannah.gnu.org/releases/smc/hyphenation/patterns/%{name}-%{upstream_version}.tar.bz2 Group: Applications/Text URL: http://wiki.smc.org.in -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: LGPLv3+ BuildArch: noarch - Requires: hyphen %description Malayalam hyphenation rules. %prep -%setup -T -q -c -cp -p %{SOURCE0} . +%setup -q -n %{name}-%{upstream_version} %build %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 +install -m644 -p *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen %files -%defattr(-,root,root,-) %{_datadir}/hyphen/* %changelog +* Thu Aug 02 2012 Parag - 0.20111229-1 +- Update to new upstream 0.7.0 + * Thu Jul 19 2012 Fedora Release Engineering - 0.20100204-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 4c91a05..981ff62 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5ab912182fcfc65f6bd9e5e4d4cd6ff4 hyph_ml_IN.dic +23745915cb76a2ab96f603320ccc9543 hyphen-ml-0.7.0.tar.bz2