[hunspell-or] spec cleanup

pnemade pnemade at fedoraproject.org
Tue Feb 28 06:55:46 UTC 2012


commit 1f8717eabfd68b7236a49eac04877dedcaa1d486
Author: Parag Nemade <pnemade at redhat.com>
Date:   Tue Feb 28 12:25:42 2012 +0530

    spec cleanup

 hunspell-or.spec |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/hunspell-or.spec b/hunspell-or.spec
index 2c5ec14..f606e10 100644
--- a/hunspell-or.spec
+++ b/hunspell-or.spec
@@ -1,11 +1,10 @@
 Name: hunspell-or
 Summary: Oriya hunspell dictionaries
 Version: 20050726
-Release: 6%{?dist}
+Release: 7%{?dist}
 Source: http://hunspell.sourceforge.net/or-demo.tar.gz
 Group: Applications/Text
 URL: http://hunspell.sourceforge.net
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 License: LGPLv2+
 BuildArch: noarch
 
@@ -22,21 +21,19 @@ mv or/Copyright.utf8 or/Copyright
 %build
 
 %install
-rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
 mv or/or.dic or/or_IN.dic
 mv or/or.aff or/or_IN.aff
 cp -p or/*.dic or/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc or/README or/COPYING or/Copyright
 %{_datadir}/myspell/*
 
 %changelog
+* Tue Feb 28 2012 Parag <pnemade AT redhat DOT com> - 20050726-7
+- spec cleanup
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20050726-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list