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

Revision 7938, 4.2 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.10.1

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