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

Revision 6890, 2.8 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.0 & Cinnamon-1.6.1

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