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

Revision 10695, 4.6 KB checked in by tomop, 8 years ago (diff)

telepathy-haze-0.8.0-3

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