]> git.pld-linux.org Git - packages/flumotion.git/blame - flumotion.spec
- tabs in preamble
[packages/flumotion.git] / flumotion.spec
CommitLineData
4bb288a2 1Summary: The Fluendo Streaming Server
adf30954 2Summary(pl.UTF-8): Serwer strumieni Fluendo
fbf48949
AM
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
fc4db627 23%description -l pl.UTF-8
4bb288a2 24Flumotion to serwer strumieni multimedialnych stworzony przy poparciu
fc4db627
JR
25Fluendo. Ma intuicyjne graficzne narzędzia administracyjne, czyniące
26zadanie konfiguracji i obróbki strumieni dźwięku i obrazu łatwym nawet
27dla początkujących administratorów systemów.
4bb288a2 28
fbf48949
AM
29%prep
30%setup -q
31
32%build
fef9916a 33install /usr/share/automake/config.* .
fbf48949
AM
34%configure
35%{__make}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39
40%{__make} install \
41 DESTDIR=$RPM_BUILD_ROOT
42
43mv -f $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/ffserver
44install doc/*.conf $RPM_BUILD_ROOT%{_sysconfdir}
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%post -p /sbin/ldconfig
50%postun -p /sbin/ldconfig
51
52%files
53%defattr(644,root,root,755)
4bb288a2
JB
54%attr(755,root,root) %{_sbindir}/ffserver
55%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.conf
This page took 0.057273 seconds and 4 git commands to generate.