]> git.pld-linux.org Git - packages/gossip.git/blob - gossip.spec
- 0.11, updated BR, configure options and file list
[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.11
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gossip/0.11/%{name}-%{version}.tar.bz2
9 # Source0-md5:  4b2720f96df77e9c35f5eb7abbb10dab
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.8.0
17 BuildRequires:  gnome-doc-utils
18 BuildRequires:  gnutls-devel >= 1.2.5
19 BuildRequires:  gtk+2-devel >= 2:2.8.0
20 BuildRequires:  intltool >= 0.23
21 BuildRequires:  iso-codes
22 BuildRequires:  libgalago-devel
23 BuildRequires:  libglade2-devel >= 2.0.0
24 BuildRequires:  libgnomeui-devel >= 2.3.3.1-2
25 BuildRequires:  libnotify-devel >= 0.3.2
26 BuildRequires:  libtool
27 BuildRequires:  libxml2-devel >= 1:2.6.19
28 BuildRequires:  loudmouth-devel >= 1.0
29 BuildRequires:  rpmbuild(macros) >= 1.197
30 BuildRequires:  xorg-lib-libXScrnSaver-devel
31 Requires(post,postun):  scrollkeeper
32 Requires(post,preun):   GConf2
33 Requires:       hicolor-icon-theme
34 Requires:       loudmouth >= 1.0
35 Obsoletes:      gnome-jabber
36 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38 %description
39 Gossip aims at making Instant Messaging with Jabber as easy as
40 possible.
41
42 %description -l pl
43 Celem Gossipa jest komunikowanie siê przy pomocy Jabbera najpro¶ciej
44 jak to tylko mo¿liwe.
45
46 %prep
47 %setup -q
48 %patch0 -p1
49
50 %build
51 %{__glib_gettextize}
52 %{__libtoolize}
53 %{__intltoolize}
54 %{__aclocal}
55 %{__autoheader}
56 %{__automake}
57 %{__autoconf}
58 %configure \
59         --disable-schemas-install \
60         --disable-scrollkeeper \
61         --enable-libnotify \
62         --enable-dbus \
63         --with-galago
64 %{__make}
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68
69 %{__make} install \
70         DESTDIR=$RPM_BUILD_ROOT \
71         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
72
73 %find_lang %{name} --with-gnome --all-name
74
75 %clean
76 rm -rf $RPM_BUILD_ROOT
77
78 %post
79 %gconf_schema_install gossip.schemas
80 %scrollkeeper_update_post
81
82 %preun
83 %gconf_schema_uninstall gossip.schemas
84
85 %postun
86 %scrollkeeper_update_postun
87
88 %files -f %{name}.lang
89 %defattr(644,root,root,755)
90 %doc AUTHORS CONTRIBUTORS ChangeLog NEWS README TODO
91 %attr(755,root,root) %{_bindir}/*
92 %{_datadir}/%{name}
93 %{_datadir}/sounds/gossip
94 %{_desktopdir}/*.desktop
95 %{_iconsdir}/hicolor/*/apps/*
96 %{_omf_dest_dir}/%{name}
97 %{_sysconfdir}/gconf/schemas/gossip.schemas
98 %{_sysconfdir}/sound/events/*
This page took 0.051828 seconds and 3 git commands to generate.