hunspell-ro/hunspell-ro.spec

44 lines
1.1 KiB
RPMSpec
Raw Normal View History

2008-09-24 09:47:33 +00:00
Name: hunspell-ro
Summary: Romanian hunspell dictionaries
Version: 3.2
Release: 3%{?dist}
2008-09-24 09:47:33 +00:00
Source0: http://downloads.sourceforge.net/rospell/%{name}.%{version}.tar.gz
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 -n %{name}.%{version}
%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 README COPYING.GPL COPYING.LGPL COPYING.MPL
%{_datadir}/myspell/*
%changelog
* 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