ekiga-vl.spec 8.5 KB

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