source: projects/specs/trunk/t/telepathy-stream-engine/telepathy-stream-engine-vl.spec @ 521

Revision 521, 2.8 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary:        Telepathy client to handle media streaming
2Summary(ja):    メディアストリーミングを扱うための Telepathy クライアント
3
4Name:           telepathy-stream-engine
5Version:        0.5.12
6Release:        1%{?_dist_release}
7
8Group:          Applications/Communications
9License:        LGPLv2+
10URL:            http://telepathy.freedesktop.org/wiki/FrontPage
11Source0:        http://telepathy.freedesktop.org/releases/stream-engine/%{name}-%{version}.tar.gz
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14BuildRequires:  glib2-devel >= 2.4
15BuildRequires:  dbus-devel >= 0.95
16BuildRequires:  dbus-glib-devel >= 0.73
17BuildRequires:  telepathy-glib-devel >= 0.7.34
18BuildRequires:  farsight2-devel >= 0.0.14
19BuildRequires:  gstreamer-devel >= 0.10.23
20BuildRequires:  gstreamer-plugins-base-devel >= 0.10.23
21BuildRequires:  telepathy-farsight-devel >= 0.0.8
22BuildRequires:  libX11-devel
23BuildRequires:  libxslt
24
25
26%description
27A Telepathy client that uses Farsight and GStreamer to handle media
28streaming for channels with the IceSignalling interface.
29
30
31%prep
32%setup -q
33
34%build
35%configure --disable-seq-dias
36make %{?_smp_mflags}
37
38
39%install
40rm -rf $RPM_BUILD_ROOT
41make install DESTDIR=$RPM_BUILD_ROOT
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46
47%files
48%defattr(-,root,root,-)
49%doc COPYING ChangeLog
50%{_sysconfdir}/stream-engine/*.conf
51%{_libexecdir}/*
52%{_datadir}/dbus-1/services/org.maemo.Telepathy.StreamEngine.service
53
54
55%changelog
56* Sat Nov  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.5.12-1
57- new upstream release
58
59* Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.3-1
60- initial build for Vine Linux
61
62* Thu May 22 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.5.3-1
63- Update to 0.5.3.
64
65* Tue Apr 22 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.5.2-1
66- Update to 0.5.2.
67
68* Fri Mar 28 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.3.25-4
69- Rebuild for new farsight.
70
71* Fri Feb  8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.3.25-3
72- Rebuild for gcc-4.3.
73
74* Tue Aug 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.25-2
75- Rebuild.
76
77* Fri Aug 10 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.25-1
78- Update to 0.3.25.
79- Bump min version of farsight-devel needed to 0.1.23.
80
81* Fri Aug  3 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.23-2
82- Update license tag.
83
84* Sun May 20 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.23-1
85- Update to 0.3.23.
86- Add min ver for farsight & libtelepathy.
87
88* Wed Feb 28 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.21-1
89- Update to 0.3.21.
90
91* Sat Jan  6 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.20-1
92- Update to 0.3.20.
93
94* Mon Dec 25 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.3.18-2
95- Disable sequence-diagrams.
96
97* Fri Dec 22 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.3.18-1
98- Update to 0.3.18.
99
100* Sun Dec  3 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.3.16-1
101- Initial FE Spec.
102
Note: See TracBrowser for help on using the repository browser.