# Generated from rtsp_server-0.1.2.gem by gem2rpm -*- rpm-spec -*- %global gem_name rtsp_server Name: rubygem-%{gem_name} Version: 0.1.2 Release: 1%{?dist} Summary: Library to allow RTSP streaming from RTSP-enabled devices License: MIT URL: https://github.com/turboladen/rtsp Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby # BuildRequires: rubygem(code_statistics) >= 0.2.13 # BuildRequires: rubygem(code_statistics) < 0.3 # BuildRequires: rubygem(cucumber) >= 1.1.0 # BuildRequires: rubygem(roodi) >= 2.1.0 # BuildRequires: rubygem(rspec) >= 2.5.0 # BuildRequires: rubygem(simplecov) >= 0.4.0 # BuildRequires: rubygem(yard) >= 0.6.0 BuildArch: noarch %description This library intends to follow the RTSP RFC document (2326) to allow for working with RTSP servers. At this point, it's up to you to parse the data from a play call, but we'll get there. ...eventually. For more information see: http://www.ietf.org/rfc/rfc2326.txt. %package doc Summary: Documentation for %{name} Requires: %{name} = %{version}-%{release} BuildArch: noarch %description doc Documentation for %{name}. %prep %setup -q -n %{gem_name}-%{version} %build # Create the gem as gem install only works on a gem file gem build ../%{gem_name}-%{version}.gemspec # %%gem_install compiles any C extensions and installs the gem into ./%%gem_dir # by default, so that we can move it into the buildroot in %%install %gem_install %install mkdir -p %{buildroot}%{gem_dir} cp -a .%{gem_dir}/* \ %{buildroot}%{gem_dir}/ %check pushd .%{gem_instdir} # cucumber # rspec spec popd %files %dir %{gem_instdir} %license %{gem_instdir}/LICENSE.rdoc %{gem_libdir} %{gem_instdir}/tasks %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %doc %{gem_instdir}/ChangeLog.rdoc %{gem_instdir}/Gemfile %doc %{gem_instdir}/README.rdoc %{gem_instdir}/Rakefile %{gem_instdir}/features %{gem_instdir}/rtsp.gemspec %{gem_instdir}/spec %changelog * Wed Apr 20 2022 mockbuilder - 0.1.2-1 - Initial package