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

Revision 5038, 4.6 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.2.1

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