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