]> git.pld-linux.org Git - packages/aspell-ro.git/blob - aspell-ro.spec
- updated to 3.3-2
[packages/aspell-ro.git] / aspell-ro.spec
1 Summary:        Romanian dictionary for aspell
2 Summary(pl.UTF-8):      Rumuński słownik dla aspella
3 Name:           aspell-ro
4 Version:        3.3
5 %define subv    2
6 Release:        1
7 Epoch:          1
8 License:        GPL v2
9 Group:          Applications/Text
10 Source0:        http://ftp.gnu.org/gnu/aspell/dict/ro/aspell5-ro-%{version}-%{subv}.tar.bz2
11 # Source0-md5:  2d708c95fd7711efc61673c77f5f9d9e
12 URL:            http://rospell.sourceforge.net/
13 BuildRequires:  aspell >= 2:0.50.0
14 Requires:       aspell >= 2:0.50.0
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Romanian dictionary (i.e. word list) for aspell.
19
20 %description -l pl.UTF-8
21 Rumuński słownik (lista słów) dla aspella.
22
23 %prep
24 %setup -q -n aspell5-ro-%{version}-%{subv}
25
26 %build
27 # note: configure is not autoconf-generated
28 ./configure
29
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc README
44 %{_libdir}/aspell/ro-*.*
45 %{_libdir}/aspell/ro.*
46 %{_libdir}/aspell/romanian.alias
47 %{_libdir}/aspell/romanian-classic.alias
48 %{_datadir}/aspell/ro.dat
This page took 0.07262 seconds and 3 git commands to generate.