ekiga-vl.spec 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. Summary: A Gnome based SIP/H323 teleconferencing application
  2. Summary(ja): GNOME ベースの SIP/H323 遠隔会議アプリケーション
  3. Name: ekiga
  4. Version: 3.2.6
  5. Release: 1%{?_dist_release}
  6. URL: http://www.ekiga.org/
  7. Source0: http://www.ekiga.org/ekiga-%{version}.tar.bz2
  8. License: GPL
  9. Group: Applications/Communications
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: gtk2-devel >= 2.14.0
  12. BuildRequires: GConf2-devel >= 2.24.0
  13. BuildRequires: libgnomeui-devel >= 2.24.0
  14. BuildRequires: libgnome-devel >= 2.24.0
  15. BuildRequires: avahi-devel >= 0.6.23
  16. BuildRequires: avahi-glib-devel >= 0.6.23
  17. BuildRequires: openldap-devel
  18. BuildRequires: ptlib-devel >= 2.6.2
  19. BuildRequires: opal-devel >= 3.6.2
  20. BuildRequires: libxml2-devel >= 2.6.0
  21. BuildRequires: SDL-devel
  22. BuildRequires: intltool >= 0.22
  23. BuildRequires: pkgconfig
  24. BuildRequires: scrollkeeper
  25. BuildRequires: alsa-lib-devel
  26. BuildRequires: gettext
  27. BuildRequires: evolution-data-server-devel
  28. BuildRequires: gnome-doc-utils >= 0.3.2
  29. BuildRequires: desktop-file-utils
  30. BuildRequires: dbus-devel
  31. BuildRequires: dbus-glib-devel
  32. BuildRequires: libsigc++-devel
  33. BuildRequires: libXv-devel
  34. Requires(post): GConf2, scrollkeeper
  35. Requires(postun): scrollkeeper
  36. Obsoletes: gnomemeeting
  37. %description
  38. Ekiga is a tool to communicate with video and audio over the internet.
  39. It uses the standard SIP and H323 protocols.
  40. %prep
  41. %setup -q
  42. %build
  43. CXXFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED=1 -fPIC"
  44. %configure --disable-scrollkeeper --disable-schemas-install
  45. make %{?_smp_mflags}
  46. %install
  47. rm -rf $RPM_BUILD_ROOT
  48. export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
  49. make install DESTDIR=$RPM_BUILD_ROOT
  50. unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
  51. rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
  52. desktop-file-install \
  53. --vendor gnome \
  54. --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
  55. --delete-original \
  56. --copy-generic-name-to-name \
  57. $RPM_BUILD_ROOT%{_datadir}/applications/ekiga.desktop
  58. %find_lang %{name} --with-gnome
  59. %clean
  60. rm -rf $RPM_BUILD_ROOT
  61. %post
  62. export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
  63. gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/ekiga.schemas > /dev/null 2>&1
  64. gconftool-2 --shutdown
  65. (yes | ekiga-config-tool --install-schemas) > /dev/null 2>&1 ||:
  66. update-desktop-database %{_datadir}/applications >& /dev/null ||:
  67. scrollkeeper-update -q > /dev/null ||:
  68. touch --no-create %{_datadir}/icons/hicolor
  69. if [ -x /usr/bin/gtk-update-icon-cache ]; then
  70. gtk-update-icon-cache -q %{_datadir}/icons/hicolor
  71. fi
  72. %pre
  73. if [ "$1" -gt 1 ]; then
  74. export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
  75. gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/ekiga.schemas > /dev/null 2>&1
  76. fi
  77. %preun
  78. if [ "$1" -eq 0 ]; then
  79. export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
  80. gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/ekiga.schemas > /dev/null 2>&1
  81. fi
  82. %postun
  83. update-desktop-database %{_datadir}/applications >& /dev/null ||:
  84. scrollkeeper-update -q > /dev/null ||:
  85. touch --no-create %{_datadir}/icons/hicolor
  86. if [ -x /usr/bin/gtk-update-icon-cache ]; then
  87. gtk-update-icon-cache -q %{_datadir}/icons/hicolor
  88. fi
  89. %files -f ekiga.lang
  90. %defattr(-,root,root)
  91. %doc AUTHORS COPYING ChangeLog NEWS README
  92. %{_sysconfdir}/gconf/schemas/ekiga.schemas
  93. %{_bindir}/ekiga
  94. %{_bindir}/ekiga-config-tool
  95. %{_bindir}/ekiga-helper
  96. %{_datadir}/applications/gnome-ekiga.desktop
  97. %{_datadir}/dbus-1/services/*
  98. %{_datadir}/pixmaps/*
  99. %{_datadir}/man/*/*
  100. %{_datadir}/sounds/ekiga
  101. %{_datadir}/icons/hicolor/*/apps/*
  102. %changelog
  103. * Sun Mar 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.6-1
  104. - new upstream release
  105. - add BuildRequires: libXv-devel
  106. * Sat Jul 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.4-1
  107. - new upstream release
  108. * Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.1-1
  109. - new upstream release
  110. * Sat Apr 4 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.0.2-1
  111. - new upstream release
  112. * Wed Oct 29 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.1-1
  113. - new upstream release
  114. * Tue Sep 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.0-1
  115. - new upstream release
  116. * Sun Sep 28 2008 Shu KONNO <owa@bg.wakwak.com> 2.0.11-2vl5
  117. - built with gnome-2.24
  118. * Mon Sep 22 2008 Shu KONNO <owa@bg.wakwak.com> 2.0.11-1vl5
  119. - applied new versioning policy
  120. * Sat Sep 29 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.11-0vl1
  121. - new upstream release
  122. * Sat Jul 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.9-0vl5
  123. - rebuilt with evolution-data-server-devel 1.10.1
  124. * Tue May 22 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.9-0vl4
  125. - add BuildRequires: dbus-glib-devel
  126. * Sat May 12 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.0.9-0vl3
  127. - rebuilt with new toolchain
  128. * Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.0.9-0vl2
  129. - rebuilt with dbus 1.0.2
  130. * Sat Apr 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.0.9-0vl1
  131. - new upstream release
  132. * Sat Feb 24 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.0.5-0vl1
  133. - new upstream release
  134. * Sun Feb 4 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.0.4-1vl1
  135. - initial built for Vine Linux
  136. * Mon Jan 22 2007 Daniel Veillard <veillard@redhat.com> - 2.0.4-1
  137. - Upgrade to ekiga-2.0.4
  138. * Thu Nov 2 2006 Daniel Veillard <veillard@redhat.com> - 2.0.3-3
  139. - Resolves: rhbz#201535
  140. - fixes build-requires for opal-devel and pwlib-devel
  141. * Sat Oct 28 2006 Matthias Clasen <mclasen@redhat.com> - 2.0.3-2
  142. - Rebuild against evolution-data-server 1.9
  143. * Sat Oct 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.0.3-1
  144. - Update to 2.0.3
  145. * Sat Sep 30 2006 Matthias Clasen <mclasen@redhat.com> - 2.0.2-7
  146. - Make the status icon work in transparent panels
  147. * Thu Aug 31 2006 Matthias Clasen <mclasen@redhat.com> - 2.0.2-6
  148. - Fix translator credits (197871)
  149. * Mon Aug 7 2006 Matthew Barnes <mbarnes@redhat.com> - 2.0.2-5
  150. - Rebuild against evolution-data-server-1.7.91
  151. * Sat Aug 5 2006 Caolan McNamara <caolanm@redhat.com> - 2.0.2-4
  152. - rebuild against new e-d-s
  153. * Tue Aug 1 2006 Daniel Veillard <veillard@redhat.com> - 2.0.2-3
  154. - rebuilt for #200960
  155. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.0.2-1.1
  156. - rebuild
  157. * Wed May 31 2006 Daniel Veillard <veillard@redhat.com> - 2.0.2-1
  158. - new release of ekiga 2.0.2
  159. - activating Zeroconf support though avahi
  160. * Mon May 22 2006 Jesse Keating <jkeating@redhat.com> - 2.0.1-3
  161. - Fix BuildRequires and Requires(post), Requires(postun)
  162. * Wed Mar 15 2006 Daniel Veillard <veillard@redhat.com> - 2.0.1-2
  163. - run 'ekiga-config-tool --install-schemas' in %post, c.f. #178929
  164. * Tue Mar 14 2006 Daniel Veillard <veillard@redhat.com> - 2.0.1-1
  165. - last minute bug rerelease 2.0.1
  166. * Mon Mar 13 2006 Daniel Veillard <veillard@redhat.com> - 2.0.0-1
  167. - final release of 2.0.0
  168. * Mon Feb 20 2006 Karsten Hopp <karsten@redhat.de> 1.99.1-2
  169. - Buildrequires: gnome-doc-utils
  170. * Mon Feb 13 2006 Daniel Veillard <veillard@redhat.com> - 1.99.1-1
  171. - new beta release issued
  172. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.99.0-3.2
  173. - bump again for double-long bug on ppc(64)
  174. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.99.0-3.1
  175. - rebuilt for new gcc4.1 snapshot and glibc changes
  176. * Sat Jan 28 2006 Daniel Veillard <veillard@redhat.com> - 1.99.0-3
  177. - Rebuilt following a libedataserver revision
  178. * Fri Jan 27 2006 Matthias Clasen <mclasen@redhat.com> - 1.99.0-2
  179. - Use the upstream .desktop file
  180. * Tue Jan 24 2006 Daniel Veillard <veillard@redhat.com> - 1.99.0-1
  181. - initial version based on the 1.99.0 beta and gnomemeeting spec file.