1a6b8c8
Summary:	A Gnome based SIP/H323 teleconferencing application
1a6b8c8
Name:		ekiga
d71d70d
Version:	4.0.1
d71d70d
Release:	1%{?dist}
1a6b8c8
License:	GPLv2+
1a6b8c8
Group:		Applications/Communications
6f998ad
URL:		http://www.ekiga.org/
049724c
Source0:	ftp://ftp.gnome.org/pub/gnome/sources/ekiga/4.0/%{name}-%{version}.tar.xz
1a6b8c8
d71d70d
BuildRequires:	ptlib-devel = 2.10.10
d71d70d
BuildRequires:	opal-devel = 3.10.10
6f998ad
BuildRequires:	alsa-lib-devel
19b452b
BuildRequires:	avahi-devel
19b452b
BuildRequires:	avahi-glib-devel
6f998ad
BuildRequires:	boost-devel
19b452b
BuildRequires:	dbus-glib-devel
6f998ad
BuildRequires:	evolution-data-server-devel
6f998ad
BuildRequires:	expat-devel
6f998ad
BuildRequires:	gtk2-devel
6f998ad
BuildRequires:	GConf2-devel
6f998ad
BuildRequires:	libnotify-devel
19b452b
BuildRequires:	libxml2-devel
8a8a976
BuildRequires:	libXv-devel
6f998ad
BuildRequires:	openldap-devel
6f998ad
BuildRequires:	openssl-devel
6f998ad
BuildRequires:	SDL-devel
6f998ad
BuildRequires:	speex-devel
6f998ad
6f998ad
BuildRequires:	desktop-file-utils
6f998ad
BuildRequires:	gettext
6f998ad
BuildRequires:	gnome-doc-utils
6f998ad
BuildRequires:	intltool
1a6b8c8
BuildRequires:	pkgconfig
1a6b8c8
BuildRequires:	scrollkeeper
f169378
6f998ad
Requires:	evolution-data-server
6f998ad
Requires:	dbus
6f998ad
Requires:	GConf2
f169378
Requires(pre):	GConf2
f169378
Requires(post):	GConf2
f169378
Requires(preun):GConf2
f169378
Requires(post):	scrollkeeper
f169378
Requires(postun):scrollkeeper
62d130a
Caolan McNamara 064f90c
62d130a
%description
1ef53b7
Ekiga is a tool to communicate with video and audio over the internet.
1ef53b7
It uses the standard SIP and H323 protocols.
62d130a
62d130a
%prep
62d130a
%setup -q
62d130a
c8d456c
# force regeneration to drop translations
c8d456c
rm ekiga.schemas
c8d456c
62d130a
%build
62d130a
CXXFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED=1 -fPIC"
27dcce6
%configure --disable-scrollkeeper --with-boost-libdir=%{_libdir}
1a6b8c8
make %{?_smp_mflags}
62d130a
62d130a
%install
62d130a
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
6f998ad
make install DESTDIR=%{buildroot}
62d130a
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
62d130a
6f998ad
rm -rf %{buildroot}/var/scrollkeeper
62d130a
a788ed2
# Replace identical images in the help by links.
a788ed2
# This reduces the RPM size by several megabytes.
6f998ad
helpdir=%{buildroot}%{_datadir}/gnome/help/%{name}
a788ed2
for f in $helpdir/C/figures/*.png; do
a788ed2
  b="$(basename $f)"
a788ed2
  for d in $helpdir/*; do
a788ed2
    if [ -d "$d" -a "$d" != "$helpdir/C" ]; then
a788ed2
      g="$d/figures/$b"
a788ed2
      if [ -f "$g" ]; then
a788ed2
        if cmp -s $f $g; then
a788ed2
          rm "$g"; ln -s "../../C/figures/$b" "$g"
a788ed2
        fi
a788ed2
      fi
a788ed2
    fi
a788ed2
  done
a788ed2
done
a788ed2
19b452b
desktop-file-install --vendor gnome \
6f998ad
  --dir=%{buildroot}%{_datadir}/applications \
19b452b
  --delete-original \
6f998ad
  %{buildroot}%{_datadir}/applications/ekiga.desktop
19b452b
83d0acc
%find_lang ekiga --with-gnome
62d130a
6f998ad
#Remove libtool archives.
6f998ad
find %{buildroot} -name '*.la' -exec rm -f {} ';'
62d130a
f169378
%pre
f169378
if [ "$1" -gt 1 ] ; then
f169378
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
f169378
gconftool-2 --makefile-uninstall-rule \
f169378
%{_sysconfdir}/gconf/schemas/ekiga.schemas > /dev/null || :
f169378
fi
f169378
62d130a
%post
62d130a
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
f169378
gconftool-2 --makefile-install-rule \
f169378
%{_sysconfdir}/gconf/schemas/ekiga.schemas > /dev/null || :
62d130a
f169378
scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
f169378
f169378
touch --no-create %{_datadir}/icons/hicolor
f169378
if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
f169378
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
f169378
fi
f169378
f169378
%preun
f169378
if [ "$1" -eq 0 ] ; then
f169378
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
f169378
gconftool-2 --makefile-uninstall-rule \
f169378
%{_sysconfdir}/gconf/schemas/ekiga.schemas > /dev/null || :
f169378
fi
f169378
f169378
touch --no-create %{_datadir}/icons/hicolor
f169378
if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
f169378
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
f169378
fi
f169378
f169378
%postun
f169378
scrollkeeper-update -q || :
62d130a
62d130a
%files -f ekiga.lang
62d130a
%defattr(-,root,root)
83d0acc
%doc COPYING AUTHORS FAQ NEWS
62d130a
%{_bindir}/ekiga
6f06f4f
%{_bindir}/ekiga-helper
62d130a
%{_bindir}/ekiga-config-tool
6f998ad
%{_libdir}/ekiga
94242b4
%{_datadir}/applications/gnome-ekiga.desktop
1a6b8c8
%{_datadir}/pixmaps/ekiga
62d130a
%{_datadir}/man/*/*
62d130a
%{_datadir}/sounds/ekiga
1a6b8c8
%{_datadir}/dbus-1/services/org.ekiga.*
1a6b8c8
%{_datadir}/icons/hicolor/*/apps/ekiga.png
62d130a
%{_sysconfdir}/gconf/schemas/ekiga.schemas
62d130a
62d130a
%changelog
d71d70d
* Wed Feb 20 2013 Peter Robinson <pbrobinson@fedoraproject.org> 4.0.1-1
d71d70d
- Ekiga 4.0.1 stable release - Changelog
d71d70d
  http://ftp.gnome.org/pub/gnome/sources/ekiga/4.0/ekiga-4.0.1.news
d71d70d
5938ab4
* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 4.0.0-3
5938ab4
- Rebuild for Boost-1.53.0
5938ab4
47373d6
* Tue Dec 25 2012 Bruno Wolff III <bruno@wolff.to> 4.0.0-2
47373d6
- Rebuild for libcamel soname bump
47373d6
049724c
* Mon Nov 26 2012 Peter Robinson <pbrobinson@fedoraproject.org> 4.0.0-1
049724c
- Ekiga 4.0.0 stable release - Changelog
049724c
  http://ftp.gnome.org/pub/gnome/sources/ekiga/4.0/ekiga-4.0.0.news
049724c
496f6c7
* Tue Nov 20 2012 Milan Crha <mcrha@redhat.com> - 3.9.90-3
496f6c7
- Rebuild against newer evolution-data-server
496f6c7
0a1f1cd
* Thu Oct 25 2012 Milan Crha <mcrha@redhat.com> - 3.9.90-2
0a1f1cd
- Rebuild against newer evolution-data-server
0a1f1cd
538c00b
* Sat Aug 25 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 3.9.90-1
538c00b
- Ekiga 3.9.90 devel - Changelog
538c00b
  ftp://ftp.gnome.org/pub/gnome/sources/ekiga/3.9/ekiga-3.9.90.news
538c00b
5158673
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.2-8
5158673
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
5158673
49700cd
* Sat Mar 24 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 3.3.2-7
49700cd
- Fix build with gcc 4.7
49700cd
360decf
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.2-6
360decf
- Rebuilt for c++ ABI breakage
360decf
087c354
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.2-5
087c354
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
087c354
64ce397
* Mon Nov 21 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 3.3.2-4
e796cbb
- Rebuild for boost 1.48
e796cbb
c92f5ea
* Sun Oct 30 2011 Bruno Wolff III <bruno@wolff.to> - 3.3.2-3
c92f5ea
- Rebuild against newer evolution-data-server
c92f5ea
a560ee6
* Mon Aug 29 2011 Milan Crha <mcrha@redhat.com> - 3.3.2-2
a560ee6
- Rebuild against newer evolution-data-server
a560ee6
7117463
* Tue Aug 23 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 3.3.2-1
7117463
- Ekiga 3.3.2 devel - Changelog
7117463
  ftp://ftp.gnome.org/pub/gnome/sources/ekiga/3.3/ekiga-3.3.2.news
7117463
1ac9435
* Tue Aug 16 2011 Milan Crha <mcrha@redhat.com> - 3.3.1-3
1ac9435
- Rebuild against newer evolution-data-server
1ac9435
7117463
* Sun Jul 24 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 3.3.1-2
c2d32c9
- Rebuild for new boost and evolution-data-server
c2d32c9
7117463
* Sat Jul 16 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 3.3.1-1
1437209
- Ekiga 3.3.1 devel - Changelog
1437209
  ftp://ftp.gnome.org/pub/gnome/sources/ekiga/3.3/ekiga-3.3.1.news
1437209
c46113d
* Fri Jun 17 2011 Milan Crha <mcrha@redhat.com> - 3.3.0-10
c46113d
- Rebuild against newer evolution-data-server
c46113d
Kalev Lember c345cde
* Fri May 20 2011 Kalev Lember <kalev@smartlink.ee> - 3.3.0-9
Kalev Lember c345cde
- Rebuilt for libcamel soname bump
Kalev Lember c345cde
7117463
* Tue Apr 12 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 3.3.0-8
f52163d
- rebuild again for new boost
f52163d
7117463
* Tue Mar 15 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 3.3.0-7
79e5995
- rebuild for new boost
79e5995
b718414
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.0-6
b718414
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b718414
68c374b
* Mon Feb 07 2011 Thomas Spura <tomspur@fedoraproject.org> - 3.3.0-5
68c374b
- rebuild for new boost
68c374b
1374fcc
* Tue Feb 01 2011 Milan Crha <mcrha@redhat.com> - 3.3.0-4
1374fcc
- Rebuild against newer evolution-data-server
1374fcc
2fbcd3f
* Wed Jan 12 2011 Milan Crha <mcrha@redhat.com> - 3.3.0-3
2fbcd3f
- Rebuild against newer evolution-data-server
2fbcd3f
27dcce6
* Fri Dec 24 2010 Dan Horák <dan[at]danny.cz> - 3.3.0-2
27dcce6
- fix build on non-x86 64-bit architectures (ax_boost_base.m4 is wrong)
27dcce6
7117463
* Thu Dec 23 2010 Peter Robinson <pbrobinson@fedoraproject.org> - 3.3.0-1
6f998ad
- Ekiga 3.3.0 devel - Changelog
6f998ad
  http://mail.gnome.org/archives/ekiga-devel-list/2010-December/msg00036.html
6f998ad
bc9b703
* Fri Nov  5 2010 Matthias Clasen <mclasen@redhat.com> - 3.2.7-5
bc9b703
- Rebuild against libnotify 0.7.0
bc9b703
Caolan McNamara 064f90c
* Mon Jul 26 2010 Caolán McNamara <caolanm@redhat.com> - 3.2.7-4
Caolan McNamara 064f90c
- add gtk flags to notify plugin to rebuild
Caolan McNamara 064f90c
7117463
* Tue Jul 20 2010 Peter Robinson <pbrobinson@fedoraproject.org> - 3.2.7-3
f5e8dc4
- rebuild against new evolution-data-server
f5e8dc4
146f03f
* Thu Jul 15 2010 Matthias Clasen <mclasen@redhat.com> - 3.2.7-2
146f03f
- rebuild against new evolution-data-server
146f03f
7117463
* Mon May 31 2010 Peter Robinson <pbrobinson@fedoraproject.org> - 3.2.7-1
f9452ba
- Ekiga 3.2.7 stable - Changelog
f9452ba
  ftp://ftp.gnome.org/pub/gnome/sources/ekiga/3.2/ekiga-3.2.7.news
f9452ba
7117463
* Wed May 26 2010 Peter Robinson <pbrobinson@fedoraproject.org> 3.2.6-4
fdd4ae2
- Bump build for new evolution
fdd4ae2
7117463
* Tue May  4 2010 Peter Robinson <pbrobinson@fedoraproject.org> - 3.2.6-3
878091a
- Rebuild for new evolution
878091a
7117463
* Wed Mar  3 2010 Peter Robinson <pbrobinson@fedoraproject.org> - 3.2.6-2
d8d61d9
- Add patch to fix DSO linking. Bug 564828
d8d61d9
7117463
* Tue Sep 22 2009 Peter Robinson <pbrobinson@fedoraproject.org> - 3.2.6-1
ed2f122
- Ekiga 3.2.6 stable - Changelog
ed2f122
  ftp://ftp.gnome.org/pub/gnome/sources/ekiga/3.2/ekiga-3.2.6.news
ed2f122
0cd2f6d
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 3.2.5-4
0cd2f6d
- rebuilt with new openssl
0cd2f6d
acb368d
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.5-3
acb368d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
acb368d
c8d456c
* Thu Jul  9 2009 Matthias Clasen <mclasen@redhat.com> - 3.2.5-2
c8d456c
- Shrink GConf schemas
c8d456c
 
7117463
* Mon Jul  6 2009 Peter Robinson <pbrobinson@fedoraproject.org> - 3.2.5-1
cd9b08b
- Ekiga 3.2.5 stable - Changelog
cd9b08b
  ftp://ftp.gnome.org/pub/gnome/sources/ekiga/3.2/ekiga-3.2.5.news
cd9b08b
7117463
* Wed May 20 2009 Peter Robinson <pbrobinson@fedoraproject.org> - 3.2.4-1
9031ee6
- Ekiga 3.2.4 stable - Changelog
9031ee6
  http://mail.gnome.org/archives/ekiga-devel-list/2009-May/msg00062.html
9031ee6
  http://mail.gnome.org/archives/ekiga-devel-list/2009-May/msg00064.html
9031ee6
7117463
* Tue May 19 2009 Peter Robinson <pbrobinson@fedoraproject.org> - 3.2.1-1
4aee72b
- Ekiga 3.2.1 stable - Changelog
4aee72b
  http://mail.gnome.org/archives/ekiga-devel-list/2009-May/msg00054.html
4aee72b
9403ad8
* Mon Apr 27 2009 Matthias Clasen <mclasen@redhat.com> - 3.2.0-3
9403ad8
- Rebuild against newer GConf/intltool
9403ad8
7117463
* Mon Apr 20 2009 Peter Robinson <pbrobinson@fedoraproject.org> - 3.2.0-2
954e400
- Add a couple of upstream patches from 3.2.1
954e400
7117463
* Tue Mar 17 2009 Peter Robinson <pbrobinson@fedoraproject.org> - 3.2.0-1
aaa28b8
- Ekiga 3.2.0 stable
aaa28b8
7117463
* Fri Mar  6 2009 Peter Robinson <pbrobinson@fedoraproject.org> - 3.1.2-4
72d5a2c
- Remove CELT until the bitstream is stable and can hence intercommunicate between versions
72d5a2c
7117463
* Tue Mar  3 2009 Peter Robinson <pbrobinson@fedoraproject.org> - 3.1.2-3
398f0d1
- Remove autoconf bits
398f0d1
7117463
* Tue Mar  3 2009 Peter Robinson <pbrobinson@fedoraproject.org> - 3.1.2-2
94242b4
- Disable xcap for the moment so ekiga builds
94242b4
7117463
* Tue Mar  3 2009 Peter Robinson <pbrobinson@fedoraproject.org> - 3.1.2-1
19b452b
- Upgrade to the 3.1.2 beta release, enable celt codec, reinstate 
19b452b
  proper desktop file now its fixed
19b452b
3ebb9d7
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.0-11
3ebb9d7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
3ebb9d7
77de33c
* Fri Jan 16 2009 Tomas Mraz <tmraz@redhat.com> - 3.1.0-10
77de33c
- rebuild with new openssl
77de33c
- add libtoolize call to replace libtool with current version
77de33c
7117463
* Thu Jan 15 2009 Peter Robinson <pbrobinson@fedoraproject.org> - 3.1.0-9
4c903e8
- Add other buildreq for Makefile regen
4c903e8
7117463
* Thu Jan 15 2009 Peter Robinson <pbrobinson@fedoraproject.org> - 3.1.0-8
e57b0d0
- Regen Makefile.in using autoreconf due to patch
e57b0d0
7117463
* Wed Jan 14 2009 Peter Robinson <pbrobinson@fedoraproject.org> - 3.1.0-7
be4d7ad
- Another fix
be4d7ad
7117463
* Tue Jan 13 2009 Peter Robinson <pbrobinson@fedoraproject.org> - 3.1.0-6
a9c8928
- And SDL too
a9c8928
7117463
* Tue Jan 13 2009 Peter Robinson <pbrobinson@fedoraproject.org> - 3.1.0-5
a7f6c04
- Add expat-devel, why not everything else wants it
a7f6c04
7117463
* Tue Jan 13 2009 Peter Robinson <pbrobinson@fedoraproject.org> - 3.1.0-4
d247883
- Disable gstreamer support until there's a new gst-plugins-base
d247883
7117463
* Tue Jan 13 2009 Peter Robinson <pbrobinson@fedoraproject.org> - 3.1.0-3
2a30cb3
- Proper fix from upstream for desktop file
2a30cb3
7117463
* Wed Jan  7 2009 Peter Robinson <pbrobinson@fedoraproject.org> - 3.1.0-2
3aaf2a9
- Fix issues with the desktop file
3aaf2a9
7117463
* Mon Jan  5 2009 Peter Robinson <pbrobinson@fedoraproject.org> - 3.1.0-1
035c5c8
- Upgrade to the 3.1.0 devel release, enable gstreamer and xcap, remove libgnome
035c5c8
7117463
* Mon Nov 13 2008 Peter Robinson <pbrobinson@fedoraproject.org> - 3.0.1-4
b84989d
- Fix spec file error
b84989d
7117463
* Mon Nov 13 2008 Peter Robinson <pbrobinson@fedoraproject.org> - 3.0.1-3
b84989d
- Patch to fix libnotify's breakage of its api
b84989d
7117463
* Mon Oct 20 2008 Peter Robinson <pbrobinson@fedoraproject.org> - 3.0.1-2
9caa2c7
- Fix dependency issue
9caa2c7
7117463
* Mon Oct 20 2008 Peter Robinson <pbrobinson@fedoraproject.org> - 3.0.1-1
2ed17c8
- Update to 3.0.1
2ed17c8
7117463
* Thu Oct 9 2008 Peter Robinson <pbrobinson@fedoraproject.org> - 3.0.0-5
f169378
- Remove gnomemeeting obsolete, package review updates
f169378
a788ed2
* Thu Oct 9 2008 Matthias Clasen  <mclasen@redhat.com> - 3.0.0-4
a788ed2
- Save some space
a788ed2
7117463
* Thu Oct 2 2008 Peter Robinson <pbrobinson@fedoraproject.org> - 3.0.0-3
8284735
- require dbus
8284735
7117463
* Tue Sep 23 2008 Peter Robinson <pbrobinson@fedoraproject.org> - 3.0.0-2
8e691b1
- add libnotify-devel as a build dep
8e691b1
7117463
* Tue Sep 23 2008 Peter Robinson <pbrobinson@fedoraproject.org> - 3.0.0-1
257c953
- Ekiga 3 final release
257c953
7117463
* Sun Sep 14 2008 Peter Robinson <pbrobinson@fedoraproject.org> - 2.9.90-3
507c83e
- more rawhide build fixes
507c83e
7117463
* Sun Sep 14 2008 Peter Robinson <pbrobinson@fedoraproject.org> - 2.9.90-2
8a8a976
- rawhide build fixes
8a8a976
7117463
* Thu Sep 11 2008 Peter Robinson <pbrobinson@fedoraproject.org> - 2.9.90-1
1a6b8c8
- First beta of ekiga 3
1a6b8c8
4a452cc
* Mon May 12 2008 Paul W. Frields <stickster@gmail.com> - 2.0.12-2
4a452cc
- Rebuild against new opal (#441202)
4a452cc
907751b
* Thu Mar 13 2008 Daniel Veillard <veillard@redhat.com> - 2.0.12-1.fc9
907751b
- Upgrade to ekiga-2.0.12
907751b
83d0acc
* Thu Feb 28 2008 Daniel Veillard <veillard@redhat.com> - 2.0.11-4
83d0acc
- rebuild after applying some fo the cleanups of #160727
83d0acc
be0a175
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.0.11-3
be0a175
- Autorebuild for GCC 4.3
be0a175
6f06f4f
* Thu Dec 13 2007 Matěj Cepl <mcepl@redhat.com> 2.0.11-2
6f06f4f
- compile with the D-Bus support
6f06f4f
- Making rpmlint silent.
6f06f4f
9f332b1
* Tue Sep 18 2007 Daniel Veillard <veillard@redhat.com> - 2.0.11-1
9f332b1
- Upgrade to ekiga-2.0.11
9f332b1
9f332b1
* Sun Apr 15 2007 Daniel Veillard <veillard@redhat.com> - 2.0.9-1
b5c2bcd
- Upgrade to ekiga-2.0.9
b5c2bcd
f5258a4
* Mon Mar 12 2007 Daniel Veillard <veillard@redhat.com> - 2.0.7-1
f5258a4
- Upgrade to ekiga-2.0.7
f5258a4
8d5033a
* Mon Feb 19 2007 Jeremy Katz <katzj@redhat.com> - 2.0.5-2
8d5033a
- rebuild 
8d5033a
5eead23
* Wed Feb 14 2007 Daniel Veillard <veillard@redhat.com> - 2.0.5-1
5eead23
- Upgrade to ekiga-2.0.5
5eead23
d6d204f
* Mon Jan 22 2007 Daniel Veillard <veillard@redhat.com> - 2.0.4-1
d6d204f
- Upgrade to ekiga-2.0.4
d6d204f
d6d204f
* Thu Nov  2 2006 Daniel Veillard <veillard@redhat.com> - 2.0.3-3
5cd93db
- Resolves: rhbz#201535
5cd93db
- fixes build-requires for opal-devel and pwlib-devel
5cd93db
754ae42
* Sat Oct 28 2006 Matthias Clasen <mclasen@redhat.com> - 2.0.3-2
754ae42
- Rebuild against evolution-data-server 1.9
754ae42
4cf4f5f
* Sat Oct 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.0.3-1
4cf4f5f
- Update to 2.0.3
4cf4f5f
090c1a5
* Sat Sep 30 2006 Matthias Clasen <mclasen@redhat.com> - 2.0.2-7
090c1a5
- Make the status icon work in transparent panels
0d33dd5
f565ba7
* Thu Aug 31 2006 Matthias Clasen <mclasen@redhat.com> - 2.0.2-6
f565ba7
- Fix translator credits (197871)
f565ba7
ad9b73b
* Mon Aug  7 2006 Matthew Barnes <mbarnes@redhat.com> - 2.0.2-5
ad9b73b
- Rebuild against evolution-data-server-1.7.91
ad9b73b
Caolan McNamara 064f90c
* Sat Aug  5 2006 Caolán McNamara <caolanm@redhat.com> - 2.0.2-4
Caolan McNamara 57cc587
- rebuild against new e-d-s
Caolan McNamara 57cc587
edeb15f
* Tue Aug  1 2006 Daniel Veillard <veillard@redhat.com> - 2.0.2-3
edeb15f
- rebuilt for #200960
edeb15f
651f729
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.0.2-1.1
651f729
- rebuild
651f729
1ef53b7
* Wed May 31 2006 Daniel Veillard <veillard@redhat.com> - 2.0.2-1
1ef53b7
- new release of ekiga 2.0.2
1ef53b7
- activating Zeroconf support though avahi
1ef53b7
a9decdf
* Mon May 22 2006 Jesse Keating <jkeating@redhat.com> - 2.0.1-3
a9decdf
- Fix BuildRequires and Requires(post), Requires(postun)
a9decdf
8a27516
* Wed Mar 15 2006 Daniel Veillard <veillard@redhat.com> - 2.0.1-2
6f06f4f
- run 'ekiga-config-tool --install-schemas' in %%post, c.f. #178929
8a27516
8a27516
* Tue Mar 14 2006 Daniel Veillard <veillard@redhat.com> - 2.0.1-1
ee2f18e
- last minute bug rerelease 2.0.1
ee2f18e
8a27516
* Mon Mar 13 2006 Daniel Veillard <veillard@redhat.com> - 2.0.0-1
067b99a
- final release of 2.0.0
067b99a
eb34bcb
* Mon Feb 20 2006 Karsten Hopp <karsten@redhat.de> 1.99.1-2
eb34bcb
- Buildrequires: gnome-doc-utils
eb34bcb
283e54e
* Mon Feb 13 2006 Daniel Veillard <veillard@redhat.com> - 1.99.1-1
283e54e
- new beta release issued
283e54e
1ea8387
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.99.0-3.2
1ea8387
- bump again for double-long bug on ppc(64)
1ea8387
2cf44ac
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.99.0-3.1
2cf44ac
- rebuilt for new gcc4.1 snapshot and glibc changes
2cf44ac
1f3e7da
* Sat Jan 28 2006 Daniel Veillard <veillard@redhat.com> - 1.99.0-3
1f3e7da
- Rebuilt following a libedataserver revision
1f3e7da
d89d9ed
* Fri Jan 27 2006 Matthias Clasen <mclasen@redhat.com> - 1.99.0-2
d89d9ed
- Use the upstream .desktop file
d89d9ed
62d130a
* Tue Jan 24 2006 Daniel Veillard <veillard@redhat.com> - 1.99.0-1
62d130a
- initial version based on the 1.99.0 beta and gnomemeeting spec file.