]> git.pld-linux.org Git - packages/aspell-csb.git/blame - aspell-csb.spec
- converted to UTF-8
[packages/aspell-csb.git] / aspell-csb.spec
CommitLineData
a3b3825f 1Summary: Kashubian dictionary for aspell
fb48fcda 2Summary(pl.UTF-8): Słownik kaszubski dla aspella
a3b3825f
JB
3Name: aspell-csb
4Version: 0.02
5%define subv 0
6Release: 1
7License: GPL v2+
8Group: Applications/Text
9Source0: ftp://ftp.gnu.org/gnu/aspell/dict/csb/aspell6-csb-%{version}-%{subv}.tar.bz2
10# Source0-md5: 0d4b408076115b7516c68887a563be68
11URL: http://aspell.sourceforge.net/
12BuildRequires: aspell >= 3:0.60
13Requires: aspell >= 3:0.60
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Kashubian dictionary (i.e. word list) for aspell.
18
fb48fcda
JR
19%description -l pl.UTF-8
20Słownik kaszubski (lista słów) dla aspella.
a3b3825f
JB
21
22%prep
23%setup -q -n aspell6-csb-%{version}-%{subv}
24
25%build
26# note: configure is not autoconf-generated
27./configure
28
29%{__make}
30
31%install
32rm -rf $RPM_BUILD_ROOT
33
34%{__make} install \
35 DESTDIR=$RPM_BUILD_ROOT
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%doc Copyright README
43%{_libdir}/aspell/*
44%{_datadir}/aspell/*
This page took 0.079576 seconds and 4 git commands to generate.