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