Resolves: rhbz#544647 latest version
This commit is contained in:
parent
2e2a70b573
commit
3f7f381f63
@ -2,7 +2,7 @@ Name: hunspell-ro
|
||||
Summary: Romanian hunspell dictionaries
|
||||
Version: 3.3
|
||||
Release: 1%{?dist}
|
||||
Source: http://downloads.sourceforge.net/rospell/ro_RO.%{version}.zip
|
||||
Source: 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)
|
||||
@ -15,7 +15,7 @@ Requires: hunspell
|
||||
Romanian hunspell dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -c
|
||||
%setup -q -n %{name}.%{version}
|
||||
|
||||
%build
|
||||
|
||||
@ -29,7 +29,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README_ro_RO.txt COPYING.GPL COPYING.LGPL COPYING.MPL
|
||||
%doc README COPYING.GPL COPYING.LGPL COPYING.MPL
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
|
||||
Loading…
Reference in New Issue
Block a user