summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2010-08-31 08:56:15 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit235e01ea098d34f457e8da8f9f801af89a3227c4 (patch)
tree69b75c00ac15e5b5d2e6d67e49dd9fc7942cf90f
parent241c38dac7b4e7211be0c9e5f9637163323a7801 (diff)
downloadhttp-live-streaming-tools-235e01ea098d34f457e8da8f9f801af89a3227c4.zip
http-live-streaming-tools-235e01ea098d34f457e8da8f9f801af89a3227c4.tar.gz
- put live_segmenter to own package, to keep out of rubyauto/ac/http-live-streaming-tools-0_1-0_2
Changed files: http-live-streaming-tools.spec -> 1.4
-rw-r--r--http-live-streaming-tools.spec14
1 files changed, 13 insertions, 1 deletions
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