]> git.pld-linux.org Git - packages/flumotion.git/blame - flumotion.spec
- raw
[packages/flumotion.git] / flumotion.spec
CommitLineData
fbf48949
AM
1#
2Summary: the Fluendo Streaming Server
3Name: flumotion
4Version: 0.1.9
5Release: 0.1
6License: GPL
7Group: Daemons
8Source0: http://www.flumotion.net/src/flumotion/%{name}-%{version}.tar.bz2
9# Source0-md5: 7f2b4abbabd7756d1d689b38fd477d3e
10URL: http://www.flumotion.net/
11BuildRequires: gstreamer-devel >= 0.8
12BuildRequires: python-pygtk-devel >= 2.4.0
13BuildRequires: python-gstreamer >= 0.8.2-1
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Flumotion is a streaming media server created with the backing of
18Fluendo. It features intuitive graphical administration tools, making
19the task of setting up and manipulating audio and video streams easy
20for even novice system administrators.
21
22%prep
23%setup -q
24
25%build
26install %{_datadir}/automake/config.* .
27%configure
28%{__make}
29
30%install
31rm -rf $RPM_BUILD_ROOT
32
33%{__make} install \
34 DESTDIR=$RPM_BUILD_ROOT
35
36mv -f $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/ffserver
37install doc/*.conf $RPM_BUILD_ROOT%{_sysconfdir}
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%post -p /sbin/ldconfig
43%postun -p /sbin/ldconfig
44
45%files
46%defattr(644,root,root,755)
This page took 0.109005 seconds and 4 git commands to generate.