17364e8
%define aspellversion 6
149ef14
%define lang sk
149ef14
%define langrelease 0
17364e8
%define aspellname aspell%{aspellversion}-%{lang}
149ef14
149ef14
Name:           aspell-%{lang}
17364e8
Version:        2.00
149ef14
Release:        3%{?dist}
149ef14
Summary:        Slovak dictionaries for Aspell
149ef14
149ef14
Group:          Applications/Text
17364e8
License:        GPLv2 or LGPLv2 or MPLv1.1
17364e8
URL:            http://sk-spell.sk.cx/aspell-sk
17364e8
Source0:        http://www.sk-spell.sk.cx/files/%{aspellname}-%{version}-%{langrelease}.tar.bz2
149ef14
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
149ef14
149ef14
BuildRequires:  aspell >= 12:0.60
149ef14
Requires:       aspell >= 12:0.60
149ef14
149ef14
%define debug_package %{nil}                                                    
149ef14
149ef14
%description
149ef14
Provides the word list/dictionaries for the following: Slovak
149ef14
149ef14
149ef14
%prep
17364e8
%setup -q -n %{aspellname}-%{version}-%{langrelease}
149ef14
149ef14
149ef14
%build
149ef14
sh configure
149ef14
make %{?_smp_mflags}
149ef14
149ef14
149ef14
%install
149ef14
rm -rf $RPM_BUILD_ROOT
149ef14
make install DESTDIR=$RPM_BUILD_ROOT
149ef14
149ef14
149ef14
%clean
149ef14
rm -rf $RPM_BUILD_ROOT
149ef14
149ef14
149ef14
%files
149ef14
%defattr(-,root,root,-)
17364e8
%doc doc/* Copyright README
149ef14
%{_libdir}/aspell-*/*
149ef14
149ef14
149ef14
%changelog
17364e8
* Thu Nov 1 2007 Jan ONDREJ (SAL) <ondrejj(at)salstar.sk> - 2.00-3
17364e8
- update upstream
17364e8
- updated license to upstream
17364e8
- inspired by aspell-en (used aspellversion macro)
17364e8
149ef14
* Thu Sep 06 2007 Jan ONDREJ (SAL) <ondrejj(at)salstar.sk> - 0.52-3
149ef14
- changed requirement to aspell >= 12:0.60 because of there worldlist
149ef14
  incompatibility
149ef14
- debug_package set to nil to prevent empty debuginfo package
149ef14
- configure is called with sh interpreter to prevent rpmlint errors
149ef14
149ef14
* Thu Sep 06 2007 Jan ONDREJ (SAL) <ondrejj(at)salstar.sk> - 0.52-2
149ef14
- added macros to Source tag
149ef14
- cleanups
149ef14
149ef14
* Sun Aug 26 2007 Jan ONDREJ (SAL) <ondrejj(at)salstar.sk> - 0.52-1
149ef14
- initial release
149ef14
- configure rename to reconfigure to skip rpmlint errors