]> git.pld-linux.org Git - SPECS.git/blob - gnome-spell.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / gnome-spell.spec
1 Summary:        GNOME Spell is GNOME/Bonobo component for spell checking
2 Summary(pl.UTF-8):      GNOME Spell to element GNOME/Bonobo do kontroli pisowni
3 Name:           gnome-spell
4 Version:        1.0.8
5 Release:        4
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/gnome-spell/1.0/%{name}-%{version}.tar.bz2
9 # Source0-md5:  6ccc46b4e3dc7cb1c6d413358e35d445
10 BuildRequires:  ORBit2-devel
11 BuildRequires:  aspell
12 BuildRequires:  aspell-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gettext-tools
16 BuildRequires:  gnome-common
17 BuildRequires:  intltool
18 BuildRequires:  libglade2-devel >= 2.0.1
19 BuildRequires:  libgnomeui-devel
20 BuildRequires:  libtool
21 BuildRequires:  pkgconfig
22 # sr@Latn vs. sr@latin
23 Conflicts:      glibc-misc < 6:2.7
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 GNOME Spell is GNOME/Bonobo component for spell checking. In current
28 version it contains GNOME::Spell::Dictionary object, which provides
29 spell checking dictionary (see Spell.idl for exact API definition).
30 It's based on pspell package.
31
32 %description -l pl.UTF-8
33 GNOME Spell to element GNOME/Bonobo do kontroli pisowni. W tej wersji
34 zawiera obiekt GNOME::Spell::Dictionary, udostępniający słownik do
35 sprawdzania pisowni (definicja API w Spell.idl). Bazuje na pakiecie
36 pspell.
37
38 %package devel
39 Summary:        Development resources for gnome-spell
40 Summary(pl.UTF-8):      Zasoby dla programistów gnome-spell
41 Group:          X11/Development/Libraries
42 Requires:       %{name} = %{version}-%{release}
43
44 %description devel
45 Development resources for gnome-spell.
46
47 %description devel -l pl.UTF-8
48 Zasoby dla programistów gnome-spell.
49
50 %prep
51 %setup -q
52
53 %build
54 %{__libtoolize}
55 %{__aclocal}
56 %{__autoconf}
57 %{__automake}
58 %configure \
59         --disable-static
60 %{__make}
61
62 %install
63 rm -rf $RPM_BUILD_ROOT
64
65 %{__make} install \
66         DESTDIR=$RPM_BUILD_ROOT \
67         iconsdir=%{_pixmapsdir}
68
69 [ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
70         mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
71 %find_lang %{name}-%{version}
72
73 %clean
74 rm -rf $RPM_BUILD_ROOT
75
76 %files -f %{name}-%{version}.lang
77 %defattr(644,root,root,755)
78 %dir %{_libdir}/%{name}
79 %attr(755,root,root) %{_libdir}/%{name}/libgnome-spell-component*.*.so
80 %{_libdir}/bonobo/servers/*
81 %{_datadir}/%{name}-%{version}
82 %{_pixmapsdir}/*.png
83
84 %files devel
85 %defattr(644,root,root,755)
86 %doc README ChangeLog NEWS AUTHORS
87 %{_libdir}/%{name}/libgnome-spell-component.so
88 %{_libdir}/%{name}/lib*.la
89 %{_datadir}/idl/*
This page took 0.591053 seconds and 3 git commands to generate.