]> git.pld-linux.org Git - packages/flumotion.git/commitdiff
- raw
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 28 Aug 2005 20:31:42 +0000 (20:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    flumotion.spec -> 1.1

flumotion.spec [new file with mode: 0644]

diff --git a/flumotion.spec b/flumotion.spec
new file mode 100644 (file)
index 0000000..785b6ae
--- /dev/null
@@ -0,0 +1,46 @@
+#
+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)
This page took 0.111961 seconds and 4 git commands to generate.