]> git.pld-linux.org Git - packages/gossip.git/blob - gossip.spec
- rel 2
[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.9
5 Release:        2
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gossip/0.9/%{name}-%{version}.tar.bz2
9 # Source0-md5:  af017e1652a96009d30eeeead2dd4ef9
10 Patch0:         %{name}-desktop.patch
11 URL:            http://gossip.imendio.org/
12 BuildRequires:  aspell-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gnome-common >= 2.8.0
16 BuildRequires:  gnutls-devel >= 1.2.5
17 BuildRequires:  gtk+2-devel >= 1:2.6.0
18 BuildRequires:  intltool >= 0.23
19 BuildRequires:  libglade2-devel >= 2.0.0
20 BuildRequires:  libgnomeui-devel >= 2.3.3.1-2
21 BuildRequires:  libtool
22 BuildRequires:  libxml2-devel >= 1:2.6.19
23 BuildRequires:  loudmouth-devel >= 1.0
24 BuildRequires:  rpmbuild(macros) >= 1.197
25 Requires(post,preun):   GConf2
26 Requires(post,postun):  scrollkeeper
27 Requires:       loudmouth >= 1.0
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 Gossip aims at making Instant Messaging with Jabber as easy as
32 possible.
33
34 %description -l pl
35 Celem Gossipa jest komunikowanie siê przy pomocy Jabbera najpro¶ciej
36 jak to tylko mo¿liwe.
37
38 %prep
39 %setup -q
40 %patch0 -p1
41
42 %build
43 %{__glib_gettextize}
44 %{__libtoolize}
45 %{__intltoolize}
46 %{__aclocal}
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 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no      
60
61 %find_lang %{name} --with-gnome --all-name
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %post
67 %gconf_schema_install gossip.schemas
68 %scrollkeeper_update_post
69
70 %preun
71 %gconf_schema_uninstall gossip.schemas
72
73 %postun
74 %scrollkeeper_update_postun
75
76 %files -f %{name}.lang
77 %defattr(644,root,root,755)
78 %doc AUTHORS CONTRIBUTORS ChangeLog NEWS README TODO
79 %attr(755,root,root) %{_bindir}/*
80 %{_datadir}/%{name}
81 %{_datadir}/sounds/gossip
82 %{_desktopdir}/*.desktop
83 %{_pixmapsdir}/gossip.png
84 %{_sysconfdir}/gconf/schemas/gossip.schemas
85 %{_sysconfdir}/sound/events/*
This page took 0.0352 seconds and 3 git commands to generate.