source: projects/specs/tags/6_0_REL/t/telepathy-stream-engine/telepathy-stream-engine-vl.spec @ 2041

Revision 2041, 3.0 KB checked in by Takemikaduchi, 14 years ago (diff)

update to GNOME-2.32.0

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