[hunspell-bn] Update to 0.06 release

pnemade pnemade at fedoraproject.org
Tue Feb 28 05:57:50 UTC 2012


commit 5fb63dac4b2ae5ba78d19ba842aebad5ee4d1ce4
Author: Parag Nemade <pnemade at redhat.com>
Date:   Tue Feb 28 11:27:45 2012 +0530

    Update to 0.06 release

 .gitignore       |    1 +
 hunspell-bn.spec |   13 +++++--------
 sources          |    2 +-
 3 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8d886ce..c6d0f61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 hunspell-bn-0.04.tar.bz2
+/hunspell-bn-0.06.tar.bz2
diff --git a/hunspell-bn.spec b/hunspell-bn.spec
index a4be402..919700c 100644
--- a/hunspell-bn.spec
+++ b/hunspell-bn.spec
@@ -1,14 +1,13 @@
-%define upstreamver 0.04
+%define upstreamver 0.06
 
 Name: hunspell-bn
 Summary: Bengali hunspell dictionaries
 Version: %{upstreamver}
-Release: 4%{?dist}
+Release: 1%{?dist}
 Epoch: 1
 Group:          Applications/Text
 Source: http://sourceforge.net/projects/bengalinux/files/bengali-spellcheck/%{name}-%{version}.tar.bz2
 URL: http://ankur.org.bd/wiki
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 License: GPLv2+
 BuildArch: noarch
 
@@ -35,7 +34,6 @@ done
 %build
 
 %install
-rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
 cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
 
@@ -47,15 +45,14 @@ for lang in $bn_BD_aliases; do
 done
 popd
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc doc/README COPYING Copyright
 %{_datadir}/myspell/*
 
 %changelog
+* Tue Feb 28 2012 Parag <pnemade at redhat.com> - 1:0.06-1
+- Update to 0.06 release
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:0.04-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index d2e6f48..57078be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-53c2ed1898424644e5e994313c5f0834  hunspell-bn-0.04.tar.bz2
+df887e6359833389953187d888315772  hunspell-bn-0.06.tar.bz2


More information about the scm-commits mailing list