]> git.pld-linux.org Git - packages/aspell-da.git/blame - aspell-da.spec
- updated to 1.6.36[-11-0]
[packages/aspell-da.git] / aspell-da.spec
CommitLineData
29290990 1Summary: Danish dictionary for aspell
4ed5a3d5
ER
2Summary(da.UTF-8): Den store danske ordliste
3Summary(pl.UTF-8): Duński słownik dla aspella
29290990 4Name: aspell-da
3e05c3d0
JB
5Version: 1.6.36
6%define subv 11-0
3181438d 7Release: 1
112c9f97 8Epoch: 1
c777b220 9License: GPL v2+
29290990 10Group: Applications/Text
3e05c3d0
JB
11Source0: https://ftp.gnu.org/gnu/aspell/dict/da/aspell6-da-%{version}-%{subv}.tar.bz2
12# Source0-md5: a3981f71bca43b5533897ba1dfe8b154
13URL: http://aspell.net/
14BuildRequires: aspell >= 2:0.60.0
15Requires: aspell >= 2:0.60.0
29290990
JB
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19Danish dictionary (i.e. word list) for aspell.
20
e4c75e02 21%description -l da.UTF-8
c777b220
JB
22Den store danske ordliste.
23
e4c75e02
JR
24%description -l pl.UTF-8
25Duński słownik (lista słów) dla aspella.
29290990
JB
26
27%prep
3e05c3d0
JB
28%setup -q -n aspell6-da-%{version}-%{subv}
29
30gunzip doc/contributors.gz
29290990
JB
31
32%build
33# note: configure is not autoconf-generated
34./configure
35
36%{__make}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40
41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT
43
29290990
JB
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(644,root,root,755)
3e05c3d0
JB
49%doc Copyright doc/{README,contributors}
50%{_libdir}/aspell/da.multi
51%{_libdir}/aspell/da.rws
52%{_libdir}/aspell/danish.alias
53%{_libdir}/aspell/dansk.alias
54%{_datadir}/aspell/da.dat
55%{_datadir}/aspell/da_phonet.dat
This page took 0.051413 seconds and 4 git commands to generate.