45 lines
1009 B
RPMSpec
45 lines
1009 B
RPMSpec
Name: hunspell-pl
|
|
Summary: Polish hunspell dictionaries
|
|
%define upstreamid 20070701
|
|
Version: 0.%{upstreamid}
|
|
Release: 1%{?dist}
|
|
Source: http://www.kurnik.pl/dictionary/alt-myspell-pl-%{upstreamid}.tar.bz2
|
|
Group: Applications/Text
|
|
URL: http://www.kurnik.pl/dictionary/
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
License: LGPL
|
|
BuildArch: noarch
|
|
|
|
Requires: hunspell
|
|
|
|
%description
|
|
Polish hunspell dictionaries.
|
|
|
|
%prep
|
|
%setup -q -n alt-myspell-pl-%{upstreamid}
|
|
|
|
%build
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc README_pl_PL.txt
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Sun Jul 01 2007 Caolan McNamara <caolanm@redhat.com> - 0.20070701-1
|
|
- latest version
|
|
|
|
* Fri Jun 29 2007 Caolan McNamara <caolanm@redhat.com> - 0.20070629-1
|
|
- latest version
|
|
|
|
* Fri Jun 22 2007 Caolan McNamara <caolanm@redhat.com> - 0.20070622-1
|
|
- latest version
|