]> git.pld-linux.org Git - packages/empathy.git/blame - empathy.spec
- add fevourite contacts
[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
8d61ebfa 50BuildRequires: telepathy-logger-devel
e03dc004 51BuildRequires: telepathy-mission-control-devel >= 5.0
a4a87cd7 52Requires(post,postun): gtk+2 >= 2:2.12.0
8f5d8743 53Requires(post,postun): hicolor-icon-theme
7bc86367 54Requires(post,preun): GConf2
4a2dae01 55Requires: telepathy-mission-control
e7f1dfbf
MB
56Suggests: telepathy-butterfly
57Suggests: telepathy-gabble
9d8d0097 58Suggests: telepathy-haze
e7f1dfbf
MB
59Suggests: telepathy-idle
60Suggests: telepathy-salut
9d8d0097 61Suggests: telepathy-sofiasip
6ce0d76b
PZ
62Obsoletes: empathy-apidocs < 2.29.1
63Obsoletes: empathy-devel < 2.29.1
64Obsoletes: empathy-libs < 2.29.1
8f5d8743 65Obsoletes: gnome-jabber
6ce0d76b 66Obsoletes: python-empathy < 2.29.1
b351ecf9 67# sr@Latn vs. sr@latin
68Conflicts: glibc-misc < 6:2.7
8f5d8743 69BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
70
71%description
72Empathy aims at making Instant Messaging with Jabber as easy as
73possible.
74
ff309d39 75%description -l pl.UTF-8
7bc86367
MB
76Celem Empathy jest uczynienie komunikowania poprzez Jabbera tak łatwym
77jak to tylko możliwe.
ff309d39 78
6ce0d76b
PZ
79%package -n nautilus-sendto-empathy
80Summary: Empathy support for sending files in Nautilus
81Summary(pl.UTF-8): Wsparcie Empathy przy wysyłaniu plików z Nautilusa
82Group: X11/Applications
83Requires: %{name} = %{version}-%{release}
67fd8e35 84Requires: nautilus-sendto >= 2.28.1
3b871c30 85
6ce0d76b
PZ
86%description -n nautilus-sendto-empathy
87Enables sending files from Nautilus to your Empathy contacts.
3b871c30 88
6ce0d76b
PZ
89%description -n nautilus-sendto-empathy -l pl.UTF-8
90Pozwala na przesyłanie z Nautilusa plików do kontaktów Empathy.
92291b9a 91
8f5d8743 92%prep
93%setup -q
6ce0d76b
PZ
94rm po/en@shaw.po
95sed -i 's/^en@shaw//' po/LINGUAS
8f5d8743 96
97%build
9d8d0097
MB
98%{__intltoolize}
99%{__libtoolize}
100%{__aclocal} -I m4
101%{__autoconf}
102%{__autoheader}
103%{__automake}
8f5d8743 104%configure \
c94b2508 105 --with-connectivity=nm \
d8157f12 106 --disable-schemas-install \
67fd8e35 107 --disable-silent-rules \
e03dc004 108 --disable-static \
8d61ebfa 109 --enable-favourite-contacts \
e03dc004 110 --enable-location \
67fd8e35
MB
111 --enable-nautilus-sendto
112
e03dc004 113%{__make} -j 1
8f5d8743 114
115%install
116rm -rf $RPM_BUILD_ROOT
117
118%{__make} install \
119 DESTDIR=$RPM_BUILD_ROOT \
120 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
121
67fd8e35 122rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus-sendto/plugins/*.la
a4a87cd7
MB
123rm -f $RPM_BUILD_ROOT%{py_sitedir}/*.{la,a}
124
9d8d0097 125%find_lang %{name} --with-gnome --with-omf
8f5d8743 126
127%clean
128rm -rf $RPM_BUILD_ROOT
129
130%post
131%gconf_schema_install empathy.schemas
8f5d8743 132%update_icon_cache hicolor
133
134%preun
135%gconf_schema_uninstall empathy.schemas
136
137%postun
8f5d8743 138%update_icon_cache hicolor
139
140%files -f %{name}.lang
141%defattr(644,root,root,755)
142%doc AUTHORS CONTRIBUTORS ChangeLog NEWS README
9d8d0097 143%attr(755,root,root) %{_bindir}/empathy
6ce0d76b
PZ
144%attr(755,root,root) %{_bindir}/empathy-accounts
145%attr(755,root,root) %{_bindir}/empathy-debugger
8f5d8743 146%{_datadir}/%{name}
e03dc004
PZ
147%{_datadir}/telepathy/clients/Empathy.client
148%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.service
8f5d8743 149%{_iconsdir}/hicolor/*/apps/*
150%{_sysconfdir}/gconf/schemas/empathy.schemas
30bde267 151%{_mandir}/man1/empathy*.1*
408975c4 152%{_desktopdir}/*.desktop
d8157f12 153
6ce0d76b 154%files -n nautilus-sendto-empathy
ca30ba9e 155%defattr(644,root,root,755)
6ce0d76b 156%attr(755,root,root) %{_libdir}/nautilus-sendto/plugins/libnstempathy.so
This page took 0.127687 seconds and 4 git commands to generate.