]> git.pld-linux.org Git - packages/gossip.git/blob - gossip.spec
- relase down - roster problems! (mainly groups deleting, doesn't recognize
[packages/gossip.git] / gossip.spec
1 # TODO:
2 # - maybe better descriptions
3 #
4 # NOTE:
5 # - patching the desktop file make no sense for a moment,
6 #   due to lack of pl translations (Summary fields are created
7 #   automagically)
8 #
9 Summary:        Very easy to use GNOME Jabber client
10 Summary(pl):    Bardzo prosty w u¿yciu klient Jabbera dla GNOME
11 Name:           gossip
12 Version:        0.6
13 Release:        0.1
14 License:        GPL
15 Group:          Applications/Communications
16 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gossip/0.6/%{name}-%{version}.tar.gz
17 # Source0-md5:  1381f709b1b31fcd3409587ae63f0dbe
18 URL:            http://www.imendio.com/projects/gossip/
19 BuildRequires:  autoconf
20 BuildRequires:  automake
21 BuildRequires:  gnome-common
22 BuildRequires:  gnutls-devel >= 0.9.95
23 BuildRequires:  gtk+2-devel >= 2.0.4
24 BuildRequires:  intltool >= 0.23
25 BuildRequires:  libglade2-devel >= 2.0.0
26 BuildRequires:  libgnomeui-devel >= 2.3.3.1-2
27 BuildRequires:  libtool
28 BuildRequires:  libxml2-devel
29 BuildRequires:  loudmouth-devel >= 0.14.1
30 Requires(post): GConf2 >= 2.3.0
31 Requires(post): scrollkeeper
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
45 %build
46 glib-gettextize --copy --force
47 %{__libtoolize}
48 intltoolize --copy --force
49 %{__aclocal} -I %{_aclocaldir}/gnome2-macros
50 %{__autoheader}
51 %{__automake}
52 %{__autoconf}
53 %configure
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57
58 %{__make} install \
59         DESTDIR=$RPM_BUILD_ROOT \
60         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
61
62 %find_lang %{name} --with-gnome --all-name
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %post
68 %gconf_schema_install
69 /usr/bin/scrollkeeper-update
70
71 %postun -p /usr/bin/scrollkeeper-update
72
73 %files -f %{name}.lang
74 %defattr(644,root,root,755)
75 %doc AUTHORS ChangeLog README
76 %{_sysconfdir}/gconf/schemas/*
77 %attr(755,root,root) %{_bindir}/*
78 %{_datadir}/%{name}
79 %{_desktopdir}/*.desktop
This page took 0.115323 seconds and 3 git commands to generate.