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