source: projects/specs/trunk/t/telepathy-salut/telepathy-salut-vl.spec @ 4850

Revision 4850, 4.5 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.2.0

Line 
1Summary:        Link-local XMPP telepathy connection manager
2Summary(ja):    Link-local XMPP telepathy 接続マネージャ
3
4Name:           telepathy-salut
5Version:        0.5.1
6Release:        1%{?_dist_release}
7
8Group:          Applications/Communications
9License:        LGPLv2+
10URL:            http://telepathy.freedesktop.org/wiki/FrontPage
11Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14BuildRequires:  glib2-devel >= 2.16
15BuildRequires:  dbus-devel >= 1.1.0
16BuildRequires:  dbus-glib-devel >= 0.61
17BuildRequires:  avahi-gobject-devel
18BuildRequires:  libxml2-devel
19BuildRequires:  openssl-devel
20BuildRequires:  cyrus-sasl-devel
21BuildRequires:  libxslt
22BuildRequires:  python >= 2.5
23BuildRequires:  python-xmldiff
24BuildRequires:  libasyncns-devel >= 0.3
25BuildRequires:  telepathy-glib-devel >= 0.7.36
26BuildRequires:  check-devel >= 0.9.4
27BuildRequires:  libsoup-devel
28BuildRequires:  libuuid-devel
29BuildRequires:  sqlite3-devel
30
31Requires:       telepathy-filesystem
32
33%description
34%{name} is a Telepathy connection manager for link-local XMPP.
35Normally, XMPP does not support direct client-to-client interactions,
36since it requires authentication with a server.  This package makes
37it is possible to establish an XMPP-like communications system on a
38local network using zero-configuration networking.
39
40
41%prep
42%setup -q
43
44%build
45%configure --enable-ssl
46make %{?_smp_mflags}
47
48%install
49rm -rf $RPM_BUILD_ROOT
50make install DESTDIR=$RPM_BUILD_ROOT
51rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/*.html
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56
57%files
58%defattr(-,root,root,-)
59%doc COPYING AUTHORS NEWS README docs/clique.html
60%{_libexecdir}/%{name}
61%{_datadir}/dbus-1/services/*.service
62%{_datadir}/telepathy/managers/*.manager
63%{_mandir}/man8/%{name}.8.gz
64
65%changelog
66* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.1-1
67- new upstream release
68- add BuildRequires: python-xmldiff, sqlite3-devel
69
70* Sun Jan 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.0-1
71- new upstream release
72- add BuildRequires: libuuid-devel
73
74* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.13-1
75- new upstream release
76
77* Sat Nov  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3.10-1
78- new upstream release
79
80* Tue Sep 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.4-1
81- initial build for Vine Linux
82
83* Sun Aug 24 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.3.4-2
84- Build with libasyncns support.
85
86* Sat Aug 23 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.3.4-1
87- Update to 0.3.4.
88- bump minimum tp-glib version needed.
89
90* Mon Mar 24 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.2.3-1
91- Update to 0.2.3.
92
93* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.2.2-3
94- Autorebuild for GCC 4.3
95
96* Fri Feb  8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.2.2-2
97- Rebuild for gcc-4.3.
98
99* Wed Jan 30 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.2.2-1
100- Update to 0.2.2.
101
102* Tue Jan  8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.2.1-1
103- Update to 0.2.1.
104
105* Fri Dec  7 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.2.0-1
106- Update to 0.2.0.
107
108* Wed Dec  5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.11-2
109- rebuild for new libssl.so.6/libcrypto.so.6
110
111* Sat Dec  1 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.11-1
112- Update to 0.1.11.
113- Add min. version of check needed.
114
115* Tue Nov 27 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-1
116- Update to 0.1.10.
117
118* Wed Nov 14 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.9-1
119- Update to 0.1.9.
120
121* Tue Nov 13 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.8-1
122- Update to 0.1.8.
123
124* Mon Nov 12 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.7-1
125- Update to 0.1.7.
126
127* Wed Nov  7 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.6-1
128- Update to 0.1.6.
129- Add man page.
130- Bump min version of telepathy-glib-devel needed.
131
132* Sat Aug 25 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.4-1
133- Update to 0.1.4.
134- Update minimum BR versions needed.
135
136* Tue Aug 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.3-3
137- Rebuild.
138
139* Fri Aug  3 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.3-2
140- Update license tag.
141
142* Tue Jun 26 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.3-1
143- Update to 0.1.3.
144- Add BR on telepathy-glib-devel & libxslt.
145
146* Mon Apr 16 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-1
147- Update to 0.1.1
148- Add BR on openssl-devel & cyrus-sasl-devel.
149
150* Sun Jan 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.0-1
151- Initial Fedora spec file.
152
Note: See TracBrowser for help on using the repository browser.