latest version
This commit is contained in:
parent
166d4c5b73
commit
8ea639b207
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
hunspell-ar_20080110.tar.gz
|
||||
/hunspell-ar_3.2.zip
|
||||
|
@ -1,13 +1,11 @@
|
||||
%global upstreamid 20080110
|
||||
|
||||
Summary: Arabic hunspell dictionaries
|
||||
Name: hunspell-ar
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 10%{?dist}
|
||||
Version: 3.2
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 or LGPLv2 or MPLv1.1
|
||||
Group: Applications/Text
|
||||
URL: http://ayaspell.sourceforge.net/
|
||||
Source: http://downloads.sourceforge.net/ayaspell/hunspell-ar_%{upstreamid}.tar.gz
|
||||
Source: http://sourceforge.net/projects/ayaspell/files/hunspell-ar_%{version}.zip
|
||||
|
||||
BuildArch: noarch
|
||||
Requires: hunspell
|
||||
@ -16,10 +14,10 @@ Requires: hunspell
|
||||
Arabic (Egypt, Algeria, etc.) hunspell dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}_%{upstreamid}
|
||||
%setup -q -c
|
||||
|
||||
%build
|
||||
# nothing to build
|
||||
chmod -x *
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
@ -35,10 +33,13 @@ done
|
||||
popd
|
||||
|
||||
%files
|
||||
%doc AUTHORS ChangeLog-ar COPYING README-ar THANKS
|
||||
%doc AUTHORS ChangeLog-ar COPYING README-* THANKS
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 13 2014 Caolán McNamara <caolanm@redhat.com> - 3.2-1
|
||||
- latest version
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20080110-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
@ -60,14 +61,14 @@ popd
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20080110-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Wed May 06 2009 Caolan McNamara <caolanm@redhat.com> - 0.20080110-3
|
||||
* Wed May 06 2009 Caolán McNamara <caolanm@redhat.com> - 0.20080110-3
|
||||
- extend aliases
|
||||
|
||||
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20080110-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Thu Apr 28 2008 Caolan McNamara <caolanm@redhat.com> - 0.20080110-1
|
||||
* Mon Apr 28 2008 Caolán McNamara <caolanm@redhat.com> - 0.20080110-1
|
||||
- use the much lighter ayaspell data instead of Buckwalter
|
||||
|
||||
* Wed Jun 06 2007 Caolan McNamara <caolanm@redhat.com> - 0.20060208-1
|
||||
* Wed Jun 06 2007 Caolán McNamara <caolanm@redhat.com> - 0.20060208-1
|
||||
- initial version
|
||||
|
Loading…
Reference in New Issue
Block a user