ed9273c
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
ed9273c
ed9273c
## Minimum required versions of GLib, GTK+, libtelepathy, and Mission-Control,
ed9273c
## respectively.
901bb0d
%global	gtk2_min_version	2.14
2be85bf
%global	glib2_min_version	2.16.0
ebb1d11
%global	tp_mc_min_version	4.61
cbbeeb2
%global	tp_glib_min_version	0.7.23
275cbb8
%global	enchant_version		1.2.0		
ed9273c
dnielsen e022239
Name:		empathy
9ff4d0a
Version:	2.26.1
9ff4d0a
Release:	1%{?dist}
41ce214
Summary:	Instant Messaging Client for GNOME
dnielsen e022239
dnielsen e022239
Group:		Applications/Communications
731d4fd
License:	GPLv2+
dnielsen e022239
URL:		http://live.gnome.org/Empathy
9248296
9ff4d0a
Source0:	http://download.gnome.org/sources/%{name}/2.26/%{name}-%{version}.tar.bz2
c4329fa
Source1:	%{name}-README.ConnectionManagers
9248296
7005ad6
## Fedora-specific, to automagically transition the profile names. (#459282)
7005ad6
Patch0: 	%{name}-fedora-mission-control-convert.patch
2491151
## Workaround for our broken pkgconfig
2491151
##  https://bugzilla.redhat.com/show_bug.cgi?id=436773
e3d0125
##  http://bugzilla.gnome.org/show_bug.cgi?id=577863
2491151
Patch1:		%{name}-broken-pkgconfig.patch
7005ad6
dnielsen e022239
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
dnielsen e022239
275cbb8
BuildRequires:	enchant-devel >= %{enchant_version}
8d6a43d
BuildRequires:	iso-codes-devel
d1bd273
BuildRequires:	desktop-file-utils
731d4fd
BuildRequires:	evolution-data-server-devel
9ff4d0a
BuildRequires:	GConf2-devel
731d4fd
BuildRequires:	gettext
ed9273c
BuildRequires:	glib2-devel >= %{glib2_min_version}
ebb1d11
BuildRequires:	gnome-doc-utils >= 0.3.2
ed9273c
BuildRequires:	gnome-panel-devel
901bb0d
BuildRequires:	libcanberra-devel
ed9273c
BuildRequires:	gtk2-devel >= %{gtk2_min_version}
9cdc171
BuildRequires:	intltool
dnielsen e022239
BuildRequires:	libglade2-devel
ed9273c
BuildRequires:	libxml2-devel
ebb1d11
BuildRequires:	pygtk2-devel
9ff4d0a
BuildRequires:	scrollkeeper
ebb1d11
BuildRequires:	telepathy-glib-devel >= %{tp_glib_min_version}
ed9273c
BuildRequires:	telepathy-mission-control-devel >= %{tp_mc_min_version}
90a8ba8
BuildRequires:	telepathy-farsight-devel
90a8ba8
BuildRequires:	libnotify-devel >= 0.4.4
dnielsen e022239
ed9273c
Requires:	%{name}-libs = %{version}-%{release}
dnielsen e022239
Requires:	telepathy-filesystem
c4329fa
## Empathy is useless without a proper Telepathy connection manager installed.
c4329fa
## We hardcode dependencies on Salut and Gabble to support XMPP on a default
9ff4d0a
## install, in both the link-local and Jabber/GoogleTalk incarnations.
c4329fa
## (RHBZ: 308871 and 334221)
c4329fa
## TODO: Perhaps we can configure these to be installed "on demand" with
c4329fa
##       PackageKit and friends?
c4329fa
Requires:	telepathy-gabble
c4329fa
Requires:	telepathy-salut
ea2ee62
## Also hardcode Haze dependency since Empathy is the default IM client in F10+
ea2ee62
## and I'd hate for people to simply disregard it for lack of the "out of the
ea2ee62
## box" protocol support that Pidgin has. (RHBZ: 458935)
ea2ee62
Requires:	telepathy-haze
9521714
dnielsen e022239
Requires(pre):	GConf2
ed9273c
dnielsen e022239
Requires(post):	GConf2
dnielsen e022239
Requires(post):	scrollkeeper
ed9273c
dnielsen e022239
Requires(preun):	GConf2
ed9273c
dnielsen e022239
Requires(postun):	scrollkeeper
dnielsen e022239
9248296
## We're using Empathy's upstreamed profiles for Haze-provided stuff now.
9248296
Obsoletes:	telepathy-haze-mission-control < 0.2.0-3
9248296
Provides:	telepathy-haze-mission-control = 0.2.0-3
9248296
dnielsen e022239
%description
41ce214
Empathy is powerful multi-protocol instant messaging client which
41ce214
supports Jabber, GTalk, MSN, IRC, Salut, and other protocols.
41ce214
It is built on top of the Telepathy framework.
731d4fd
6ccf4cc
%package	devel
6ccf4cc
Summary:	Development files for %{name}
6ccf4cc
Group:		Development/Libraries
ed9273c
Requires:	%{name}-libs = %{version}-%{release}
6ccf4cc
Requires:	pkgconfig
731d4fd
## Needs these for the various #include directives in its headers, as well
731d4fd
## as pkgconfig dependencies...
ed9273c
Requires:	glib2-devel >= %{glib2_min_version}
ebb1d11
Requires:	telepathy-glib-devel >= %{tp_glib_min_version}
ed9273c
Requires:	telepathy-mission-control-devel >= %{tp_mc_min_version}
731d4fd
Requires:	libxml2-devel
731d4fd
6ccf4cc
%description	devel
731d4fd
The %{name}-devel package contains libraries and header files for
731d4fd
developing applications that use %{name}.
731d4fd
731d4fd
ed9273c
%package	libs
ed9273c
Summary:	Shared libraries for %{name}
ed9273c
Group:		Development/Libraries
ed9273c
Requires:	glib2 >= %{glib2_min_version}
ed9273c
Requires:	gtk2 >= %{gtk2_min_version}
ebb1d11
Requires:	telepathy-glib >= %{tp_glib_min_version}
ed9273c
Requires:	telepathy-mission-control >= %{tp_mc_min_version}
ed9273c
ed9273c
%description	libs
ed9273c
The %{name}-libs package contains shared libraries used by Empathy.
ed9273c
ed9273c
ed9273c
%package	python
ed9273c
Summary:	Python bindings for libempathy and libempathy-gtk
ed9273c
Group:		Development/Languages
9ff4d0a
Requires:	%{name}-libs = %{version}-%{release}
ed9273c
ed9273c
%description	python
ed9273c
This package contains the empathy and empathygtk Python modules, which provide
ed9273c
bindings to the libempathy and libempathy-gtk libraries, respectively.
ed9273c
dnielsen e022239
%prep
dnielsen e022239
%setup -q
7005ad6
%patch0 -p1 -b .profile-update
2491151
%patch1 -p1 -b .pkgconfig
6ccf4cc
dnielsen e022239
%build
ffa8710
## GCC complains about some unused functions, so we forcibly show those as
ffa8710
## simple warnings instead of build-halting errors.
8d6a43d
%configure --with-compile-warnings=yes --disable-static
9cdc171
## RPATHs are yucky.
9cdc171
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
9cdc171
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
9cdc171
make %{?_smp_mflags}
c4329fa
install -m 0644 %{SOURCE1} ./README.ConnectionManagers
dnielsen e022239
6ccf4cc
dnielsen e022239
%install
dnielsen e022239
rm -rf $RPM_BUILD_ROOT
dnielsen e022239
make install DESTDIR=$RPM_BUILD_ROOT
8d6a43d
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
8d6a43d
dnielsen e022239
%find_lang %{name}
8d6a43d
dnielsen e022239
desktop-file-install --vendor fedora --delete-original	\
ed9273c
	--dir %{buildroot}%{_datadir}/applications	\
ebb1d11
	%{buildroot}%{_datadir}/applications/%{name}.desktop
dnielsen e022239
6ccf4cc
dnielsen e022239
%clean
ed9273c
rm -rf %{buildroot}
dnielsen e022239
6ccf4cc
dnielsen e022239
%pre
dnielsen e022239
if [ "$1" -gt 1 ]; then
ed9273c
	export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
ed9273c
	gconftool-2 --makefile-uninstall-rule	\
ed9273c
		%{_sysconfdir}/gconf/schemas/GNOME_Megaphone_Applet.schemas	\
ed9273c
		%{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null ||:
dnielsen e022239
fi
dnielsen e022239
6ccf4cc
dnielsen e022239
%post
ed9273c
export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
ed9273c
gconftool-2 --makefile-install-rule	\
ed9273c
	%{_sysconfdir}/gconf/schemas/GNOME_Megaphone_Applet.schemas	\
ed9273c
	%{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null ||:
ed9273c
scrollkeeper-update -q -o %{_datadir}/omf/%{name} ||:
ed9273c
touch --no-create %{_datadir}/icons/hicolor ||:
ed9273c
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
ed9273c
ed9273c
%post libs -p /sbin/ldconfig
dnielsen e022239
6ccf4cc
dnielsen e022239
%preun
dnielsen e022239
if [ "$1" -eq 0 ]; then
ed9273c
	export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
ed9273c
	gconftool-2 --makefile-uninstall-rule	\
ed9273c
		%{_sysconfdir}/gconf/schemas/GNOME_Megaphone_Applet.schemas	\
ed9273c
		%{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null ||:
dnielsen e022239
fi
dnielsen e022239
6ccf4cc
dnielsen e022239
%postun
dnielsen e022239
scrollkeeper-update -q || :
dnielsen e022239
touch --no-create %{_datadir}/icons/hicolor || :
dnielsen e022239
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
dnielsen e022239
	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
dnielsen e022239
fi
dnielsen e022239
ed9273c
%postun libs -p /sbin/ldconfig
ed9273c
6ccf4cc
dnielsen e022239
%files -f %{name}.lang
dnielsen e022239
%defattr(-,root,root,-)
c4329fa
%doc AUTHORS COPYING README README.ConnectionManagers NEWS
dnielsen e022239
%{_sysconfdir}/gconf/schemas/%{name}.schemas
ed9273c
%{_sysconfdir}/gconf/schemas/GNOME_Megaphone_Applet.schemas
dnielsen e022239
%{_bindir}/empathy
ffa8710
%{_bindir}/empathy-logs
dnielsen e022239
%{_datadir}/empathy/
9cdc171
%{_datadir}/applications/fedora-%{name}*.desktop
ebb1d11
%{_datadir}/gnome/help/%{name}/
ebb1d11
%{_datadir}/omf/%{name}/
731d4fd
%{_datadir}/icons/hicolor/*/apps/%{name}*
9248296
%{_datadir}/mission-control/profiles/*.profile
ed9273c
%{_libexecdir}/megaphone-applet
ebb1d11
%{_libexecdir}/nothere-applet
ed9273c
%{_libdir}/bonobo/servers/GNOME_Megaphone_Applet.server
ebb1d11
%{_libdir}/bonobo/servers/GNOME_NotHere_Applet.server
275cbb8
%{_mandir}/man1/empathy*.1.gz
ed9273c
ed9273c
%files	libs
ed9273c
%defattr(-,root,root,-)
731d4fd
%{_libdir}/libempathy*.so.*
731d4fd
731d4fd
%files	devel
6ccf4cc
%defattr(-,root,root,-)
731d4fd
%{_includedir}/libempathy*/
731d4fd
%{_libdir}/libempathy*.so
731d4fd
%{_libdir}/pkgconfig/libempathy*.pc
731d4fd
%{_datadir}/gtk-doc/html/libempathy*
731d4fd
ed9273c
%files	python
ed9273c
%defattr(-,root,root,-)
ed9273c
%{python_sitearch}/empathy*.so
dnielsen e022239
dnielsen e022239
%changelog
9ff4d0a
* Mon Apr 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-1
9ff4d0a
- Update to 2.26.1
9ff4d0a
- See http://download.gnome.org/sources/empathy/2.26/empathy-2.26.1.news
9ff4d0a
e3d0125
* Fri Apr  3 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.26.0.1-2
e3d0125
- Update pkgconfig patch to add libcanberra-gtk requires. (#493954)
e3d0125
84eca85
* Mon Mar 30 2009 Peter Gordon <peter@thecodergeek.com> - 2.26.0.1-1
3cdaf7b
- Update to new upstream release (2.26.0.1): updated translations, fixes a
3cdaf7b
  couple of crasher bugs and usage of the UNIX socket address.
84eca85
000b30e
* Mon Mar 16 2009 Peter Gordon <peter@thecodergeek.com> - 2.26.0-1
000b30e
- Update to new upstream release (2.26.0).
000b30e
cbbeeb2
* Tue Mar 03 2009 Peter Gordon <peter@thecodergeek.com> - 2.25.92-1
cbbeeb2
- Update to new upstream release (2.25.92).
cbbeeb2
- Bump minimum required telepathy-glib version.
cbbeeb2
f764f5d
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
f764f5d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f764f5d
cc97c40
* Mon Feb 16 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.25.91-1
cc97c40
- Update to 2.25.91
cc97c40
90a8ba8
* Tue Feb 10 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.25.90-1
90a8ba8
- Update to 2.25.90.
90a8ba8
- Bump min version of tp-glib needed.
90a8ba8
- Add BR on tp-farsight-devel & libnotify-devel.
90a8ba8
- Drop Requires on tp-stream-engine.
90a8ba8
901bb0d
* Tue Jan  6 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.25.4-1
901bb0d
- Update to 2.25.4.
901bb0d
- Add BR on libcanberra-devel.
901bb0d
2491151
* Mon Dec 29 2008 Brian Pepple <bpepple@fedoraproject.org> - 2.25.3-4
2491151
- Add patch to work around our broken pkgconfig.
2491151
3f57cd1
* Mon Dec 29 2008 Brian Pepple <bpepple@fedoraproject.org> - 2.25.3-3
3f57cd1
- Rebuild.
3f57cd1
3b82985
* Sat Dec 20 2008 Brian Pepple <bpepple@fedoraproject.org> - 2.25.3-2
3b82985
- Update mission-control-convert patch.
3b82985
911a217
* Wed Dec 17 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.3-1
911a217
- Update to 2.25.3
911a217
ba58ea2
* Mon Dec 01 2008 Peter Gordon <peter@thecodergeek.com> - 2.25.2-1
ba58ea2
- Update to new upstream release (2.25.2)
ba58ea2
9959834
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.24.1-4
9959834
- Rebuild for Python 2.6
9959834
41ce214
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-2
41ce214
- Tweak %%description
41ce214
eade6f1
* Thu Nov 20 2008 Peter Gordon <peter@thecodergeek.com>
eade6f1
- Fix Source0 URL.
eade6f1
f24bdf6
* Mon Oct 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
f24bdf6
- Update to 2.24.1
f24bdf6
f7607b2
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
f7607b2
- Update to 2.24.0
f7607b2
e9353ac
* Tue Sep  9 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
e9353ac
- Update to 2.23.92
e9353ac
39939b2
* Thu Sep  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-1
39939b2
- Update to 2.23.91
39939b2
ea2ee62
* Sun Aug 24 2008 Peter Gordon <peter@thecodergeek.com> - 2.23.90-2
ea2ee62
- Now that Empathy will be the default IM client in F10+, hardcode a dependency
ea2ee62
  on telepathy-haze to keep the same protocol functionality across upgrades,
ea2ee62
  for a much improved "out of the box" experience.
ea2ee62
- Reference: bug 458935.
ea2ee62
78912db
* Fri Aug 22 2008 Peter Gordon <peter@thecodergeek.com> - 2.23.90-1
78912db
- Update to new upstream release (2.23.90)
78912db
7005ad6
* Fri Aug 15 2008 Peter Gordon <peter@thecodergeek.com> - 2.23.6-3
7005ad6
- Apply patch from Colin Walters to automagically update profile namings for
7005ad6
  the switch to using Empathy's provided profiles.
7005ad6
- Drop the upgrade script (no longer needed since it's automatically done).
7005ad6
  - upgrade-haze-profiles.sh
7005ad6
9248296
* Wed Aug 13 2008 Peter Gordon <peter@thecodergeek.com> - 2.23.6-2
9248296
- Use upstream's AIM, ICQ, MSN-Haze, and Yahoo profiles instead of recommending
9248296
  the telepathy-haze-mission-control package. (The Haze-provided ones have grown
9248296
  horribly stale...). This makes for better automagic functionality (if Haze is
9248296
  installed, Empathy/MC will autodetect it) and tracks upstream more closely.
7005ad6
  + upgrade-haze-profiles.sh
9248296
9cdc171
* Mon Aug 04 2008 Peter Gordon <peter@thecodergeek.com> - 2.23.6-1
9cdc171
- Update to new upstream release (2.23.6)
9cdc171
- Use the in-tarball libtool scripts instead of the system copy to workaround
9cdc171
  'make install' errors.
9cdc171
992b23e
* Wed Jul 16 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.23.4-1
992b23e
- Update to 0.23.4.
992b23e
- Update source url.
992b23e
2be85bf
* Mon Jun  2 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.23.3-1
2be85bf
- Update to 0.23.3.
2be85bf
- Remove reference to stream-engine in connections managers readme.
2be85bf
275cbb8
* Fri May 16 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.23.2-1
275cbb8
- Update to 0.23.2.
275cbb8
- Add man pages.
275cbb8
- Use enchant-devel, instead of aspell-devel.
275cbb8
8f4412c
* Fri May 16 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.23.1-3
8f4412c
- Rebuild for new e-d-s.
8f4412c
8d6a43d
* Sun May  4 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.23.1-2
8d6a43d
- Drop multiple copies of COPYING file.
8d6a43d
- Drop BR on gnome-vfs2-devel.
8d6a43d
- Require telepathy-stream-engine for VOIP support.
8d6a43d
- Add BR on iso-codes-devel, so spell-checking is enabled.
8d6a43d
ebb1d11
* Wed Apr 23 2008 Peter Gordon <peter@thecodergeek.com> - 0.23.1-1
ebb1d11
- Update to new upstream release (0.23.1)
ebb1d11
- Drop libtelepathy dependencies; upstream switched fully to telepathy-glib.
ebb1d11
0d84164
* Fri Apr 11 2008 Peter Gordon <peter@thecodergeek.com> - 0.22.1-1
0d84164
- Update to new upstream release (0.22.1)
0d84164
1b46df7
* Mon Mar 10 2008 Peter Gordon <peter@thecodergeek.com> - 0.22.0-1
1b46df7
- Update to new upstream release (0.22.0)
1b46df7
9521714
* Sun Mar 09 2008 Peter Gordon <peter@thecodergeek.com> - 0.21.91-1
ff83983
- Update to new upstream release (0.21.91)
9521714
ffa8710
* Fri Feb 22 2008 Peter Gordon <peter@thecodergeek.com> - 0.21.90-1
ffa8710
- Update to new upstream release (0.21.90)
ffa8710
aad6526
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.21.4-2
aad6526
- Autorebuild for GCC 4.3
aad6526
16624fa
* Mon Dec 17 2007 Peter Gordon <peter@thecodergeek.com> - 0.21.4-1
16624fa
- Update to new upstream release (0.21.4)
16624fa
33fef12
* Tue Nov 13 2007 Peter Gordon <peter@thecodergeek.com> - 0.21.2-1
33fef12
- Update to new upstream release (0.21.2)
33fef12
- Drop backported drag-and-drop patch (fixed upstream):
33fef12
    - svn380-fix-contact-DnD.patch
33fef12
- Update README.ConnectionManagers: Include Haze package note, remove Galago
33fef12
  note (a feed-only connection manager isn't useful for instant messaging),
33fef12
  and fix some wording.
33fef12
377157f
* Fri Oct 19 2007 Peter Gordon <peter@thecodergeek.com> - 0.14-5
377157f
- Backport upstream patch to fixes crashes when using drag-and-drop of a
377157f
  contact from the buddy list to the current conversation window to initiate a
377157f
  conversation:
377157f
    + svn380-fix-contact-DnD.patch 
377157f
- Resolves: GNOME bug 483168 (crash in Empathy Instant Messenger: I had
377157f
  dragged a contact ...) 
377157f
c4329fa
* Tue Oct 16 2007 Peter Gordon <peter@thecodergeek.com> - 0.14-4
c4329fa
- Depend on Salut and Gabble to enable XMPP by default. Otherwise, Empathy
c4329fa
  is essentially useless due to the need to install an external connection
c4329fa
  manager. Also, add a README.ConnectionManagers to the installed
c4329fa
  documentation which lists other possibilities.
c4329fa
- Resolves: bug 308871 (Make empathy dependent at least on telepathy-gabble)
c4329fa
  and bug 334221 (Default empathy install is useless).
c4329fa
0dcd543
* Wed Oct 10 2007 Peter Gordon <peter@thecodergeek.com> - 0.14-3
0dcd543
- Enable VoIP support for those brave enough to test/break/debug it (F9+
0dcd543
  only). Though it is functional, it is still deemed rather unstable by
0dcd543
  upstream. Use it at your own risk. :)
0dcd543
c9df675
* Tue Oct 02 2007 Peter Gordon <peter@thecodergeek.com> - 0.14-2
c9df675
- Disable VoIP support at this time, since it is deemed unstable by upstream
c9df675
  for now. (Thanks to Brian Pepple for the notice.)
c9df675
  
b2bc96d
* Tue Oct 02 2007 Peter Gordon <peter@thecodergeek.com> - 0.14-1
b2bc96d
- Update to new upstream release (0.14).
b2bc96d
ed9273c
* Sun Sep 30 2007 Peter Gordon <peter@thecodergeek.com> - 0.13-1
ed9273c
- Update to new upstream release (0.13), which adds a panel applet (Megaphone)
ed9273c
  and python bindings.
ed9273c
- Split shared libraries into a libs subpackage for easier handling
ed9273c
  in multi-lib environments.
ed9273c
6ccf4cc
* Fri Aug 31 2007 Peter Gordon <peter@thecodergeek.com> - 0.12-2
6ccf4cc
- Add ldconfig invocations to %%post and %%postun scriptlets.
6ccf4cc
731d4fd
* Fri Aug 31 2007 Peter Gordon <peter@thecodergeek.com> - 0.12-1
731d4fd
- Update to new upstream release (0.12).
731d4fd
- Build against new mission-control stack.
731d4fd
- Update License tag (GPLv2+).
731d4fd
- Alphabetize BuildRequires list (aesthetic-only change).
731d4fd
c193edc
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 0.8-2
c193edc
- Rebuild for selinux ppc32 issue.
c193edc
731d4fd
* Mon Aug 13 2007 Peter Gordon <peter@thecodergeek.com> - 0.11-1
731d4fd
- Update to new upstream release (0.11)
731d4fd
dnielsen e91c7f6
* Fri Jun 22 2007 David Nielsen <david@lovesunix.net> - 0.8-1
dnielsen e91c7f6
- bump to 0.8
dnielsen e91c7f6
- Now with aspell support (deat to teh speeling mistaks)
dnielsen e91c7f6
dnielsen 522ad16
* Sat Jun  9 2007 David Nielsen <david@lovesunix.net> - 0.7-1
dnielsen 522ad16
- bump to 0.7
dnielsen 522ad16
dnielsen e022239
* Mon Jun  4 2007 David Nielsen <david@lovesunix.net> - 0.6-3
dnielsen e022239
- Add telepathy-filesystem to Requires
dnielsen e022239
- Move .desktop from autostart to applications
dnielsen e022239
- Nasty hackery to make empathy launch from the menu
dnielsen e022239
dnielsen e022239
* Mon Jun  4 2007 David Nielsen <david@lovesunix.net> - 0.6-2
dnielsen e022239
- Add gettext to BuildRequires
dnielsen e022239
dnielsen e022239
* Fri Jun  1 2007 David Nielsen <david@lovesunix.net> - 0.6-1
dnielsen e022239
- Bump to 0.6
dnielsen e022239
dnielsen e022239
* Fri Jun  1 2007 David Nielsen <david@lovesunix.net> - 0.5-2
dnielsen e022239
- Let Empathy own the directory and not just the files in it
dnielsen e022239
dnielsen e022239
* Tue May 30 2007 David Nielsen <david@lovesunix.net> - 0.5-1
dnielsen e022239
- Initial package