source: projects/specs/trunk/t/telepathy-haze/telepathy-haze-vl.spec @ 521

Revision 521, 4.0 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary:        A multi-protocol Libpurple connection manager
2Summary(ja):    マルチプロトコル Libpurple 接続マネージャ
3
4Name:           telepathy-haze
5Version:        0.3.2
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* Sat Nov  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com>  0.3.2-1
54- new upstream release
55
56* Tue Sep 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp>  0.2.0-1
57- initial build for Vine Linux
58
59* Wed Aug 13 2008 Peter Gordon <peter@thecodergeek.com> - 0.2.0-3
60- Remove the mission-control subpackage in favor of using the profiles from
61  Empathy upstream.
62
63* Tue Jul 29 2008 Peter Gordon <peter@thecodergeek.com> - 0.2.0-2
64- Fix the ICQ Mission Control profile to properly use the "icq" configuration
65  UI, rather than the one for jabber.
66- Resolves: bug #456565 (Wrong entry in haze-icq.profile)
67
68* Sat Mar 01 2008 Peter Gordon <peter@thecodergeek.com> - 0.2.0-1
69- Update to new upstream release (0.2.0)
70- Add ICQ Mission-Control profile.
71
72* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.1.4-3
73- Autorebuild for GCC 4.3
74
75* Sun Dec 16 2007 Peter Gordon <peter@thecodergeek.com> - 0.1.4-2
76- Add patch from upstream Darcs to fix bug 425870 (bad apostrophe escaping with
77  Yahoo! messages).
78  + fix-yahoo-apostrophe-escaping.patch
79
80* Thu Nov 22 2007 Peter Gordon <peter@thecodergeek.com> - 0.1.4-1
81- Update to new upstream build-fix release (0.1.4).
82- Add Yahoo! IM support to the mission-control profiles, with default
83  login/server information taken from Pidgin/Finch.
84
85* Wed Nov 14 2007 Peter Gordon <peter@thecodergeek.com> - 0.1.3-1
86- Update to new upstream release (0.1.3), which fixes the accidental
87  ~/.purple directory deletion with Pidgin 2.3.0+ (among other notable fixes
88  and enhancements).
89- Drop compile fix with recent telepathy-glib releases (fixed upstream):
90  - fix-deprecated-tp_debug-call.patch
91
92* Tue Nov 13 2007 Peter Gordon <peter@thecodergeek.com> - 0.1.2-4
93- Add patch to fix build error due to calling deprecated
94  tp_debug_set_flags_from_env function.
95  + fix-deprecated-tp_debug-call.patch
96
97* Sun Nov 11 2007 Peter Gordon <peter@thecodergeek.com> - 0.1.2-3
98- Fix Source0 URL.
99
100* Thu Nov 01 2007 Peter Gordon <peter@thecodergeek.com> - 0.1.2-2
101- Add haze-msn.profile (based on the profile provided by the PyMSN-based
102  Butterfly connection manager) so that MC-using applications (such as
103  Empathy) can use the libpurple-based MSN connection manager instead of
104  Butterfly, at the user's option.
105 
106* Sun Sep 16 2007 Peter Gordon <peter@thecodergeek.com> - 0.1.2-1
107- Update to new upstream release (0.1.2), which fixes sending messages with
108  <, >, and & characters and properly cleans up zombie children.   
109
110* Fri Aug 17 2007 Peter Gordon <peter@thecodergeek.com> - 0.1.1-1
111- Update to new upstream release (0.1.1), which fixes segfaults when closing
112  text and list channels, and some potential g_free corruptions.
113- Sync %%description with upstream release announcements.
114
115* Mon Aug 13 2007 Peter Gordon <peter@thecodergeek.com> - 0.1.0-1
116- Initial packaging for Fedora.
117
Note: See TracBrowser for help on using the repository browser.