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