]> git.pld-linux.org Git - packages/gossip.git/blob - gossip.spec
- 0.14
[packages/gossip.git] / gossip.spec
1 Summary:        Very easy to use GNOME Jabber client
2 Summary(pl):    Bardzo prosty w u¿yciu klient Jabbera dla GNOME
3 Name:           gossip
4 Version:        0.14
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gossip/0.14/%{name}-%{version}.tar.bz2
9 # Source0-md5:  426ed72f7c54b5291b16352c735be76b
10 Patch0:         %{name}-desktop.patch
11 URL:            http://gossip.imendio.org/
12 BuildRequires:  aspell-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  dbus-glib-devel
16 BuildRequires:  gnome-common >= 2.12.0
17 BuildRequires:  gnome-doc-utils
18 BuildRequires:  gnutls-devel >= 1.2.5
19 BuildRequires:  gtk+2-devel >= 2:2.10.1
20 BuildRequires:  intltool >= 0.35
21 BuildRequires:  iso-codes
22 BuildRequires:  libgalago-devel >= 0.5.1
23 BuildRequires:  libglade2-devel >= 1:2.6.0
24 BuildRequires:  libgnomeui-devel >= 2.15.90
25 BuildRequires:  libnotify-devel >= 0.4.2
26 BuildRequires:  libtool
27 BuildRequires:  libxml2-devel >= 1:2.6.26
28 BuildRequires:  loudmouth-devel >= 1.0.4
29 BuildRequires:  rpmbuild(macros) >= 1.311
30 BuildRequires:  xorg-lib-libXScrnSaver-devel
31 Requires(post,postun):  gtk+2 >= 2:2.10.1
32 Requires(post,postun):  scrollkeeper
33 Requires(post,preun):   GConf2 >= 2.14.0
34 Requires:       hicolor-icon-theme
35 Requires:       loudmouth >= 1.0.4
36 Obsoletes:      gnome-jabber
37 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
38
39 %description
40 Gossip aims at making Instant Messaging with Jabber as easy as
41 possible.
42
43 %description -l pl
44 Celem Gossipa jest komunikowanie siê przy pomocy Jabbera najpro¶ciej
45 jak to tylko mo¿liwe.
46
47 %prep
48 %setup -q
49 %patch0 -p1
50
51 %build
52 %{__glib_gettextize}
53 %{__libtoolize}
54 %{__intltoolize}
55 %{__aclocal}
56 %{__autoheader}
57 %{__automake}
58 %{__autoconf}
59 %configure \
60         --disable-schemas-install \
61         --disable-scrollkeeper \
62         --enable-aspell \
63         --enable-dbus \
64         --enable-galago \
65         --enable-libnotify
66 %{__make}
67
68 %install
69 rm -rf $RPM_BUILD_ROOT
70
71 %{__make} install \
72         DESTDIR=$RPM_BUILD_ROOT \
73         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
74
75 %find_lang %{name} --with-gnome --all-name
76
77 %clean
78 rm -rf $RPM_BUILD_ROOT
79
80 %post
81 %gconf_schema_install gossip.schemas
82 %scrollkeeper_update_post
83 %update_icon_cache hicolor
84
85 %preun
86 %gconf_schema_uninstall gossip.schemas
87
88 %postun
89 %scrollkeeper_update_postun
90 %update_icon_cache hicolor
91
92 %files -f %{name}.lang
93 %defattr(644,root,root,755)
94 %doc AUTHORS CONTRIBUTORS ChangeLog NEWS README TODO
95 %attr(755,root,root) %{_bindir}/*
96 %attr(755,root,root) %{_libdir}/*-applet
97 %{_libdir}/bonobo/servers/*
98 %{_datadir}/%{name}
99 %{_datadir}/sounds/gossip
100 %{_desktopdir}/*.desktop
101 %{_iconsdir}/hicolor/*/apps/*
102 %{_omf_dest_dir}/%{name}
103 %{_sysconfdir}/gconf/schemas/gossip.schemas
104 %{_sysconfdir}/sound/events/*
This page took 0.029385 seconds and 3 git commands to generate.