]> git.pld-linux.org Git - packages/aspell-pl.git/blame - aspell-pl.spec
- tabs in preamble
[packages/aspell-pl.git] / aspell-pl.spec
CommitLineData
169948c7 1Summary: Polish dictionary for aspell
6a3ed0da 2Summary(pl.UTF-8): Polski słownik dla aspella
169948c7 3Name: aspell-pl
5c0ec161
MK
4Version: 0.51
5%define subv 0
6Release: 1
f3a56460 7Epoch: 1
b016546f 8License: GPL (unknown)
169948c7 9Group: Applications/Text
b688fcc7 10Source0: ftp://ftp.gnu.org/gnu/aspell/dict/pl/%{name}-%{version}-%{subv}.tar.bz2
5c0ec161 11# Source0-md5: 5435be1c9c39326a02e2798d8b4d257b
f9ba365f 12URL: http://aspell.net/
82b04174
JB
13BuildRequires: aspell >= 2:0.50.0
14Requires: aspell >= 2:0.50.0
f656afca 15Obsoletes: aspell-pl-alt
169948c7
JB
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19Polish dictionary (i.e. word list) for aspell.
20
228ea680
JR
21%description -l pl.UTF-8
22Polski słownik (lista słów) dla aspella.
169948c7
JB
23
24%prep
25%setup -q -n %{name}-%{version}-%{subv}
26
27%build
28# note: configure is not autoconf-generated
29./configure
30
31%{__make}
32
33%install
34rm -rf $RPM_BUILD_ROOT
35
36%{__make} install \
37 DESTDIR=$RPM_BUILD_ROOT
38
169948c7
JB
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
74fdfd76 44%doc README Copyright
169948c7
JB
45%{_libdir}/aspell/*
46%{_datadir}/aspell/*
This page took 0.076223 seconds and 4 git commands to generate.