[hunspell-ml] spec cleanup

pnemade pnemade at fedoraproject.org
Tue Feb 28 06:39:49 UTC 2012


commit 111dfee89ff57c187b6f3a913ea4dcc2aa348aec
Author: Parag Nemade <pnemade at redhat.com>
Date:   Tue Feb 28 12:09:45 2012 +0530

    spec cleanup

 hunspell-ml.spec |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/hunspell-ml.spec b/hunspell-ml.spec
index 4027175..c6597ad 100644
--- a/hunspell-ml.spec
+++ b/hunspell-ml.spec
@@ -1,11 +1,10 @@
 Name: hunspell-ml
 Summary: Malayalam hunspell dictionaries
 Version: 0.1
-Release: 6%{?dist}
+Release: 7%{?dist}
 Source: http://download.savannah.gnu.org/releases/smc/Spellchecker/ooo-hunspell-ml-%{version}.tar.bz2
 Group: Applications/Text
 URL: http://download.savannah.gnu.org/releases/smc/Spellchecker/
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 License: GPLv3+
 BuildArch: noarch
 
@@ -21,19 +20,17 @@ Malayalam hunspell dictionaries
 echo "Nothing to build..."
 
 %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 COPYING README  
 %{_datadir}/myspell/*
 
 %changelog
+* Tue Feb 28 2012 Parag <pnemade AT redhat DOT com> - 0.1-7
+- spec cleanup
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list