]> git.pld-linux.org Git - packages/flumotion.git/blame - flumotion.spec
- BR: automake; unify
[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/
fef9916a 11BuildRequires: automake
fbf48949
AM
12BuildRequires: gstreamer-devel >= 0.8
13BuildRequires: python-pygtk-devel >= 2.4.0
14BuildRequires: python-gstreamer >= 0.8.2-1
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18Flumotion is a streaming media server created with the backing of
19Fluendo. It features intuitive graphical administration tools, making
20the task of setting up and manipulating audio and video streams easy
21for even novice system administrators.
22
23%prep
24%setup -q
25
26%build
fef9916a 27install /usr/share/automake/config.* .
fbf48949
AM
28%configure
29%{__make}
30
31%install
32rm -rf $RPM_BUILD_ROOT
33
34%{__make} install \
35 DESTDIR=$RPM_BUILD_ROOT
36
37mv -f $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/ffserver
38install doc/*.conf $RPM_BUILD_ROOT%{_sysconfdir}
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%post -p /sbin/ldconfig
44%postun -p /sbin/ldconfig
45
46%files
47%defattr(644,root,root,755)
This page took 0.055675 seconds and 4 git commands to generate.