1 %define gst_majorminor @GST_API_VERSION@
3 Name: gstreamer-rtsp-server
6 Summary: GStreamer based RTSP server
7 Vendor: Collabora Multimedia
8 Group: Applications/Multimedia
10 Source0: gst-rtsp-%{version}.tar.bz2
11 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
13 BuildRequires: gstreamer-devel >= 0.10.11
17 This is a RTSP server using the GStreamer framework.
21 %setup -q -n gst-rtsp-%{version}
32 # Clean out files that should not be part of the rpm.
33 rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.a
34 rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
35 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
38 rm -rf $RPM_BUILD_ROOT
41 %post -p /sbin/ldconfig
44 %postun -p /sbin/ldconfig
48 %defattr(-,root,root,-)
49 %doc AUTHORS COPYING README INSTALL docs/design/gst-rtp-server-design
50 %{_bindir}/gst-rtsp-server
53 * Thu Oct 9 2008 Christian Schaller <christian.schaller@collabora.co.uk>