rpms/flumotion/devel flumotion.spec,1.1,1.2

Thomas Vander Stichele (thomasvs) fedora-extras-commits at redhat.com
Fri May 20 13:42:47 UTC 2005


Author: thomasvs

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

Modified Files:
	flumotion.spec 
Log Message:
update to new release


Index: flumotion.spec
===================================================================
RCS file: /cvs/extras/rpms/flumotion/devel/flumotion.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- flumotion.spec	21 Apr 2005 16:40:51 -0000	1.1
+++ flumotion.spec	20 May 2005 13:42:45 -0000	1.2
@@ -1,12 +1,12 @@
 Name:           flumotion
-Version:        0.1.7
+Version:        0.1.8
 Release:        1
-Summary:        Flumotion - the Fluendo Streaming Server.
+Summary:        Flumotion - the Fluendo Streaming Server
 
 Group:          Applications/Internet
 License:	GPL
-URL:            http://www.fluendo.com/
-Source:         %{name}-%{version}.tar.bz2
+URL:            http://www.flumotion.net/
+Source:         http://www.flumotion.net/src/flumotion/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
 Requires:	python >= 2.3
@@ -16,6 +16,7 @@
 Requires:	pygtk2 >= 2.4.0
 Requires:	python-imaging
 
+# for make-dummy-cert to work
 Requires(post):	openssl
 
 BuildRequires:	gstreamer-devel >= 0.8.5
@@ -23,6 +24,7 @@
 BuildRequires:	python-twisted >= 1.3.0
 BuildRequires:	python-devel >= 2.3
 BuildRequires:	pygtk2-devel >= 2.4.0
+BuildRequires:  gtk2-devel
 
 BuildRequires:  desktop-file-utils
 
@@ -57,11 +59,17 @@
   --dir $RPM_BUILD_ROOT%{_datadir}/applications         \
   --add-category X-Fedora                               \
   --delete-original                                     \
-  $RPM_BUILD_ROOT/%{_datadir}/applications/flu-admin.desktop
+  $RPM_BUILD_ROOT/%{_datadir}/applications/flumotion-admin.desktop
 
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/flumotion/managers/default/flows
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/flumotion/workers
 
+# 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
+
 # install service files
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d
 install -m 755 \
@@ -91,7 +99,7 @@
 PEM_FILE="%{_sysconfdir}/flumotion/default.pem"
 if ! test -e ${PEM_FILE}
 then
-  sh %{_datadir}/ssl/certs/make-dummy-cert ${PEM_FILE}
+  sh %{_datadir}/flumotion/make-dummy-cert ${PEM_FILE}
   chown :flumotion ${PEM_FILE}
   chmod 640 ${PEM_FILE}
 fi
@@ -176,8 +184,13 @@
 %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
+* Fri May 20 2005 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.1.8-1
+- new upstream release
+
 * Thu Apr 21 2005 Thomas Vander Stichele <thomas at apestaart dot org>
 - Use desktop-file-utils
 




More information about the fedora-extras-commits mailing list