]> git.pld-linux.org Git - packages/empathy.git/blame - empathy.spec
- restore accidentally deleted file
[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
07587549 4Version: 3.0.1
918c5522 5Release: 1
07587549 6License: GPL v2+
8f5d8743 7Group: Applications/Communications
918c5522 8Source0: http://ftp.gnome.org/pub/GNOME/sources/empathy/3.0/%{name}-%{version}.tar.bz2
07587549 9# Source0-md5: 53fcf122059f9ef5d944083fc0c7fd23
fa1ed95c 10Patch0: configure.patch
9d8d0097 11URL: http://live.gnome.org/Empathy
f450521a 12BuildRequires: NetworkManager-devel >= 0.7.0
7bc86367
MB
13BuildRequires: autoconf >= 2.59
14BuildRequires: automake >= 1:1.9
918c5522 15BuildRequires: clutter-gtk-devel >= 0.90.3
9d8d0097 16BuildRequires: dbus-glib-devel >= 0.74
f450521a 17BuildRequires: docbook-dtd412-xml
9d8d0097 18BuildRequires: enchant-devel >= 1.2.0
918c5522 19BuildRequires: evolution-data-server-devel >= 2.91.90
67fd8e35 20BuildRequires: farsight2-devel
918c5522 21BuildRequires: folks-devel >= 0.4.0
0f3796d3 22BuildRequires: geoclue-devel >= 0.11
9d8d0097 23BuildRequires: gettext-devel
918c5522 24BuildRequires: glib2-devel >= 1:2.28.0
9d8d0097 25BuildRequires: gnome-common >= 2.24.0
918c5522 26BuildRequires: gnome-control-center-devel >= 2.91.90
0f3796d3 27BuildRequires: gnome-doc-utils >= 0.18.0
918c5522 28BuildRequires: gnome-keyring-devel >= 2.91.4
f450521a 29BuildRequires: gnutls-devel >= 2.8.5
918c5522 30BuildRequires: gsettings-desktop-schemas-devel
9d8d0097
MB
31BuildRequires: gstreamer-devel
32BuildRequires: gstreamer-plugins-base-devel
918c5522
ŁK
33BuildRequires: gtk+3-devel >= 3.0.2
34BuildRequires: gtk-webkit3-devel >= 1.3.2
9d8d0097
MB
35BuildRequires: intltool >= 0.40.0
36BuildRequires: iso-codes >= 0.35
918c5522
ŁK
37BuildRequires: libcanberra-gtk3-devel >= 0.25
38BuildRequires: libchamplain-devel >= 0.9.0
f450521a 39BuildRequires: libgnome-keyring-devel >= 2.26.0
918c5522 40BuildRequires: libnotify-devel >= 0.7.0
8f5d8743 41BuildRequires: libtool
7bc86367 42BuildRequires: libxml2-devel >= 1:2.6.28
918c5522
ŁK
43BuildRequires: libxslt-progs
44BuildRequires: nautilus-sendto-devel >= 2.91.6
7bc86367 45BuildRequires: pkgconfig
918c5522
ŁK
46BuildRequires: python >= 2.3
47BuildRequires: python-modules >= 2.3
9d8d0097 48BuildRequires: rpmbuild(find_lang) >= 1.23
3f6f7539 49BuildRequires: rpmbuild(macros) >= 1.592
f450521a 50BuildRequires: telepathy-farsight-devel >= 0.0.14
918c5522
ŁK
51BuildRequires: telepathy-glib-devel >= 0.14.1
52BuildRequires: telepathy-logger-devel >= 0.2.0
f450521a 53Requires(post,postun): glib2 >= 1:2.26.0
8aa1a3f3 54Requires(post,postun): gtk-update-icon-cache
8f5d8743 55Requires(post,postun): hicolor-icon-theme
f450521a 56Requires: telepathy-logger >= 0.1.5
4a2dae01 57Requires: telepathy-mission-control
e7f1dfbf
MB
58Suggests: telepathy-butterfly
59Suggests: telepathy-gabble
9d8d0097 60Suggests: telepathy-haze
e7f1dfbf
MB
61Suggests: telepathy-idle
62Suggests: telepathy-salut
9d8d0097 63Suggests: telepathy-sofiasip
6ce0d76b
PZ
64Obsoletes: empathy-apidocs < 2.29.1
65Obsoletes: empathy-devel < 2.29.1
66Obsoletes: empathy-libs < 2.29.1
8f5d8743 67Obsoletes: gnome-jabber
6ce0d76b 68Obsoletes: python-empathy < 2.29.1
b351ecf9 69# sr@Latn vs. sr@latin
70Conflicts: glibc-misc < 6:2.7
8f5d8743 71BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
72
73%description
74Empathy aims at making Instant Messaging with Jabber as easy as
75possible.
76
ff309d39 77%description -l pl.UTF-8
7bc86367
MB
78Celem Empathy jest uczynienie komunikowania poprzez Jabbera tak łatwym
79jak to tylko możliwe.
ff309d39 80
6ce0d76b
PZ
81%package -n nautilus-sendto-empathy
82Summary: Empathy support for sending files in Nautilus
abf9047a 83Summary(pl.UTF-8): Obsługa Empathy przy wysyłaniu plików z Nautilusa
6ce0d76b
PZ
84Group: X11/Applications
85Requires: %{name} = %{version}-%{release}
918c5522 86Requires: nautilus-sendto >= 2.91.6
3b871c30 87
6ce0d76b 88%description -n nautilus-sendto-empathy
abf9047a
JB
89This plugin enables sending files from Nautilus to your Empathy
90contacts.
3b871c30 91
6ce0d76b 92%description -n nautilus-sendto-empathy -l pl.UTF-8
abf9047a
JB
93Ta wtyczka pozwala na przesyłanie z poziomu Nautilusa plików do
94kontaktów Empathy.
92291b9a 95
8f5d8743 96%prep
97%setup -q
fa1ed95c
MB
98%patch0 -p1
99
8f5d8743 100%build
9d8d0097
MB
101%{__intltoolize}
102%{__libtoolize}
103%{__aclocal} -I m4
104%{__autoconf}
105%{__autoheader}
106%{__automake}
8f5d8743 107%configure \
c94b2508 108 --with-connectivity=nm \
67fd8e35 109 --disable-silent-rules \
e03dc004
PZ
110 --disable-static \
111 --enable-location \
67fd8e35
MB
112 --enable-nautilus-sendto
113
918c5522 114%{__make}
8f5d8743 115
116%install
117rm -rf $RPM_BUILD_ROOT
118
119%{__make} install \
918c5522 120 DESTDIR=$RPM_BUILD_ROOT
8f5d8743 121
918c5522
ŁK
122%{__rm} $RPM_BUILD_ROOT%{_libdir}/nautilus-sendto/plugins/*.la \
123 $RPM_BUILD_ROOT%{_libdir}/control-center-1/panels/*.la
a4a87cd7 124
9d8d0097 125%find_lang %{name} --with-gnome --with-omf
8f5d8743 126
127%clean
128rm -rf $RPM_BUILD_ROOT
129
130%post
3f6f7539 131%glib_compile_schemas
8f5d8743 132%update_icon_cache hicolor
133
8f5d8743 134%postun
3f6f7539 135%glib_compile_schemas
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
6d54043f
PZ
144%attr(755,root,root) %{_libexecdir}/empathy-auth-client
145%attr(755,root,root) %{_libexecdir}/empathy-av
918c5522
ŁK
146%attr(755,root,root) %{_libexecdir}/empathy-chat
147%{_libdir}/control-center-1/panels/libempathy-accounts-panel.so
8f5d8743 148%{_datadir}/%{name}
6d54043f 149%{_datadir}/GConf/gsettings/empathy.convert
6d54043f
PZ
150%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.AudioVideo.service
151%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Auth.service
918c5522 152%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Chat.service
81794253 153%{_datadir}/glib-2.0/schemas/org.gnome.Empathy.gschema.xml
6d54043f 154%{_datadir}/telepathy/clients/Empathy.Auth.client
918c5522 155%{_datadir}/telepathy/clients/Empathy.Chat.client
07587549 156%{_datadir}/telepathy/clients/Empathy.AudioVideo.client
8f5d8743 157%{_iconsdir}/hicolor/*/apps/*
30bde267 158%{_mandir}/man1/empathy*.1*
408975c4 159%{_desktopdir}/*.desktop
d8157f12 160
6ce0d76b 161%files -n nautilus-sendto-empathy
ca30ba9e 162%defattr(644,root,root,755)
6ce0d76b 163%attr(755,root,root) %{_libdir}/nautilus-sendto/plugins/libnstempathy.so
This page took 0.074797 seconds and 4 git commands to generate.