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

Revision 9909, 5.3 KB checked in by Takemikaduchi, 8 years ago (diff)

NetworkManager: move file
others: rebuild with gnutls-3.4.7

Line 
1Summary:        Link-local XMPP telepathy connection manager
2Summary(ja):    Link-local XMPP telepathy 接続マネージャ
3
4Name:           telepathy-salut
5Version:        0.8.1
6Release:        2%{?_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:  avahi-tools
24BuildRequires:  python-twisted
25BuildRequires:  python-xmpp
26#BuildRequires: libasyncns-devel >= 0.3
27BuildRequires:  telepathy-glib-devel >= 0.7.36
28BuildRequires:  check-devel >= 0.9.4
29BuildRequires:  libsoup-devel
30BuildRequires:  libuuid-devel
31BuildRequires:  sqlite3-devel
32
33Requires:       telepathy-filesystem
34
35Vendor: Project Vine
36Distribution: Vine Linux
37
38%description
39%{name} is a Telepathy connection manager for link-local XMPP.
40Normally, XMPP does not support direct client-to-client interactions,
41since it requires authentication with a server.  This package makes
42it is possible to establish an XMPP-like communications system on a
43local network using zero-configuration networking.
44
45
46%prep
47%setup -q
48
49%build
50%configure --enable-ssl --disable-static
51make %{?_smp_mflags}
52
53%install
54rm -rf $RPM_BUILD_ROOT
55make install DESTDIR=$RPM_BUILD_ROOT
56rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/*.html
57
58#find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
59find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
60
61%clean
62rm -rf $RPM_BUILD_ROOT
63
64
65%files
66%defattr(-,root,root,-)
67%doc COPYING AUTHORS NEWS README docs/clique.html
68%{_libdir}/telepathy/salut-0
69%{_libexecdir}/%{name}
70%{_datadir}/dbus-1/services/*.service
71%{_datadir}/telepathy/managers/*.manager
72%{_mandir}/man8/%{name}.8.gz
73
74%changelog
75* Wed Dec 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.1-2
76- rebuild with gnutls-3.4.7
77
78* Wed Jan 21 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.8.1-1
79- updated to 0.8,1
80- built with gnutls 3.2.20
81- removed BR: libasyncns-devel
82
83* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-2
84- rebuild with VineSeed environment
85
86* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-1
87- new upstream release
88- add BuildRequires: avahi-tools, python-twisted, python-xmpp
89
90* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-1
91- new upstream release
92
93* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.1-1
94- new upstream release
95- add BuildRequires: python-xmldiff, sqlite3-devel
96
97* Sun Jan 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.0-1
98- new upstream release
99- add BuildRequires: libuuid-devel
100
101* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.13-1
102- new upstream release
103
104* Sat Nov  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3.10-1
105- new upstream release
106
107* Tue Sep 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.4-1
108- initial build for Vine Linux
109
110* Sun Aug 24 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.3.4-2
111- Build with libasyncns support.
112
113* Sat Aug 23 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.3.4-1
114- Update to 0.3.4.
115- bump minimum tp-glib version needed.
116
117* Mon Mar 24 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.2.3-1
118- Update to 0.2.3.
119
120* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.2.2-3
121- Autorebuild for GCC 4.3
122
123* Fri Feb  8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.2.2-2
124- Rebuild for gcc-4.3.
125
126* Wed Jan 30 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.2.2-1
127- Update to 0.2.2.
128
129* Tue Jan  8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.2.1-1
130- Update to 0.2.1.
131
132* Fri Dec  7 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.2.0-1
133- Update to 0.2.0.
134
135* Wed Dec  5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.11-2
136- rebuild for new libssl.so.6/libcrypto.so.6
137
138* Sat Dec  1 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.11-1
139- Update to 0.1.11.
140- Add min. version of check needed.
141
142* Tue Nov 27 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-1
143- Update to 0.1.10.
144
145* Wed Nov 14 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.9-1
146- Update to 0.1.9.
147
148* Tue Nov 13 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.8-1
149- Update to 0.1.8.
150
151* Mon Nov 12 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.7-1
152- Update to 0.1.7.
153
154* Wed Nov  7 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.6-1
155- Update to 0.1.6.
156- Add man page.
157- Bump min version of telepathy-glib-devel needed.
158
159* Sat Aug 25 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.4-1
160- Update to 0.1.4.
161- Update minimum BR versions needed.
162
163* Tue Aug 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.3-3
164- Rebuild.
165
166* Fri Aug  3 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.3-2
167- Update license tag.
168
169* Tue Jun 26 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.3-1
170- Update to 0.1.3.
171- Add BR on telepathy-glib-devel & libxslt.
172
173* Mon Apr 16 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-1
174- Update to 0.1.1
175- Add BR on openssl-devel & cyrus-sasl-devel.
176
177* Sun Jan 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.0-1
178- Initial Fedora spec file.
179
Note: See TracBrowser for help on using the repository browser.