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

Revision 6011, 4.1 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

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