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

Revision 5361, 3.3 KB checked in by Takemikaduchi, 12 years ago (diff)

remove Requires: hal

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