hunspell-gd/hunspell-gd.spec

59 lines
1.7 KiB
RPMSpec
Raw Normal View History

2008-03-27 15:16:30 +00:00
Name: hunspell-gd
Summary: Scots Gaelic hunspell dictionaries
2011-06-29 13:22:41 +00:00
Version: 1.3
2011-04-02 14:02:56 +00:00
Release: 1%{?dist}
2011-06-29 13:22:41 +00:00
Source: http://extensions.services.openoffice.org/e-files/4587/3/hunspell-gd-1.3.oxt
2008-03-27 15:16:30 +00:00
Group: Applications/Text
2011-04-02 14:02:56 +00:00
URL: http://extensions.services.openoffice.org/en/project/faclair-afb
2008-03-27 15:16:30 +00:00
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
2011-04-02 14:02:56 +00:00
License: GPLv3+
2008-03-27 15:16:30 +00:00
BuildArch: noarch
Requires: hunspell
%description
Scots Gaelic hunspell dictionaries.
%prep
2009-06-15 22:06:18 +00:00
%setup -q -c hunspell-gd-%{version}
2008-03-27 15:16:30 +00:00
%build
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
2011-04-02 14:02:56 +00:00
cp -p dictionaries/gd_GB.dic dictionaries/gd_GB.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
2008-03-27 15:16:30 +00:00
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
2011-04-02 14:02:56 +00:00
%doc dictionaries/README_gd_GB.txt LICENSES-en.txt
2008-03-27 15:16:30 +00:00
%{_datadir}/myspell/*
%changelog
2011-06-29 13:22:41 +00:00
* Wed Jun 29 2011 Caolán McNamara <caolanm@redhat.com> - 1.3-1
- latest version
2011-04-02 14:02:56 +00:00
* Sat Apr 02 2011 Caolán McNamara <caolanm@redhat.com> - 1.2-1
- latest version
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-0.4.rc.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-0.3.rc.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2011-04-02 14:02:56 +00:00
* Sat Jul 11 2009 Caolán McNamara <caolanm@redhat.com> - 1.0.0-0.2.rc.1
2009-07-11 16:40:10 +00:00
- tidy spec
2011-04-02 14:02:56 +00:00
* Mon Jun 15 2009 Caolán McNamara <caolanm@redhat.com> - 1.0.0-0.1.rc.1
2009-06-15 22:06:18 +00:00
- latest version
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2011-04-02 14:02:56 +00:00
* Thu Mar 27 2008 Caolán McNamara <caolanm@redhat.com> - 0.1.1-1
2008-03-27 15:16:30 +00:00
- initial version