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

Revision 9073, 3.1 KB checked in by Takemikaduchi, 9 years ago (diff)

GNOME 3.14.1

Line 
1Summary:        A collection of GStreamer modules and libraries for videoconferencing
2Name:           farstream
3Version:        0.2.4
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        docs
46Summary:        Documentation for farstream
47Summary(ja):    farstream 用のドキュメント
48Group:          Documentation
49Requires:       %{name} = %{version}-%{release}
50BuildArch:              noarch
51Provides:       %{name}-doc = %{version}-%{release}
52
53
54%description    docs
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}/farstream-0.2/*.so
83%{_libdir}/gstreamer-1.0/*.so
84%{_libdir}/libfarstream-0.2.so.*
85%{_libdir}/girepository-1.0/Farstream-0.2.typelib
86%{_datadir}/%{name}
87
88%files devel
89%defattr(-,root,root,-)
90%{_includedir}/farstream-0.2
91%{_libdir}/libfarstream-0.2.so
92%{_libdir}/pkgconfig/farstream-0.2.pc
93%{_datadir}/gir-1.0/Farstream-0.2.gir
94
95%files docs
96%defattr(-,root,root,-)
97%{_datadir}/gtk-doc/html/farstream-libs-0.2
98%{_datadir}/gtk-doc/html/farstream-plugins-0.2
99
100
101%changelog
102* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.4-1
103- new upstream release
104
105* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.3-2
106- rebuild with VineSeed environment
107
108* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.3-1
109- new upstream release
110
111* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-1
112- new upstream release
113- change BuildRequires: gstreamer1-devel instead of gstreamer-devel
114- change BuildRequires: gstreamer1-plugins-base-devel instead of gstreamer-plugins-base-devel
115- add BuildRequires: gobject-introspection-devel
116
117* Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-2
118- add Obsoletes: farsight2
119
120* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-1
121- initial build for VIne Linux
122
Note: See TracBrowser for help on using the repository browser.