comparison pidgin.spec.in @ 16157:c4f779253fab

merge of '818e92282383bd62cfd83d7cde9d0bad84e648ab' and 'c08f41c4401b2b1347920ce1c79d3a47497cddde'
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 15 Apr 2007 19:15:12 +0000
parents 1f42dbf360e3 14fe3c5a7749
children 5b02cf4373a4
comparison
equal deleted inserted replaced
16155:fb6a333f517a 16157:c4f779253fab
68 68
69 # For some reason perl isn't always automatically detected as a requirement :( 69 # For some reason perl isn't always automatically detected as a requirement :(
70 Requires: perl 70 Requires: perl
71 # Gadu-Gadu support was split out temporarily (only as gaim) 71 # Gadu-Gadu support was split out temporarily (only as gaim)
72 Provides: gaim-gadugadu = %{epoch}:%{version}-%{release} 72 Provides: gaim-gadugadu = %{epoch}:%{version}-%{release}
73 Obsoletes: gaim
73 74
74 %package devel 75 %package devel
75 Summary: Development headers, documentation, and libraries for Pidgin 76 Summary: Development headers, documentation, and libraries for Pidgin
76 Group: Applications/Internet 77 Group: Applications/Internet
77 Requires: pkgconfig, pidgin = %{epoch}:%{version}, libpurple-devel = %{epoch}:%{version} 78 Requires: pkgconfig, pidgin = %{epoch}:%{version}, libpurple-devel = %{epoch}:%{version}
79 Obsoletes: gaim-devel
78 80
79 %package -n libpurple 81 %package -n libpurple
80 Summary: libpurple library for IM clients like Pidgin and Finch 82 Summary: libpurple library for IM clients like Pidgin and Finch
81 Group: Applications/Internet 83 Group: Applications/Internet
82 84
176 %if 0%{?_with_silc:1} 178 %if 0%{?_with_silc:1}
177 %description -n libpurple-silc 179 %description -n libpurple-silc
178 SILC (Secure Internet Live Conferencing) plugin for Pidgin. 180 SILC (Secure Internet Live Conferencing) plugin for Pidgin.
179 %endif 181 %endif
180 182
181 %if 0%{!?without_text:1} 183 %if 0%{!?_without_text:1}
182 %description -n finch 184 %description -n finch
183 A text-based user interface for Pidgin. This can be run from a 185 A text-based user interface for using libpurple. This can be run from a
184 standard text console or from a terminal within X Windows. It 186 standard text console or from a terminal within X Windows. It
185 uses ncurses and our homegrown gnt library for drawing windows 187 uses ncurses and our homegrown gnt library for drawing windows
186 and text. 188 and text.
187 189
188 %description -n finch-devel 190 %description -n finch-devel