packages: http-live-streaming-tools/http-live-streaming-tools.spec - put li...
glen
glen at pld-linux.org
Tue Aug 31 10:56:21 CEST 2010
Author: glen Date: Tue Aug 31 08:56:21 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- put live_segmenter to own package, to keep out of ruby
---- Files affected:
packages/http-live-streaming-tools:
http-live-streaming-tools.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: packages/http-live-streaming-tools/http-live-streaming-tools.spec
diff -u packages/http-live-streaming-tools/http-live-streaming-tools.spec:1.3 packages/http-live-streaming-tools/http-live-streaming-tools.spec:1.4
--- packages/http-live-streaming-tools/http-live-streaming-tools.spec:1.3 Fri Aug 27 12:31:28 2010
+++ packages/http-live-streaming-tools/http-live-streaming-tools.spec Tue Aug 31 10:56:15 2010
@@ -2,7 +2,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
@@ -12,6 +12,7 @@
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}
@@ -24,6 +25,13 @@
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
@@ -52,12 +60,19 @@
%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
+
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2010/08/31 08:56:15 glen
+- put live_segmenter to own package, to keep out of ruby
+
Revision 1.3 2010/08/27 10:31:28 glen
- ffmpeg 0.5 needed
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/http-live-streaming-tools/http-live-streaming-tools.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list