]> git.pld-linux.org Git - packages/gossip.git/blob - gossip.spec
e0505c021d461cd20a6d77e630bec15a8ba52b83
[packages/gossip.git] / gossip.spec
1 # TODO:
2 # - maybe better descriptions
3 #
4 Summary:        Very easy to use GNOME Jabber client
5 Summary(pl):    Bardzo prosty w u¿yciu klient Jabbera dla GNOME
6 Name:           gossip
7 Version:        0.7.6
8 Release:        3
9 License:        GPL
10 Group:          Applications/Communications
11 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gossip/0.7/%{name}-%{version}.tar.bz2
12 # Source0-md5:  76f21e584fe8996ebd44cef2c6bf31c2
13 Patch0:         %{name}-desktop.patch
14 Patch1:         %{name}-locale_names.patch
15 Patch2:         %{name}-dbus.patch
16 URL:            http://gossip.imendio.org/
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 BuildRequires:  gnome-common
20 BuildRequires:  gnutls-devel >= 1.0.0
21 BuildRequires:  gtk+2-devel >= 2.0.4
22 BuildRequires:  intltool >= 0.23
23 BuildRequires:  libglade2-devel >= 2.0.0
24 BuildRequires:  libgnomeui-devel >= 2.3.3.1-2
25 BuildRequires:  libtool
26 BuildRequires:  libxml2-devel
27 BuildRequires:  libxslt-devel
28 BuildRequires:  loudmouth-devel >= 0.15.1
29 Requires(post): GConf2 >= 2.3.0
30 Requires(post): scrollkeeper
31 Requires:       dbus >= 0.22-3
32 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34 %description
35 Gossip aims at making Instant Messaging with Jabber as easy as
36 possible.
37
38 %description -l pl
39 Celem Gossipa jest komunikowanie siê przy pomocy Jabbera najpro¶ciej
40 jak to tylko mo¿liwe.
41
42 %prep
43 %setup -q
44 %patch0 -p1
45 %patch1 -p1
46 %patch2 -p0
47
48 mv -f po/{no,nb}.po
49
50 %build
51 glib-gettextize --copy --force
52 %{__libtoolize}
53 intltoolize --copy --force
54 %{__aclocal} -I %{_aclocaldir}/gnome2-macros
55 %{__autoheader}
56 %{__automake}
57 %{__autoconf}
58 %configure
59
60 %install
61 rm -rf $RPM_BUILD_ROOT
62
63 %{__make} install \
64         DESTDIR=$RPM_BUILD_ROOT \
65         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
66         
67 %find_lang %{name} --with-gnome --all-name
68
69 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %post
73 %gconf_schema_install
74 /usr/bin/scrollkeeper-update
75
76 %postun -p /usr/bin/scrollkeeper-update
77
78 %files -f %{name}.lang
79 %defattr(644,root,root,755)
80 %doc AUTHORS ChangeLog README
81 %{_sysconfdir}/gconf/schemas/*
82 %attr(755,root,root) %{_bindir}/*
83 %{_datadir}/%{name}
84 %{_desktopdir}/*.desktop
85 %{_pixmapsdir}/gossip.png
This page took 0.094058 seconds and 2 git commands to generate.