From 235e01ea098d34f457e8da8f9f801af89a3227c4 Mon Sep 17 00:00:00 2001 From: Elan Ruusamäe Date: Tue, 31 Aug 2010 08:56:15 +0000 Subject: - put live_segmenter to own package, to keep out of ruby Changed files: http-live-streaming-tools.spec -> 1.4 diff --git a/http-live-streaming-tools.spec b/http-live-streaming-tools.spec index 66b7452..1ada970 100644 --- a/http-live-streaming-tools.spec +++ b/http-live-streaming-tools.spec @@ -1,7 +1,7 @@ Summary: HTTP Live Video Stream Segmenter and Distributor Name: http-live-streaming-tools Version: 0.1 -Release: 0.1 +Release: 0.2 License: GPL v2 Group: Applications/Networking Source0: %{name}.tar.bz2 @@ -11,6 +11,7 @@ Patch0: makefile.patch BuildRequires: bzip2-devel BuildRequires: ffmpeg-devel >= 0.5 BuildRequires: rpmbuild(macros) >= 1.484 +Requires: http-live-segmenter = %{version}-%{release} Requires: ruby Requires: ruby-modules %{?ruby_mod_ver_requires_eq} @@ -23,6 +24,13 @@ source includes a Ruby script and a C program that use FFMpeg to encode and segment an input video stream in the correct format for use with the HTTP streaming protocol. +%package -n http-live-segmenter +Summary: HTTP Live Video Stream Segmenter +Group: Applications + +%description -n http-live-segmenter +HTTP Live Video Stream Segmenter. + %prep %setup -q -n %{name} %patch0 -p1 @@ -50,3 +58,7 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_bindir}/hs_transfer.rb %attr(755,root,root) %{_bindir}/http_streamer.rb %attr(755,root,root) %{_bindir}/live_segmenter + +%files -n http-live-segmenter +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/live_segmenter -- cgit v0.10.2