2008-11-10 22:52:16 +00:00
|
|
|
Name: hunspell-cop
|
|
|
|
Summary: Coptic hunspell dictionaries
|
2011-03-20 11:58:57 +00:00
|
|
|
Version: 0.3
|
2015-06-17 10:40:54 +00:00
|
|
|
Release: 7%{?dist}
|
2008-11-10 22:52:16 +00:00
|
|
|
Group: Applications/Text
|
2011-03-20 11:58:57 +00:00
|
|
|
Source: http://extensions.services.openoffice.org/e-files/793/2/dict-cop_EG_v03.oxt
|
2008-11-10 22:52:16 +00:00
|
|
|
URL: http://www.moheb.de/coptic_oo.html
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2008-11-10 22:56:16 +00:00
|
|
|
License: GPLv3+
|
2008-11-10 22:52:16 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: hunspell-devel
|
|
|
|
|
|
|
|
Requires: hunspell
|
|
|
|
|
|
|
|
%description
|
|
|
|
Coptic hunspell dictionaries.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -c
|
|
|
|
|
|
|
|
%build
|
2009-07-11 16:14:15 +00:00
|
|
|
for i in README.txt; do
|
|
|
|
tr -d '\r' < $i > $i.new
|
|
|
|
touch -r $i $i.new
|
|
|
|
mv -f $i.new $i
|
|
|
|
done
|
2008-11-10 22:52:16 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
2011-03-20 12:04:51 +00:00
|
|
|
cp -p cop_EG-Bohairic/cop_EG.* $RPM_BUILD_ROOT/%{_datadir}/myspell
|
2008-11-10 22:52:16 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc README.txt license-gpl.txt
|
|
|
|
%{_datadir}/myspell/*
|
|
|
|
|
|
|
|
%changelog
|
2015-06-17 10:40:54 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-06-07 20:41:56 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 18:08:55 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-14 01:21:02 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-19 13:26:20 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-13 05:06:08 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-03-20 11:58:57 +00:00
|
|
|
* Sun Mar 20 2011 Caolán McNamara <caolanm@redhat.com> - 0.3-1
|
2011-03-20 12:04:51 +00:00
|
|
|
- latest version
|
2011-03-20 11:58:57 +00:00
|
|
|
|
2009-07-25 02:22:32 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2011-03-20 11:58:57 +00:00
|
|
|
* Sat Jul 11 2009 Caolán McNamara <caolanm@redhat.com> - 0.2.0-3
|
2009-07-11 16:14:15 +00:00
|
|
|
- tidy spec
|
|
|
|
|
2009-02-25 04:32:16 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2011-03-20 11:58:57 +00:00
|
|
|
* Thu Oct 30 2008 Caolán McNamara <caolanm@redhat.com> - 0.2.0-1
|
2008-11-10 22:52:16 +00:00
|
|
|
- initial version
|