devel/flumotion .cvsignore, 1.3, 1.4 flumotion.spec, 1.3, 1.4 sources, 1.3, 1.4

Thomas Vander Stichele (thomasvs) fedora-extras-commits at redhat.com
Sun Mar 5 14:17:25 UTC 2006


Author: thomasvs

Update of /cvs/extras/devel/flumotion
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26151

Modified Files:
	.cvsignore flumotion.spec sources 
Log Message:
update to 0.2.0; rebuild for FE5


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/devel/flumotion/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	20 May 2005 13:45:56 -0000	1.3
+++ .cvsignore	5 Mar 2006 14:17:25 -0000	1.4
@@ -1 +1 @@
-flumotion-0.1.8.tar.bz2
+flumotion-0.2.0.tar.bz2


Index: flumotion.spec
===================================================================
RCS file: /cvs/extras/devel/flumotion/flumotion.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- flumotion.spec	20 May 2005 13:48:47 -0000	1.3
+++ flumotion.spec	5 Mar 2006 14:17:25 -0000	1.4
@@ -1,6 +1,11 @@
+%define         gst_minver      0.10.1
+%define         gstpb_minver    0.10.1
+%define         gstpy_minver    0.10.0
+%define         gstreamer       gstreamer
+
 Name:           flumotion
-Version:        0.1.8
-Release:        1
+Version:        0.2.0
+Release:        1%{?dist}
 Summary:        Flumotion - the Fluendo Streaming Server
 
 Group:          Applications/Internet
@@ -10,23 +15,22 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
 Requires:	python >= 2.3
-Requires:	gstreamer >= 0.8.5
-Requires:	gstreamer-python >= 0.8.0
+Requires:	%{gstreamer} >= %{gst_minver}
+Requires:	%{gstreamer}-plugins-base >= %{gstpb_minver}
+Requires:	%{gstreamer}-python >= %{gstpy_minver}
 Requires:	python-twisted >= 1.3.0
-Requires:	pygtk2 >= 2.4.0
+Requires:	pygtk2 >= 2.8.0
 Requires:	python-imaging
 
 # for make-dummy-cert to work
 Requires(post):	openssl
 
-BuildRequires:	gstreamer-devel >= 0.8.5
-BuildRequires:	gstreamer-python >= 0.8.0
+BuildRequires:	%{gstreamer}-devel >= %{gst_minver}
+BuildRequires:	%{gstreamer}-python >= %{gstpy_minver}
 BuildRequires:	python-twisted >= 1.3.0
 BuildRequires:	python-devel >= 2.3
-BuildRequires:	pygtk2-devel >= 2.4.0
-BuildRequires:  gtk2-devel
-
-BuildRequires:  desktop-file-utils
+BuildRequires:	pygtk2-devel >= 2.8.0
+BuildRequires:	gtk2-devel
 
 # docs
 BuildRequires:	epydoc
@@ -34,11 +38,13 @@
 # sigh, libtool
 BuildRequires:  gcc-c++
 
+BuildRequires:	desktop-file-utils
+
 # since we compile pytrayicon, we're no longer noarch
-# BuildArch:    noarch
+# BuildArch:	noarch
 
 %description
-Fluendo Streaming Server.
+Flumotion, the Fluendo Streaming Server.
 
 %prep
 %setup -q
@@ -68,8 +74,8 @@
 # install make-dummy-cert script
 install -d $RPM_BUILD_ROOT%{_datadir}/flumotion
 install -m 644 \
-        doc/redhat/make-dummy-cert \
-        $RPM_BUILD_ROOT%{_datadir}/flumotion
+	doc/redhat/make-dummy-cert \
+	$RPM_BUILD_ROOT%{_datadir}/flumotion
 
 # install service files
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d
@@ -87,6 +93,8 @@
 install -d $RPM_BUILD_ROOT%{_localstatedir}/run/flumotion
 install -d $RPM_BUILD_ROOT%{_localstatedir}/cache/flumotion
 
+%find_lang flumotion
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -115,6 +123,9 @@
  
   <manager>
     <host>localhost</host>
+<!--
+    <port>7531</port>
+-->
     <component name="manager-bouncer" type="htpasswdcrypt">
       <data><![CDATA[
 user:PSfNpHTkpTx1M
@@ -134,13 +145,21 @@
   cat > %{_sysconfdir}/flumotion/workers/default.xml <<EOF
 <worker>
  
+  <!-- <debug>3</debug> -->
+
   <manager>
+<!--
+    <host>localhost</host>
+    <port>7531</port>
+-->
   </manager>
 
   <authentication type="plaintext">
     <username>user</username>
     <password>test</password>
   </authentication>
+
+  <!-- <feederports>8600-8639</feederports> -->
  
 </worker>
 EOF
@@ -164,7 +183,7 @@
 #   /sbin/service flumotion condrestart
 # fi
 
-%files
+%files -f flumotion.lang
 %defattr(-,root,root,-)
 %doc ChangeLog COPYING README AUTHORS
 %doc doc/reference/html
@@ -172,22 +191,38 @@
 %{_bindir}/flumotion-manager
 %{_bindir}/flumotion-worker
 %{_bindir}/flumotion-admin
+%{_bindir}/flumotion-admin-text
+%{_bindir}/flumotion-command
 %{_bindir}/flumotion-tester
+%{_bindir}/flumotion-job
+%{_bindir}/flumotion-inspect
+%{_bindir}/flumotion-launch
 %{_sbindir}/flumotion
+
 %{_libdir}/flumotion
 %{_libdir}/pkgconfig/flumotion.pc
-%{_datadir}/flumotion
+
 %{_datadir}/applications/*.desktop
 %{_datadir}/pixmaps/*
+%{_mandir}/man1/flumotion*.1*
+
+%{_datadir}/flumotion/glade
+%{_datadir}/flumotion/image
+%{_datadir}/flumotion/make-dummy-cert
+%{_datadir}/flumotion/*.xsl
 %dir %attr(750,flumotion,root) %{_datadir}/flumotion/.flumotion
+
 %attr(750,flumotion,root) %{_sysconfdir}/flumotion
 %attr(750,flumotion,root) %{_localstatedir}/run/flumotion
 %attr(750,flumotion,root) %{_localstatedir}/log/flumotion
 %attr(750,flumotion,root) %{_localstatedir}/cache/flumotion
 %{_sysconfdir}/rc.d/init.d/flumotion
-%{_datadir}/applications/fedora-flumotion-admin.desktop
 
 %changelog
+* Sun Mar 05 2006 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.2.0-1
+- new upstream release
+
 * Fri May 20 2005 Thomas Vander Stichele <thomas at apestaart dot org>
 - 0.1.8-1
 - new upstream release


Index: sources
===================================================================
RCS file: /cvs/extras/devel/flumotion/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	20 May 2005 13:45:56 -0000	1.3
+++ sources	5 Mar 2006 14:17:25 -0000	1.4
@@ -1 +1 @@
-33367676b24fe3af328ae6cfca8b63ec  flumotion-0.1.8.tar.bz2
+f674eb7286fb0cef687c372a0da1ebd1  flumotion-0.2.0.tar.bz2




More information about the fedora-extras-commits mailing list