source: projects/specs/tags/6_0_REL/t/telepathy-haze/telepathy-haze-vl.spec @ 2041

Revision 2041, 4.1 KB checked in by Takemikaduchi, 14 years ago (diff)

update to GNOME-2.32.0

Line 
1Summary:        A multi-protocol Libpurple connection manager
2Summary(ja):    マルチプロトコル Libpurple 接続マネージャ
3
4Name:           telepathy-haze
5Version:        0.4.0
6Release:        1%{?_dist_release}
7
8Group:          Applications/Communications
9License:        GPLv2+
10URL:            http://developer.pidgin.im/wiki/Telepathy
11
12Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
13
14BuildRoot: %{_tmppath}/%{name}-%{version}-root
15
16BuildRequires:  libpurple-devel
17BuildRequires:  telepathy-glib-devel
18 
19Requires:       telepathy-filesystem   
20
21%description
22telepathy-haze is a connection manager built around libpurple, the core of
23Pidgin (formerly Gaim), as a Summer of Code project under the Pidgin umbrella.
24Ultimately, any protocol supported by libpurple will be supported by
25telepathy-haze; for now, XMPP, MSN and AIM are known to work acceptably, and
26others will probably work too.
27
28
29%prep
30%setup -q
31
32%build
33%configure
34make %{?_smp_mflags}
35
36%install
37rm -rf %{buildroot}
38make install DESTDIR=%{buildroot}
39
40%clean
41rm -rf %{buildroot}
42
43
44%files
45%defattr(-,root,root,-)
46%doc COPYING NEWS
47%{_libexecdir}/telepathy-haze
48%{_datadir}/dbus-1/services/*.haze.service
49%{_datadir}/telepathy/managers/haze.manager
50%{_mandir}/man8/telepathy-haze.8*
51
52%changelog
53* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.0-1
54- new upstream release
55
56* Sat Nov  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com>  0.3.2-1
57- new upstream release
58
59* Tue Sep 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp>  0.2.0-1
60- initial build for Vine Linux
61
62* Wed Aug 13 2008 Peter Gordon <peter@thecodergeek.com> - 0.2.0-3
63- Remove the mission-control subpackage in favor of using the profiles from
64  Empathy upstream.
65
66* Tue Jul 29 2008 Peter Gordon <peter@thecodergeek.com> - 0.2.0-2
67- Fix the ICQ Mission Control profile to properly use the "icq" configuration
68  UI, rather than the one for jabber.
69- Resolves: bug #456565 (Wrong entry in haze-icq.profile)
70
71* Sat Mar 01 2008 Peter Gordon <peter@thecodergeek.com> - 0.2.0-1
72- Update to new upstream release (0.2.0)
73- Add ICQ Mission-Control profile.
74
75* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.1.4-3
76- Autorebuild for GCC 4.3
77
78* Sun Dec 16 2007 Peter Gordon <peter@thecodergeek.com> - 0.1.4-2
79- Add patch from upstream Darcs to fix bug 425870 (bad apostrophe escaping with
80  Yahoo! messages).
81  + fix-yahoo-apostrophe-escaping.patch
82
83* Thu Nov 22 2007 Peter Gordon <peter@thecodergeek.com> - 0.1.4-1
84- Update to new upstream build-fix release (0.1.4).
85- Add Yahoo! IM support to the mission-control profiles, with default
86  login/server information taken from Pidgin/Finch.
87
88* Wed Nov 14 2007 Peter Gordon <peter@thecodergeek.com> - 0.1.3-1
89- Update to new upstream release (0.1.3), which fixes the accidental
90  ~/.purple directory deletion with Pidgin 2.3.0+ (among other notable fixes
91  and enhancements).
92- Drop compile fix with recent telepathy-glib releases (fixed upstream):
93  - fix-deprecated-tp_debug-call.patch
94
95* Tue Nov 13 2007 Peter Gordon <peter@thecodergeek.com> - 0.1.2-4
96- Add patch to fix build error due to calling deprecated
97  tp_debug_set_flags_from_env function.
98  + fix-deprecated-tp_debug-call.patch
99
100* Sun Nov 11 2007 Peter Gordon <peter@thecodergeek.com> - 0.1.2-3
101- Fix Source0 URL.
102
103* Thu Nov 01 2007 Peter Gordon <peter@thecodergeek.com> - 0.1.2-2
104- Add haze-msn.profile (based on the profile provided by the PyMSN-based
105  Butterfly connection manager) so that MC-using applications (such as
106  Empathy) can use the libpurple-based MSN connection manager instead of
107  Butterfly, at the user's option.
108 
109* Sun Sep 16 2007 Peter Gordon <peter@thecodergeek.com> - 0.1.2-1
110- Update to new upstream release (0.1.2), which fixes sending messages with
111  <, >, and & characters and properly cleans up zombie children.   
112
113* Fri Aug 17 2007 Peter Gordon <peter@thecodergeek.com> - 0.1.1-1
114- Update to new upstream release (0.1.1), which fixes segfaults when closing
115  text and list channels, and some potential g_free corruptions.
116- Sync %%description with upstream release announcements.
117
118* Mon Aug 13 2007 Peter Gordon <peter@thecodergeek.com> - 0.1.0-1
119- Initial packaging for Fedora.
120
Note: See TracBrowser for help on using the repository browser.