]> git.pld-linux.org Git - packages/empathy.git/blame - empathy.spec
- use %glib_compile_schemas
[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
3adcc2af 4Version: 2.32.1
3f6f7539 5Release: 2
9d8d0097 6License: GPL v2
8f5d8743 7Group: Applications/Communications
76db3754 8Source0: http://ftp.gnome.org/pub/GNOME/sources/empathy/2.32/%{name}-%{version}.tar.bz2
3adcc2af 9# Source0-md5: 09e7d72cd58a5f776b5097e7d5596095
fa1ed95c 10Patch0: configure.patch
9d8d0097
MB
11URL: http://live.gnome.org/Empathy
12BuildRequires: GConf2-devel >= 2.26.0
f450521a 13BuildRequires: NetworkManager-devel >= 0.7.0
7bc86367
MB
14BuildRequires: autoconf >= 2.59
15BuildRequires: automake >= 1:1.9
f450521a 16BuildRequires: clutter-gtk-devel >= 0.10.0
9d8d0097 17BuildRequires: dbus-glib-devel >= 0.74
f450521a 18BuildRequires: docbook-dtd412-xml
9d8d0097
MB
19BuildRequires: enchant-devel >= 1.2.0
20BuildRequires: evolution-data-server-devel >= 2.24.0
67fd8e35 21BuildRequires: farsight2-devel
f450521a 22BuildRequires: folks-devel >= 0.1.5
0f3796d3 23BuildRequires: geoclue-devel >= 0.11
9d8d0097 24BuildRequires: gettext-devel
f450521a 25BuildRequires: glib2-devel >= 1:2.26.0
9d8d0097 26BuildRequires: gnome-common >= 2.24.0
0f3796d3 27BuildRequires: gnome-doc-utils >= 0.18.0
f450521a
MB
28BuildRequires: gnome-keyring-devel >= 2.26.0
29BuildRequires: gnutls-devel >= 2.8.5
9d8d0097
MB
30BuildRequires: gstreamer-devel
31BuildRequires: gstreamer-plugins-base-devel
f450521a
MB
32BuildRequires: gtk+2-devel >= 2:2.22.0
33BuildRequires: gtk-webkit-devel >= 1.1.15
9d8d0097
MB
34BuildRequires: intltool >= 0.40.0
35BuildRequires: iso-codes >= 0.35
36BuildRequires: libcanberra-gtk-devel >= 0.4
f450521a
MB
37BuildRequires: libchamplain-devel >= 0.8.0
38BuildRequires: libgnome-keyring-devel >= 2.26.0
9d8d0097 39BuildRequires: libnotify-devel >= 0.4.4
8f5d8743 40BuildRequires: libtool
f450521a 41BuildRequires: libunique-devel >= 1.1.2
7bc86367 42BuildRequires: libxml2-devel >= 1:2.6.28
f450521a 43BuildRequires: nautilus-sendto-devel >= 2.32.0
7bc86367 44BuildRequires: pkgconfig
9d8d0097 45BuildRequires: rpmbuild(find_lang) >= 1.23
3f6f7539 46BuildRequires: rpmbuild(macros) >= 1.592
c94b2508 47BuildRequires: sed >= 4.0
f450521a
MB
48BuildRequires: telepathy-farsight-devel >= 0.0.14
49BuildRequires: telepathy-glib-devel >= 0.12.0
6d54043f 50BuildRequires: telepathy-logger-devel >= 0.1.5
f450521a 51Requires(post,postun): glib2 >= 1:2.26.0
a4a87cd7 52Requires(post,postun): gtk+2 >= 2:2.12.0
8f5d8743 53Requires(post,postun): hicolor-icon-theme
f450521a 54Requires: telepathy-logger >= 0.1.5
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}
f450521a 84Requires: nautilus-sendto >= 2.32.0
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
fa1ed95c
MB
94%patch0 -p1
95
6ce0d76b
PZ
96rm po/en@shaw.po
97sed -i 's/^en@shaw//' po/LINGUAS
8f5d8743 98
99%build
9d8d0097
MB
100%{__intltoolize}
101%{__libtoolize}
102%{__aclocal} -I m4
103%{__autoconf}
104%{__autoheader}
105%{__automake}
8f5d8743 106%configure \
c94b2508 107 --with-connectivity=nm \
d8157f12 108 --disable-schemas-install \
67fd8e35 109 --disable-silent-rules \
e03dc004 110 --disable-static \
6d54043f 111 --enable-favourite-contacts \
e03dc004 112 --enable-location \
67fd8e35
MB
113 --enable-nautilus-sendto
114
e03dc004 115%{__make} -j 1
8f5d8743 116
117%install
118rm -rf $RPM_BUILD_ROOT
119
120%{__make} install \
121 DESTDIR=$RPM_BUILD_ROOT \
122 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
123
67fd8e35 124rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus-sendto/plugins/*.la
a4a87cd7
MB
125rm -f $RPM_BUILD_ROOT%{py_sitedir}/*.{la,a}
126
9d8d0097 127%find_lang %{name} --with-gnome --with-omf
8f5d8743 128
129%clean
130rm -rf $RPM_BUILD_ROOT
131
132%post
3f6f7539 133%glib_compile_schemas
8f5d8743 134%update_icon_cache hicolor
135
8f5d8743 136%postun
3f6f7539 137%glib_compile_schemas
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
6d54043f
PZ
146%attr(755,root,root) %{_libexecdir}/empathy-auth-client
147%attr(755,root,root) %{_libexecdir}/empathy-av
8f5d8743 148%{_datadir}/%{name}
6d54043f 149%{_datadir}/GConf/gsettings/empathy.convert
e03dc004 150%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.service
6d54043f
PZ
151%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.AudioVideo.service
152%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Auth.service
153%{_datadir}/glib-2.0/schemas/org.gnome.Empathy.gschema.xml
154%{_datadir}/telepathy/clients/Empathy.client
155%{_datadir}/telepathy/clients/Empathy.AudioVideo.client
156%{_datadir}/telepathy/clients/Empathy.Auth.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.109123 seconds and 4 git commands to generate.