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

RevLine 
[6011]1Summary:        A collection of GStreamer modules and libraries for videoconferencing
2Name:           farstream
[9073]3Version:        0.2.4
4Release:        1%{?_dist_release}
[6011]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
[6890]16BuildRequires:  gstreamer1-devel >= 0.10.33
17BuildRequires:  gstreamer1-plugins-base-devel >= 0.10.33
[6011]18BuildRequires:  python-devel
[6890]19BuildRequires:  gobject-introspection-devel
[6011]20
[6082]21Obsoletes:      farsight2 < 0.0.32
22
23Vendor:         Project Vine
24Distribution:   Vine Linux
25Packager:       Takemikaduchi
26
[6011]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
[7938]33%package                devel
[6011]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
[7938]45%package        docs
[6011]46Summary:        Documentation for farstream
47Summary(ja):    farstream 用のドキュメント
48Group:          Documentation
49Requires:       %{name} = %{version}-%{release}
[7938]50BuildArch:              noarch
51Provides:       %{name}-doc = %{version}-%{release}
[6011]52
53
[7938]54%description    docs
[6011]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
[6890]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
[6011]86%{_datadir}/%{name}
87
88%files devel
89%defattr(-,root,root,-)
[6890]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
[6011]94
[7938]95%files docs
[6011]96%defattr(-,root,root,-)
[9073]97%{_datadir}/gtk-doc/html/farstream-libs-0.2
[6890]98%{_datadir}/gtk-doc/html/farstream-plugins-0.2
[6011]99
100
101%changelog
[9073]102* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.4-1
103- new upstream release
104
[8119]105* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.3-2
106- rebuild with VineSeed environment
107
[7938]108* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.3-1
109- new upstream release
110
[6890]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
[6082]117* Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-2
118- add Obsoletes: farsight2
119
[6011]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.