Build for 1.0.0-1 version
This commit is contained in:
parent
d308032107
commit
3812071d04
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
mr_IN.zip
|
||||
/mr_in.1.0.0.tar.gz
|
||||
|
||||
@ -1,17 +0,0 @@
|
||||
diff -pruN mr-IN.orig/mr_IN.dic mr-IN/mr_IN.dic
|
||||
--- mr-IN.orig/mr_IN.dic 2006-07-17 01:55:28.000000000 +0900
|
||||
+++ mr-IN/mr_IN.dic 2010-02-18 18:03:00.731167547 +0900
|
||||
@@ -1,4 +1,4 @@
|
||||
-12612
|
||||
+12630
|
||||
जनà¤à¤¾à¤°à¤¤à¥€
|
||||
सी-डॅक चा
|
||||
मà¥<C3A0>कà¥<C3A0>त
|
||||
@@ -5809,7 +5809,6 @@ कंजूसी
|
||||
कंà¤<C3A0>ूम
|
||||
कंटकांचीच
|
||||
कंटकासम
|
||||
-कंटाळणेकलिंगà¤<
|
||||
कंटाळता
|
||||
कंटाळती
|
||||
कंटाळला
|
||||
@ -1,38 +1,40 @@
|
||||
Name: hunspell-mr
|
||||
Summary: Marathi hunspell dictionaries
|
||||
Version: 20060920
|
||||
Release: 15%{?dist}
|
||||
Source: http://downloads.sourceforge.net/project/openofficeorg.mirror/contrib/dictionaries/mr_IN.zip
|
||||
Patch0: hunspell-mr-get-rid-of-broken-line.patch
|
||||
Version: 1.0.0
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Source: http://anishpatil.fedorapeople.org/mr_in.%{version}.tar.gz
|
||||
Group: Applications/Text
|
||||
URL: http://wiki.services.openoffice.org/wiki/Dictionaries
|
||||
URL: https://gitorious.org/hunspell_dictionaries
|
||||
License: LGPLv2+
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: hunspell
|
||||
|
||||
|
||||
|
||||
%description
|
||||
Marathi hunspell dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -c -n mr-IN
|
||||
%patch0 -p1
|
||||
%setup -q -c -n mr_IN
|
||||
|
||||
# Remove ^M and trailing whitespace characters
|
||||
sed -i 's/\r//;s/[ \t]*$//' mr_IN.dic
|
||||
|
||||
%build
|
||||
#nothing to do here
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
cp -p mr_IN.dic mr_IN.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
cp -p mr_IN/mr_IN.dic mr_IN/mr_IN.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
|
||||
%files
|
||||
%doc README_mr_IN.txt LICENCE
|
||||
%doc mr_IN/README_mr_IN.txt mr_IN/LICENCE
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Fri May 16 2014 Anish Patil<apatil@redhat.com> - 1:1.0.0-1
|
||||
- Upstream has changed and built with new tarball
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20060920-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user