50 lines
1.3 KiB
RPMSpec
50 lines
1.3 KiB
RPMSpec
Name: hunspell-ro
|
|
Summary: Romanian hunspell dictionaries
|
|
Version: 3.3.4
|
|
Release: 1%{?dist}
|
|
Source: http://downloads.sourceforge.net/rospell/ro_RO.%{version}.zip
|
|
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
|
|
%setup -q -c
|
|
|
|
%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,-)
|
|
%doc COPYING.GPL COPYING.LGPL COPYING.MPL README_ro_RO.txt
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Tue May 11 2010 Caolan McNamara <caolanm@redhat.com> - 3.3.4-1
|
|
- latest version
|
|
|
|
* 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
|
|
|
|
* Sat Sep 20 2006 Caolan McNamara <caolanm@redhat.com> - 3.2-1
|
|
- initial version
|