source: projects/specs/trunk/f/farstream/farstream-vl.spec @ 6082

Revision 6082, 2.5 KB checked in by Takemikaduchi, 12 years ago (diff)

farstream, telepathy-farstream: add Obsoletes
others: new upstream release

Line 
1Summary:        A collection of GStreamer modules and libraries for videoconferencing
2Name:           farstream
3Version:        0.1.2
4Release:        2%{?_dist_release}
5
6Group:          System Environment/Libraries
7License:        LGPLv2+
8URL:            http://www.freedesktop.org/wiki/Software/Farstream
9Source0:        http://freedesktop.org/software/farstream/releases/farstream/%{name}/%{name}-%{version}.tar.gz
10
11Patch0:         farstream-prefer-vp8.patch
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14
15BuildRequires:  libnice-devel
16BuildRequires:  gstreamer-devel >= 0.10.33
17BuildRequires:  gstreamer-plugins-base-devel >= 0.10.33
18BuildRequires:  python-devel
19BuildRequires:  pygobject-devel
20BuildRequires:  gstreamer-python-devel
21
22Obsoletes:      farsight2 < 0.0.32
23
24Vendor:         Project Vine
25Distribution:   Vine Linux
26Packager:       Takemikaduchi
27
28%description
29Farstream is a collection of GStreamer modules and libraries for
30videoconferencing. The API is described in the documentation in the
31docs/ directory.
32
33
34%package        devel
35Summary:        Development tools for farstream
36Summary(ja):    farstream の開発環境
37Group:          Development/Libraries
38Requires:       %{name} = %{version}-%{release}
39Requires:       pkgconfig
40
41%description    devel
42Header files and libraries for building a extension library for the
43farstream.
44
45
46%package        doc
47Summary:        Documentation for farstream
48Summary(ja):    farstream 用のドキュメント
49Group:          Documentation
50Requires:       %{name} = %{version}-%{release}
51BuildArch:      noarch
52
53
54%description    doc
55This package contains documentation for farstream.
56
57
58%prep
59%setup -q
60%patch0 -p1
61
62
63%build
64%configure --disable-static
65make %{?_smp_mflags}
66
67
68%install
69rm -rf $RPM_BUILD_ROOT
70make install DESTDIR=$RPM_BUILD_ROOT
71
72find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
73
74
75%clean
76rm -rf $RPM_BUILD_ROOT
77
78
79%files
80%defattr(-,root,root,-)
81%doc README NEWS COPYING ChangeLog AUTHORS
82%{_libdir}/libfarstream-0.1.so.*
83%{_libdir}/farstream-0.1/*.so
84%{_libdir}/gstreamer-0.10/*.so
85%{python_sitearch}/farstream.so
86%{_datadir}/%{name}
87
88%files devel
89%defattr(-,root,root,-)
90%{_includedir}/farstream-0.1
91%{_libdir}/pkgconfig/farstream-0.1.pc
92%{_libdir}/libfarstream-0.1.so
93
94%files doc
95%defattr(-,root,root,-)
96%{_libdir}/libfarstream-0.1.so
97%{_datadir}/gtk-doc/html/farstream-libs-0.10
98%{_datadir}/gtk-doc/html/farstream-plugins-0.1
99
100
101%changelog
102* Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-2
103- add Obsoletes: farsight2
104
105* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-1
106- initial build for VIne Linux
107
Note: See TracBrowser for help on using the repository browser.