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

Revision 6011, 2.3 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

Line 
1Summary:        A collection of GStreamer modules and libraries for videoconferencing
2Name:           farstream
3Version:        0.1.2
4Release:        1%{?_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
22%description
23Farstream is a collection of GStreamer modules and libraries for
24videoconferencing. The API is described in the documentation in the
25docs/ directory.
26
27
28%package        devel
29Summary:        Development tools for farstream
30Summary(ja):    farstream の開発環境
31Group:          Development/Libraries
32Requires:       %{name} = %{version}-%{release}
33Requires:       pkgconfig
34
35%description    devel
36Header files and libraries for building a extension library for the
37farstream.
38
39
40%package        doc
41Summary:        Documentation for farstream
42Summary(ja):    farstream 用のドキュメント
43Group:          Documentation
44Requires:       %{name} = %{version}-%{release}
45BuildArch:      noarch
46
47
48%description    doc
49This package contains documentation for farstream.
50
51
52%prep
53%setup -q
54%patch0 -p1
55
56
57%build
58%configure --disable-static
59make %{?_smp_mflags}
60
61
62%install
63rm -rf $RPM_BUILD_ROOT
64make install DESTDIR=$RPM_BUILD_ROOT
65
66find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
67
68
69%clean
70rm -rf $RPM_BUILD_ROOT
71
72
73%files
74%defattr(-,root,root,-)
75%doc README NEWS COPYING ChangeLog AUTHORS
76%{_libdir}/libfarstream-0.1.so.*
77%{_libdir}/farstream-0.1/*.so
78%{_libdir}/gstreamer-0.10/*.so
79%{python_sitearch}/farstream.so
80%{_datadir}/%{name}
81
82%files devel
83%defattr(-,root,root,-)
84%{_includedir}/farstream-0.1
85%{_libdir}/pkgconfig/farstream-0.1.pc
86%{_libdir}/libfarstream-0.1.so
87
88%files doc
89%defattr(-,root,root,-)
90%{_libdir}/libfarstream-0.1.so
91%{_datadir}/gtk-doc/html/farstream-libs-0.10
92%{_datadir}/gtk-doc/html/farstream-plugins-0.1
93
94
95%changelog
96* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-1
97- initial build for VIne Linux
98
Note: See TracBrowser for help on using the repository browser.