From 0ca7037a3287ca0538dea89cb38fec9814ed9387 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Apr 18 2013 15:14:39 +0000 Subject: import farstream02-0.2.3-1.el7.src.rpm --- diff --git a/.farstream02.metadata b/.farstream02.metadata new file mode 100644 index 0000000..9f95a22 --- /dev/null +++ b/.farstream02.metadata @@ -0,0 +1 @@ +ab3692bcad2a99d5b8fcb9a0f62499569d38d5b3 SOURCES/farstream-0.2.3.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/farstream02.spec b/SPECS/farstream02.spec new file mode 100644 index 0000000..d41c9d1 --- /dev/null +++ b/SPECS/farstream02.spec @@ -0,0 +1,132 @@ +%global gst_ver 1.0.0 +%global gst_plugins_base_ver 1.0.0 +%global far farstream + +Name: %{far}02 +Version: 0.2.3 +Release: 1%{?dist} +Summary: Libraries for videoconferencing + +# Package is LGPLv2 except for a few files in /common/coverage/ +License: LGPLv2+ and GPLv2+ +URL: http://www.freedesktop.org/wiki/Software/Farstream +Source0: http://freedesktop.org/software/%{far}/releases/%{far}/%{far}-%{version}.tar.gz + +BuildRequires: libnice-devel >= 0.1.3 +BuildRequires: gstreamer1-devel >= %{gst_ver} +BuildRequires: gstreamer1-plugins-base-devel >= %{gst_plugins_base_ver} +BuildRequires: gupnp-igd-devel +BuildRequires: gobject-introspection-devel +BuildRequires: python-devel + +Requires: gstreamer1-plugins-good >= 1.0.0 +Requires: gstreamer1-plugins-bad-free >= 1.0.0 + + +%description +%{name} is a collection of GStreamer modules and libraries for +videoconferencing. + + +%package devel +Summary: Development files for %{name} +Group: Development/Libraries +Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: gstreamer1-devel >= %{gst_ver} +Requires: gstreamer1-plugins-base-devel >= %{gst_plugins_base_ver} +Requires: pkgconfig + + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + + +%prep +%setup -q -n %{far}-%{version} + + +%check +#make check + + +%build +%configure \ + --with-package-name='Fedora Farstream-0.2 package' \ + --with-package-origin='http://download.fedoraproject.org' \ + --disable-static +make %{?_smp_mflags} + + +%install +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' + + +%post -p /sbin/ldconfig + + +%postun -p /sbin/ldconfig + + +%files +%doc COPYING NEWS AUTHORS +%{_libdir}/*.so.* +%dir %{_libdir}/%{far}-0.2 +%{_libdir}/%{far}-0.2/libmulticast-transmitter.so +%{_libdir}/%{far}-0.2/libnice-transmitter.so +%{_libdir}/%{far}-0.2/librawudp-transmitter.so +%{_libdir}/%{far}-0.2/libshm-transmitter.so +%{_libdir}/gstreamer-1.0/libfsmsnconference.so +%{_libdir}/gstreamer-1.0/libfsrawconference.so +%{_libdir}/gstreamer-1.0/libfsrtcpfilter.so +%{_libdir}/gstreamer-1.0/libfsrtpconference.so +%{_libdir}/gstreamer-1.0/libfsvideoanyrate.so +%{_libdir}/girepository-1.0/Farstream-0.2.typelib +%dir %{_datadir}/%{far} +%dir %{_datadir}/%{far}/0.2 +%dir %{_datadir}/%{far}/0.2/fsrtpconference +%dir %{_datadir}/%{far}/0.2/fsrawconference +%{_datadir}/%{far}/0.2/fsrawconference/default-element-properties +%{_datadir}/%{far}/0.2/fsrtpconference/default-codec-preferences +%{_datadir}/%{far}/0.2/fsrtpconference/default-element-properties + +%files devel +%{_libdir}/libfarstream-0.2.so +%{_libdir}/pkgconfig/%{far}-0.2.pc +%{_includedir}/%{far}-0.2/%{far}/ +%{_datadir}/gir-1.0/Farstream-0.2.gir +%{_datadir}/gtk-doc/html/%{far}-libs-1.0/ +%{_datadir}/gtk-doc/html/%{far}-plugins-0.2/ + + +%changelog +* Tue Apr 16 2013 Brian Pepple - 0.2.3-1 +- Update to 0.2.3. +- Drop leak patches. Fixed upstream. + +* Wed Mar 27 2013 Brian Pepple - 0.2.2-3 +- Pull some patches from upstream that fix serveral leaks. + +* Wed Feb 13 2013 Fedora Release Engineering - 0.2.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Nov 14 2012 Brian Pepple - 0.2.2-1 +- Update to 0.2.2 +- Drop properties patch. Fixed upstream. + +* Wed Oct 24 2012 Debarshi Ray - 0.2.1-2 +- Update and fix the default properties for vp8enc + +* Thu Oct 4 2012 Brian Pepple - 0.2.1-1 +- Update to 0.2.1 + +* Wed Oct 3 2012 Brian Pepple - 0.2.0-2 +- Drop unnecessary removal of buildroot in the install section. +- Update License info. + +* Wed Sep 26 2012 Brian Pepple - 0.2.0-1 +- Update to 0.2.0 + +* Tue Sep 25 2012 Brian Pepple - 0.1.91-1 +- Initial Fedora spec.