]> git.pld-linux.org Git - packages/empathy.git/blob - empathy.spec
- up to 2.30.3
[packages/empathy.git] / empathy.spec
1 Summary:        Very easy to use GNOME Telepathy client
2 Summary(pl.UTF-8):      Bardzo łatwy w użyciu klient Telepathy dla GNOME
3 Name:           empathy
4 Version:        2.30.3
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Communications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/empathy/2.30/%{name}-%{version}.tar.bz2
9 # Source0-md5:  d797f30219da87d4564fb92705626cd3
10 Patch0:         configure.patch
11 URL:            http://live.gnome.org/Empathy
12 BuildRequires:  GConf2-devel >= 2.26.0
13 BuildRequires:  NetworkManager-devel >= 0.7
14 BuildRequires:  autoconf >= 2.59
15 BuildRequires:  automake >= 1:1.9
16 #BuildRequires: check >= 0.9.4
17 #BuildRequires: clutter-gtk-devel >= 0.10.0
18 BuildRequires:  dbus-glib-devel >= 0.74
19 #BuildRequires: docbook-dtd412-xml
20 BuildRequires:  enchant-devel >= 1.2.0
21 BuildRequires:  evolution-data-server-devel >= 2.24.0
22 BuildRequires:  farsight2-devel
23 BuildRequires:  geoclue-devel >= 0.11
24 BuildRequires:  gettext-devel
25 BuildRequires:  gnome-common >= 2.24.0
26 BuildRequires:  gnome-doc-utils >= 0.18.0
27 #BuildRequires: gnome-panel-devel >= 2.24.0
28 BuildRequires:  gstreamer-devel
29 BuildRequires:  gstreamer-plugins-base-devel
30 BuildRequires:  gtk+2-devel >= 2:2.18.0
31 #BuildRequires: gtk-doc >= 1.3
32 BuildRequires:  gtk-webkit-devel >= 1.1.7
33 BuildRequires:  intltool >= 0.40.0
34 BuildRequires:  iso-codes >= 0.35
35 BuildRequires:  libcanberra-gtk-devel >= 0.4
36 BuildRequires:  libchamplain-devel >= 0.4
37 BuildRequires:  libgnome-keyring-devel
38 BuildRequires:  libnotify-devel >= 0.4.4
39 BuildRequires:  libtool
40 BuildRequires:  libunique-devel
41 BuildRequires:  libxml2-devel >= 1:2.6.28
42 BuildRequires:  nautilus-sendto-devel >= 2.28.1
43 BuildRequires:  pkgconfig
44 #BuildRequires: python-pygtk-devel
45 #BuildRequires: rpm-pythonprov
46 BuildRequires:  rpmbuild(find_lang) >= 1.23
47 BuildRequires:  rpmbuild(macros) >= 1.311
48 BuildRequires:  sed >= 4.0
49 BuildRequires:  telepathy-farsight-devel
50 BuildRequires:  telepathy-glib-devel >= 0.9.2
51 BuildRequires:  telepathy-logger-devel
52 #BuildRequires: telepathy-mission-control-devel >= 5.0
53 Requires(post,postun):  gtk+2 >= 2:2.12.0
54 Requires(post,postun):  hicolor-icon-theme
55 Requires(post,preun):   GConf2
56 Requires:       telepathy-mission-control
57 Suggests:       telepathy-butterfly
58 Suggests:       telepathy-gabble
59 Suggests:       telepathy-haze
60 Suggests:       telepathy-idle
61 Suggests:       telepathy-salut
62 Suggests:       telepathy-sofiasip
63 Obsoletes:      empathy-apidocs < 2.29.1
64 Obsoletes:      empathy-devel < 2.29.1
65 Obsoletes:      empathy-libs < 2.29.1
66 Obsoletes:      gnome-jabber
67 Obsoletes:      python-empathy < 2.29.1
68 # sr@Latn vs. sr@latin
69 Conflicts:      glibc-misc < 6:2.7
70 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
71
72 %description
73 Empathy aims at making Instant Messaging with Jabber as easy as
74 possible.
75
76 %description -l pl.UTF-8
77 Celem Empathy jest uczynienie komunikowania poprzez Jabbera tak łatwym
78 jak to tylko możliwe.
79
80 %package -n nautilus-sendto-empathy
81 Summary:        Empathy support for sending files in Nautilus
82 Summary(pl.UTF-8):      Wsparcie Empathy przy wysyłaniu plików z Nautilusa
83 Group:          X11/Applications
84 Requires:       %{name} = %{version}-%{release}
85 Requires:       nautilus-sendto >= 2.28.1
86
87 %description -n nautilus-sendto-empathy
88 Enables sending files from Nautilus to your Empathy contacts.
89
90 %description -n nautilus-sendto-empathy -l pl.UTF-8
91 Pozwala na przesyłanie z Nautilusa plików do kontaktów Empathy.
92
93 %prep
94 %setup -q
95 %patch0 -p1
96
97 rm po/en@shaw.po
98 sed -i 's/^en@shaw//' po/LINGUAS
99
100 %build
101 %{__intltoolize}
102 %{__libtoolize}
103 %{__aclocal} -I m4
104 %{__autoconf}
105 %{__autoheader}
106 %{__automake}
107 %configure \
108         --with-connectivity=nm \
109         --disable-schemas-install \
110         --disable-silent-rules \
111         --disable-static \
112         --enable-favourite-contacts \
113         --enable-location \
114         --enable-nautilus-sendto
115
116 %{__make} -j 1
117
118 %install
119 rm -rf $RPM_BUILD_ROOT
120
121 %{__make} install \
122         DESTDIR=$RPM_BUILD_ROOT \
123         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
124
125 rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus-sendto/plugins/*.la
126 rm -f $RPM_BUILD_ROOT%{py_sitedir}/*.{la,a}
127
128 %find_lang %{name} --with-gnome --with-omf
129
130 %clean
131 rm -rf $RPM_BUILD_ROOT
132
133 %post
134 %gconf_schema_install empathy.schemas
135 %update_icon_cache hicolor
136
137 %preun
138 %gconf_schema_uninstall empathy.schemas
139
140 %postun
141 %update_icon_cache hicolor
142
143 %files -f %{name}.lang
144 %defattr(644,root,root,755)
145 %doc AUTHORS CONTRIBUTORS ChangeLog NEWS README
146 %attr(755,root,root) %{_bindir}/empathy
147 %attr(755,root,root) %{_bindir}/empathy-accounts
148 %attr(755,root,root) %{_bindir}/empathy-debugger
149 %{_datadir}/%{name}
150 %{_datadir}/telepathy/clients/Empathy.client
151 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.service
152 %{_iconsdir}/hicolor/*/apps/*
153 %{_sysconfdir}/gconf/schemas/empathy.schemas
154 %{_mandir}/man1/empathy*.1*
155 %{_desktopdir}/*.desktop
156
157 %files -n nautilus-sendto-empathy
158 %defattr(644,root,root,755)
159 %attr(755,root,root) %{_libdir}/nautilus-sendto/plugins/libnstempathy.so
This page took 0.797911 seconds and 4 git commands to generate.