]> git.pld-linux.org Git - packages/ooodi.git/blob - ooodi.spec
e2fdb805170e3ace4d9db15350e8551a8a81bb9b
[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.65
5 Release:        0.1
6 License:        GPL
7 Group:          Office
8 URL:            http://ooodi.sourceforge.net/
9 Source0:        OOodi2-%{version}.tar.gz
10 Source1:        ru.po
11 Patch0:         configure.patch
12 BuildRequires:  XFree86-libs
13 BuildRequires:  curl-devel
14 BuildRequires:  fontconfig
15 BuildRequires:  freetype2
16 BuildRequires:  glib2-devel
17 BuildRequires:  libatk-devel
18 BuildRequires:  libexpat
19 BuildRequires:  libgtk+2-devel
20 BuildRequires:  libpango-devel
21 BuildRequires:  libpopt-devel
22 BuildRequires:  openssl-devel
23 BuildRequires:  pkgconfig
24 BuildRequires:  rootfiles
25 BuildRequires:  zlib-devel
26 Requires:       unzip
27 Obsoletes:      openoffice-dictinstall
28
29 %description
30 The Dictionary Installer attempts to download additional spelling and
31 hyphenation dictionaries from <http://dict.progbits.com> and installs
32 them.
33
34 %description -l ru_RU.UTF-8
35 Программа для установки словарей OpenOffice.org может скачивать и
36 подключать дополнительные словари проверки правописания и расстановки
37 переносов с сервера <http://dict.progbits.com>.
38
39 %prep
40 %setup -q -n OOodi2-%version
41 cp %{SOURCE1} po
42 %patch0
43
44 %build
45 %configure
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %find_lang OOodi2
54
55 %files -f OOodi2.lang
56 %defattr(644,root,root,755)
57 %doc README
58 %attr(755,root,root) %{_bindir}/OOodi
59 %{_datadir}/OOodi2
This page took 0.040402 seconds and 2 git commands to generate.