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

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

rebuild or new upstream release

Line 
1Summary:        Link-local XMPP telepathy connection manager
2Summary(ja):    Link-local XMPP telepathy 接続マネージャ
3
4Name:           telepathy-salut
5Version:        0.8.0
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
26BuildRequires:  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
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
58find $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* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-2
76- rebuild with VineSeed environment
77
78* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-1
79- new upstream release
80- add BuildRequires: avahi-tools, python-twisted, python-xmpp
81
82* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-1
83- new upstream release
84
85* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.1-1
86- new upstream release
87- add BuildRequires: python-xmldiff, sqlite3-devel
88
89* Sun Jan 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.0-1
90- new upstream release
91- add BuildRequires: libuuid-devel
92
93* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.13-1
94- new upstream release
95
96* Sat Nov  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3.10-1
97- new upstream release
98
99* Tue Sep 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.4-1
100- initial build for Vine Linux
101
102* Sun Aug 24 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.3.4-2
103- Build with libasyncns support.
104
105* Sat Aug 23 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.3.4-1
106- Update to 0.3.4.
107- bump minimum tp-glib version needed.
108
109* Mon Mar 24 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.2.3-1
110- Update to 0.2.3.
111
112* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.2.2-3
113- Autorebuild for GCC 4.3
114
115* Fri Feb  8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.2.2-2
116- Rebuild for gcc-4.3.
117
118* Wed Jan 30 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.2.2-1
119- Update to 0.2.2.
120
121* Tue Jan  8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.2.1-1
122- Update to 0.2.1.
123
124* Fri Dec  7 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.2.0-1
125- Update to 0.2.0.
126
127* Wed Dec  5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.11-2
128- rebuild for new libssl.so.6/libcrypto.so.6
129
130* Sat Dec  1 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.11-1
131- Update to 0.1.11.
132- Add min. version of check needed.
133
134* Tue Nov 27 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-1
135- Update to 0.1.10.
136
137* Wed Nov 14 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.9-1
138- Update to 0.1.9.
139
140* Tue Nov 13 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.8-1
141- Update to 0.1.8.
142
143* Mon Nov 12 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.7-1
144- Update to 0.1.7.
145
146* Wed Nov  7 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.6-1
147- Update to 0.1.6.
148- Add man page.
149- Bump min version of telepathy-glib-devel needed.
150
151* Sat Aug 25 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.4-1
152- Update to 0.1.4.
153- Update minimum BR versions needed.
154
155* Tue Aug 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.3-3
156- Rebuild.
157
158* Fri Aug  3 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.3-2
159- Update license tag.
160
161* Tue Jun 26 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.3-1
162- Update to 0.1.3.
163- Add BR on telepathy-glib-devel & libxslt.
164
165* Mon Apr 16 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-1
166- Update to 0.1.1
167- Add BR on openssl-devel & cyrus-sasl-devel.
168
169* Sun Jan 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.1.0-1
170- Initial Fedora spec file.
171
Note: See TracBrowser for help on using the repository browser.