SPECS: flumotion.spec (NEW) - raw

arekm arekm at pld-linux.org
Sun Aug 28 22:31:47 CEST 2005


Author: arekm                        Date: Sun Aug 28 20:31:47 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- raw

---- Files affected:
SPECS:
   flumotion.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/flumotion.spec
diff -u /dev/null SPECS/flumotion.spec:1.1
--- /dev/null	Sun Aug 28 22:31:47 2005
+++ SPECS/flumotion.spec	Sun Aug 28 22:31:42 2005
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+#
+Summary:	the Fluendo Streaming Server
+Name:		flumotion
+Version:	0.1.9
+Release:	0.1
+License:	GPL
+Group:		Daemons
+Source0:	http://www.flumotion.net/src/flumotion/%{name}-%{version}.tar.bz2
+# Source0-md5:	7f2b4abbabd7756d1d689b38fd477d3e
+URL:		http://www.flumotion.net/
+BuildRequires:	gstreamer-devel >= 0.8
+BuildRequires:	python-pygtk-devel >= 2.4.0
+BuildRequires:	python-gstreamer >= 0.8.2-1
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Flumotion is a streaming media server created with the backing of
+Fluendo. It features intuitive graphical administration tools, making
+the task of setting up and manipulating audio and video streams easy
+for even novice system administrators.
+
+%prep
+%setup -q
+
+%build
+install %{_datadir}/automake/config.* .
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+mv -f $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/ffserver
+install doc/*.conf $RPM_BUILD_ROOT%{_sysconfdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+
+%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.1  2005/08/28 20:31:42  arekm
+- raw
+
================================================================



More information about the pld-cvs-commit mailing list