rpms/telepathy-haze/F-7 haze-aim.profile, NONE, 1.1 haze-msn.profile, NONE, 1.1 telepathy-haze.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Mon Nov 12 19:26:31 UTC 2007


Author: pgordon

Update of /cvs/pkgs/rpms/telepathy-haze/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4788/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	haze-aim.profile haze-msn.profile telepathy-haze.spec 
Log Message:
Intial import (bug 252128).


--- NEW FILE haze-aim.profile ---
[Profile]
Manager = haze
Protocol = aim
_Name = AIM (Haze)
_Description = AIM Protocol
IconName = im-aim
DisplayName = AIM
ConfigurationUI = jabber
Capabilities = chat-p2p, supports-avatars, supports-alias
SupportedPresences = offline,available,away,extended-away,do-not-disturb
Default-server = login.oscar.aol.com
Default-port = 5190
Default-resource = Telepathy


--- NEW FILE haze-msn.profile ---
[Profile]
Manager=haze
Protocol=msn
DisplayName=MSN (Haze)
IconName = empathy-proto-msn
ConfigurationUI = msn
Capabilities = chat-p2p, split-account, supports-avatars, supports-alias
SupportedPresences = offline,available,away,extended-away,hidden,do-not-disturb
VCardField = X-MSN
VCardDefault = true
Default-server = messenger.hotmail.com
Default-port = 1863
Default-resource = Telepathy


--- NEW FILE telepathy-haze.spec ---
Name:		telepathy-haze
Version:	0.1.2
Release:	3%{?dist}
Summary:	A multi-protocol Libpurple connection manager for Telepathy

Group:		Applications/Communications
License:	GPLv2+
URL:		http://developer.pidgin.im/wiki/Telepathy

Source0:	http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
## Enables mission-control to use the AIM and MSN connection managers.
Source1:	haze-aim.profile
Source2:	haze-msn.profile

BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	libpurple-devel
BuildRequires:	telepathy-glib-devel
  
Requires:	telepathy-filesystem    

%description
telepathy-haze is a connection manager built around libpurple, the core of
Pidgin (formerly Gaim), as a Summer of Code project under the Pidgin umbrella.
Ultimately, any protocol supported by libpurple will be supported by
telepathy-haze; for now, XMPP, MSN and AIM are known to work acceptably, and
others will probably work too.


%package	mission-control
Summary:	Mission Control support for Haze
Group:		Applications/Communications
Requires:	%{name} = %{version}-%{release}
Requires:	telepathy-mission-control
Requires:	gnome-icon-theme

%description	mission-control
This package adds Haze connection manager support to the Mission Control
management framework for Telepathy. This currently only provides rudimentary
support for the AIM and MSN protocols, as many others are already implemented
via various other projects; though increased protocol support for others that
Libpurple supports is planned for future releases. This is useful for
applications such as Empathy that use Mission Control for their Telepathy
management.


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
## Install the profile and icon for the AIM Mission Control support
## (e.g., for Empathy and others)
install -m 0755 -d %{buildroot}%{_datadir}/mission-control/profiles
install -p -m 0644 -t %{buildroot}%{_datadir}/mission-control/profiles %{SOURCE1}
install -p -m 0644 -t %{buildroot}%{_datadir}/mission-control/profiles %{SOURCE2}


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc COPYING NEWS
%{_bindir}/telepathy-haze
%{_datadir}/dbus-1/services/*.haze.service
%{_datadir}/telepathy/managers/haze.manager

%files	mission-control
%defattr(-,root,root,-)
%doc COPYING
%{_datadir}/mission-control/profiles/haze-aim.profile
%{_datadir}/mission-control/profiles/haze-msn.profile


%changelog
* Sun Nov 11 2007 Peter Gordon <peter at thecodergeek.com> - 0.1.2-3
- Fix Source0 URL.

* Thu Nov 01 2007 Peter Gordon <peter at thecodergeek.com> - 0.1.2-2
- Add haze-msn.profile (based on the profile provided by the PyMSN-based
  Butterfly connection manager) so that MC-using applications (such as
  Empathy) can use the libpurple-based MSN connection manager instead of
  Butterfly, at the user's option. 
  
* Sun Sep 16 2007 Peter Gordon <peter at thecodergeek.com> - 0.1.2-1
- Update to new upstream release (0.1.2), which fixes sending messages with
  <, >, and & characters and properly cleans up zombie children.   

* Fri Aug 17 2007 Peter Gordon <peter at thecodergeek.com> - 0.1.1-1
- Update to new upstream release (0.1.1), which fixes segfaults when closing
  text and list channels, and some potential g_free corruptions.
- Sync %%description with upstream release announcements.

* Mon Aug 13 2007 Peter Gordon <peter at thecodergeek.com> - 0.1.0-1
- Initial packaging for Fedora. 

Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/telepathy-haze/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Nov 2007 17:38:31 -0000	1.1
+++ .cvsignore	12 Nov 2007 19:25:59 -0000	1.2
@@ -0,0 +1 @@
+telepathy-haze-0.1.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/telepathy-haze/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Nov 2007 17:38:31 -0000	1.1
+++ sources	12 Nov 2007 19:25:59 -0000	1.2
@@ -0,0 +1 @@
+50d1385b43ce6f8909c5d5e311c982ce  telepathy-haze-0.1.2.tar.gz




More information about the fedora-extras-commits mailing list