]> git.pld-linux.org Git - packages/gossip.git/blob - gossip.spec
- version 0.5
[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.5
13 Release:        1
14 License:        GPL
15 Group:          Applications/Communications
16 Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.5/%{name}-%{version}.tar.bz2
17 # Source0-md5:  d604a5fc5d1eb87729de9f8fb388a1f2
18 URL:            http://www.imendio.com/projects/gossip/
19 BuildRequires:  gtk+2-devel >= 2.0.4
20 BuildRequires:  intltool >= 0.23
21 BuildRequires:  libglade2-devel >= 2.0.0
22 BuildRequires:  libgnomeui-devel >= 2.3.3.1-2
23 BuildRequires:  libxml2-devel
24 BuildRequires:  loudmouth-devel >= 0.12
25 BuildRequires:  openssl-devel >= 0.9.7
26 BuildRequires:  gnome-common
27 Requires(post): GConf2 >= 2.3.0
28 Requires(post): scrollkeeper
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 Gossip aims at making Instant Messaging with Jabber as easy as
33 possible.
34
35 %description -l pl
36 Celem Gossipa jest komunikowanie siê przy pomocy Jabbera najpro¶ciej
37 jak to tylko mo¿liwe.
38
39 %prep
40 %setup -q
41
42 %build
43 glib-gettextize --copy --force
44 %{__libtoolize}
45 intltoolize --copy --force
46 %{__aclocal} -I %{_aclocaldir}/gnome2-macros
47 %{__autoheader}
48 %{__automake}
49 %{__autoconf}
50 %configure
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT \
57         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
58
59 %find_lang %{name} --with-gnome --all-name
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %post
65 %gconf_schema_install
66 /usr/bin/scrollkeeper-update
67
68 %postun -p /usr/bin/scrollkeeper-update
69
70 %files -f %{name}.lang
71 %defattr(644,root,root,755)
72 %doc AUTHORS ChangeLog README
73 %config %{_sysconfdir}/gconf/schemas/*
74 %attr(755,root,root) %{_bindir}/*
75 %{_datadir}/%{name}
76 %{_desktopdir}/*.desktop
This page took 0.463336 seconds and 3 git commands to generate.