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

Revision 8119, 4.4 KB checked in by Takemikaduchi, 10 years ago (diff)

rebuild or new upstream release

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