]> git.pld-linux.org Git - packages/ooodi.git/blob - ooodi.spec
- up to 0.68, pldize deps
[packages/ooodi.git] / ooodi.spec
1 Summary:        A dictionary installer for OpenOffice.org
2 Summary (ru_RU.UTF-8):  Программа для установки дополнительных словарей OpenOffice.org
3 Name:           ooodi
4 Version:        0.68
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 URL:            http://ooodi.sourceforge.net/
9 Source0:        http://downloads.sourceforge.net/ooodi/OOodi2-%{version}.tar.gz
10 # Source0-md5:  47adb912d678a107370c5d1814d6e5fa
11 BuildRequires:  atk-devel
12 BuildRequires:  curl-devel
13 BuildRequires:  expat-devel
14 BuildRequires:  fontconfig
15 BuildRequires:  freetype-devel
16 BuildRequires:  glib2-devel
17 BuildRequires:  gtk+2-devel
18 BuildRequires:  openssl-devel
19 BuildRequires:  pango-devel
20 BuildRequires:  pkgconfig
21 BuildRequires:  popt-devel
22 BuildRequires:  xorg-lib-libX11-devel
23 BuildRequires:  zlib-devel
24 Requires:       unzip
25 Obsoletes:      openoffice-dictinstall
26
27 %description
28 The Dictionary Installer attempts to download additional spelling and
29 hyphenation dictionaries from <http://dict.progbits.com> and installs
30 them.
31
32 %description -l ru_RU.UTF-8
33 Программа для установки словарей OpenOffice.org может скачивать и
34 подключать дополнительные словари проверки правописания и расстановки
35 переносов с сервера <http://dict.progbits.com>.
36
37 %prep
38 %setup -q -n OOodi2-%{version}
39
40 %build
41 %configure
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 # one executable is enough
50 %{__rm} $RPM_BUILD_ROOT%{_bindir}/OOodi
51
52 %find_lang OOodi2
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files -f OOodi2.lang
58 %defattr(644,root,root,755)
59 %doc README
60 %attr(755,root,root) %{_bindir}/ooodi
61 %{_datadir}/OOodi2
This page took 0.158675 seconds and 4 git commands to generate.