hunspell-ro/hunspell-ro.spec

50 lines
1.3 KiB
RPMSpec
Raw Normal View History

2008-09-24 09:47:33 +00:00
Name: hunspell-ro
Summary: Romanian hunspell dictionaries
2010-05-11 13:26:28 +00:00
Version: 3.3.4
2009-11-16 14:48:16 +00:00
Release: 1%{?dist}
2010-05-11 13:26:28 +00:00
Source: http://downloads.sourceforge.net/rospell/ro_RO.%{version}.zip
2008-09-24 09:47:33 +00:00
Group: Applications/Text
URL: http://rospell.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: GPLv2+ or LGPLv2+ or MPLv1.1
BuildArch: noarch
Requires: hunspell
%description
Romanian hunspell dictionaries.
%prep
2010-05-11 13:26:28 +00:00
%setup -q -c
2008-09-24 09:47:33 +00:00
%build
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p ro_RO.* $RPM_BUILD_ROOT/%{_datadir}/myspell
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
2010-05-11 13:26:28 +00:00
%doc COPYING.GPL COPYING.LGPL COPYING.MPL README_ro_RO.txt
2008-09-24 09:47:33 +00:00
%{_datadir}/myspell/*
%changelog
2010-05-11 13:26:28 +00:00
* Tue May 11 2010 Caolan McNamara <caolanm@redhat.com> - 3.3.4-1
- latest version
2009-11-16 14:48:16 +00:00
* Mon Nov 16 2009 Caolan McNamara <caolanm@redhat.com> - 3.3-1
- latest version
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2008-09-24 09:47:33 +00:00
* Sat Sep 20 2006 Caolan McNamara <caolanm@redhat.com> - 3.2-1
- initial version