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_20080110.tar.gz
|
||||||
|
/hunspell-ar_3.2.zip
|
||||||
|
@ -1,13 +1,11 @@
|
|||||||
%global upstreamid 20080110
|
|
||||||
|
|
||||||
Summary: Arabic hunspell dictionaries
|
Summary: Arabic hunspell dictionaries
|
||||||
Name: hunspell-ar
|
Name: hunspell-ar
|
||||||
Version: 0.%{upstreamid}
|
Version: 3.2
|
||||||
Release: 10%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2 or LGPLv2 or MPLv1.1
|
License: GPLv2 or LGPLv2 or MPLv1.1
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
URL: http://ayaspell.sourceforge.net/
|
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
|
BuildArch: noarch
|
||||||
Requires: hunspell
|
Requires: hunspell
|
||||||
@ -16,10 +14,10 @@ Requires: hunspell
|
|||||||
Arabic (Egypt, Algeria, etc.) hunspell dictionaries.
|
Arabic (Egypt, Algeria, etc.) hunspell dictionaries.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}_%{upstreamid}
|
%setup -q -c
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# nothing to build
|
chmod -x *
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
@ -35,10 +33,13 @@ done
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS ChangeLog-ar COPYING README-ar THANKS
|
%doc AUTHORS ChangeLog-ar COPYING README-* THANKS
|
||||||
%{_datadir}/myspell/*
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- 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
|
* 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
|
- 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
|
- extend aliases
|
||||||
|
|
||||||
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20080110-2
|
* 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
|
- 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
|
- 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
|
- initial version
|
||||||
|
Loading…
Reference in New Issue
Block a user