hunspell-cop/hunspell-cop.spec

59 lines
1.5 KiB
RPMSpec
Raw Normal View History

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
Release: 2%{?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
* 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
* 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
* 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