Skip to content

Commit

Permalink
Merge branch 'update_to_029' into 'master'
Browse files Browse the repository at this point in the history
[farstream] Update to 0.2.9. Contributes to JB#45864

See merge request mer-core/farstream!7
  • Loading branch information
pvuorela committed Jul 2, 2020
2 parents 64d95f4 + d0203e6 commit ddc78fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion farstream
Submodule farstream updated from 1c21fb to 1e4227
11 changes: 2 additions & 9 deletions rpm/farstream.spec
@@ -1,15 +1,13 @@
Name: farstream
Version: 0.2.8
Version: 0.2.9
Release: 1
Summary: Libraries for video conferencing applications
Group: System/Libraries
License: LGPLv2+
URL: http://www.freedesktop.org/wiki/Software/Farstream
Source0: http://freedesktop.org/software/farstream/releases/farstream/%{name}-%{version}.tar.gz
Source1: runTest.sh
Source2: mktests.sh
Patch0: nemo-tests-install.patch
BuildRequires: python
BuildRequires: pkgconfig(nice) >= 0.1.0
BuildRequires: pkgconfig(gstreamer-1.0)
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
Expand All @@ -19,33 +17,28 @@ A collection of GStreamer modules and libraries for video conferencing applicati

%package devel
Summary: Development files for video conferencing applications
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}

%description devel
A collection of GStreamer modules and libraries for video conferencing applications

%package tests
Summary: Tests and tests.xml for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}

%description tests
Testpackage for automated tests with tests and tests.xml

%package doc
Summary: Documentation for %{name}
Group: Documentation
Requires: %{name} = %{version}-%{release}

%description doc
%{summary}.

%prep
%setup -q -n %{name}-%{version}/%{name}
%autosetup -p1 -n %{name}-%{version}/%{name}

# nemo-tests-install.patch
%patch0 -p1

# install the mktests.sh to generate the tests.xml
%__cp $RPM_SOURCE_DIR/mktests.sh tests/
Expand Down

0 comments on commit ddc78fc

Please sign in to comment.