hunspell-cop/hunspell-cop.spec
Caolan McNamara cc8bab79f7 tidy spec
2009-07-11 16:14:15 +00:00

50 lines
1.1 KiB
RPMSpec

Name: hunspell-cop
Summary: Coptic hunspell dictionaries
Version: 0.2.0
Release: 3%{?dist}
Group: Applications/Text
Source: http://extensions.services.openoffice.org/files/793/1/dictionaries-cop.oxt
URL: http://www.moheb.de/coptic_oo.html
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: GPLv3+
BuildArch: noarch
BuildRequires: hunspell-devel
Requires: hunspell
%description
Coptic hunspell dictionaries.
%prep
%setup -q -c
%build
for i in README.txt; do
tr -d '\r' < $i > $i.new
touch -r $i $i.new
mv -f $i.new $i
done
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p cop_EG.* $RPM_BUILD_ROOT/%{_datadir}/myspell
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc README.txt license-gpl.txt
%{_datadir}/myspell/*
%changelog
* Sat Jul 11 2009 Caolan McNamara <caolanm@redhat.com> - 0.2.0-3
- 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
* Thu Oct 30 2008 Caolan McNamara <caolanm@redhat.com> - 0.2.0-1
- initial version