summaryrefslogtreecommitdiff
path: root/gst-rtsp.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'gst-rtsp.spec.in')
-rw-r--r--gst-rtsp.spec.in54
1 files changed, 0 insertions, 54 deletions
diff --git a/gst-rtsp.spec.in b/gst-rtsp.spec.in
deleted file mode 100644
index 12224f8..0000000
--- a/gst-rtsp.spec.in
+++ /dev/null
@@ -1,54 +0,0 @@
-%define gst_majorminor @GST_API_VERSION@
-
-Name: gstreamer-rtsp-server
-Version: @VERSION@
-Release: 1%{?dist}
-Summary: GStreamer based RTSP server
-Vendor: Collabora Multimedia
-Group: Applications/Multimedia
-License: LGPLv2+
-Source0: gst-rtsp-%{version}.tar.bz2
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires: gstreamer-devel >= 0.10.11
-
-
-%description
-This is a RTSP server using the GStreamer framework.
-
-
-%prep
-%setup -q -n gst-rtsp-%{version}
-
-
-%build
-%configure
-
-make
-
-%install
-%makeinstall
-
-# Clean out files that should not be part of the rpm.
-rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.a
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
-%post -p /sbin/ldconfig
-
-
-%postun -p /sbin/ldconfig
-
-
-%files
-%defattr(-,root,root,-)
-%doc AUTHORS COPYING README INSTALL docs/design/gst-rtp-server-design
-%{_bindir}/gst-rtsp-server
-
-%changelog
-* Thu Oct 9 2008 Christian Schaller <christian.schaller@collabora.co.uk>
-- First spec file