]> git.pld-linux.org Git - packages/empathy.git/blob - empathy.spec
- 0.11
[packages/empathy.git] / empathy.spec
1 Summary:        Very easy to use GNOME Telepathy client
2 Summary(pl.UTF-8):      Bardzo łatwy w użyciu klient Telepathy dla GNOME
3 Name:           empathy
4 Version:        0.11
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/empathy/0.11/%{name}-%{version}.tar.bz2
9 # Source0-md5:  8ee7ae2993d754fe5dcb3bc6cee2c1cd
10 URL:            http://empathy.imendio.org/
11 BuildRequires:  GConf2-devel
12 BuildRequires:  autoconf >= 2.59
13 BuildRequires:  automake >= 1:1.9
14 BuildRequires:  dbus-glib-devel
15 BuildRequires:  gnome-vfs2-devel >= 2.18.1
16 BuildRequires:  gtk+2-devel >= 2:2.10.12
17 BuildRequires:  intltool >= 0.35.5
18 BuildRequires:  libglade2-devel >= 1:2.6.0
19 BuildRequires:  libgnomeui-devel >= 2.18.1
20 BuildRequires:  libtelepathy-devel >= 0.0.51
21 BuildRequires:  libtool
22 BuildRequires:  libxml2-devel >= 1:2.6.28
23 BuildRequires:  pkgconfig
24 BuildRequires:  rpmbuild(macros) >= 1.311
25 BuildRequires:  telepathy-mission-control-devel >= 4.33
26 Requires:       %{name}-libs = %{version}-%{release}
27 Requires(post,postun):  gtk+2 >= 2:2.10.12
28 Requires(post,postun):  hicolor-icon-theme
29 Requires(post,preun):   GConf2
30 Suggests:       telepathy-butterfly
31 Suggests:       telepathy-gabble
32 Suggests:       telepathy-idle
33 Suggests:       telepathy-salut
34 Obsoletes:      gnome-jabber
35 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
36
37 %description
38 Empathy aims at making Instant Messaging with Jabber as easy as
39 possible.
40
41 %description -l pl.UTF-8
42 Celem Empathy jest uczynienie komunikowania poprzez Jabbera tak łatwym
43 jak to tylko możliwe.
44
45 %package libs
46 Summary:        Libraries for empathy
47 Summary(pl.UTF-8):      Biblioteki dla empathy
48 Group:          Libraries
49
50 %description libs
51 Libraries for empathy.
52
53 %description libs -l pl.UTF-8
54 Biblioteki dla empathy.
55
56 %package devel
57 Summary:        empathy header files
58 Summary(pl.UTF-8):      Pliki nagłówkowe empathy
59 Group:          X11/Development/Libraries
60 Requires:       %{name}-libs = %{version}-%{release}
61
62 %description devel
63 empathy header files.
64
65 %description devel -l pl.UTF-8
66 Pliki nagłówkowe empathy.
67
68 %package static
69 Summary:        empathy static libraries
70 Summary(pl.UTF-8):      Statyczne biblioteki empathy
71 Group:          Development/Libraries
72 Requires:       %{name}-devel = %{version}-%{release}
73
74 %description static
75 empathy static libraries.
76
77 %description static -l pl.UTF-8
78 Statyczne biblioteki empathy.
79
80 %prep
81 %setup -q
82
83 %build
84 %{__glib_gettextize}
85 %{__libtoolize}
86 %{__intltoolize}
87 %{__aclocal}
88 %{__autoheader}
89 %{__automake}
90 %{__autoconf}
91 %configure \
92         --disable-schemas-install \
93         --with-html-dir=%{_gtkdocdir}
94 %{__make}
95
96 %install
97 rm -rf $RPM_BUILD_ROOT
98
99 %{__make} install \
100         DESTDIR=$RPM_BUILD_ROOT \
101         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
102
103 %find_lang %{name} --with-gnome --all-name
104
105 %clean
106 rm -rf $RPM_BUILD_ROOT
107
108 %post
109 %gconf_schema_install empathy.schemas
110 %update_icon_cache hicolor
111
112 %preun
113 %gconf_schema_uninstall empathy.schemas
114
115 %postun
116 %update_icon_cache hicolor
117
118 %post   libs -p /sbin/ldconfig
119 %postun libs -p /sbin/ldconfig
120
121 %files -f %{name}.lang
122 %defattr(644,root,root,755)
123 %doc AUTHORS CONTRIBUTORS ChangeLog NEWS README
124 %attr(755,root,root) %{_bindir}/*
125 %{_datadir}/%{name}
126 %{_iconsdir}/hicolor/*/apps/*
127 %{_sysconfdir}/gconf/schemas/empathy.schemas
128 %{_datadir}/dbus-1/services/*.service
129 %{_datadir}/gnome/autostart/empathy.desktop
130 %{_datadir}/mission-control/profiles/*.profile
131 %{_datadir}/telepathy/managers/empathy-chat.chandler
132
133 %files libs
134 %defattr(644,root,root,755)
135 %attr(755,root,root) %{_libdir}/libempathy.so.*.*
136 %attr(755,root,root) %{_libdir}/libempathy-gtk.so.*.*
137
138 %files devel
139 %defattr(644,root,root,755)
140 %attr(755,root,root) %{_libdir}/libempathy.so
141 %attr(755,root,root) %{_libdir}/libempathy-gtk.so
142 %{_libdir}/libempathy.la
143 %{_libdir}/libempathy-gtk.la
144 %{_includedir}/libempathy
145 %{_includedir}/libempathy-gtk
146 %{_gtkdocdir}/libempathy
147 %{_gtkdocdir}/libempathy-gtk
148 %{_pkgconfigdir}/libempathy.pc
149 %{_pkgconfigdir}/libempathy-gtk.pc
150
151 %files static
152 %defattr(644,root,root,755)
153 %{_libdir}/libempathy.a
154 %{_libdir}/libempathy-gtk.a
This page took 0.040452 seconds and 4 git commands to generate.