Skip to content
Snippets Groups Projects
Commit 143063a6 authored by Tim-Philipp Müller's avatar Tim-Philipp Müller :tropical_fish:
Browse files

Remove generated .spec file

Likely extremely bitrotten, and we should not ship this anyway.
parent b7769a6d
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,6 @@ ltmain.sh ...@@ -34,7 +34,6 @@ ltmain.sh
missing missing
stamp-h1 stamp-h1
tags tags
gst-rtsp.spec
stamp-h.in stamp-h.in
.dirstamp .dirstamp
......
...@@ -22,13 +22,13 @@ include $(top_srcdir)/common/win32.mak ...@@ -22,13 +22,13 @@ include $(top_srcdir)/common/win32.mak
EXTRA_DIST = \ EXTRA_DIST = \
ChangeLog autogen.sh depcomp \ ChangeLog autogen.sh depcomp \
AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \ AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
gst-rtsp.spec docs/design/gst-rtp-server-design \ docs/design/gst-rtp-server-design \
gst-rtsp-server.doap \ gst-rtsp-server.doap \
$(win32) $(win32)
ACLOCAL_AMFLAGS = -I m4 -I common/m4 ACLOCAL_AMFLAGS = -I m4 -I common/m4
DISTCLEANFILES = _stdint.h gst-rtsp.spec DISTCLEANFILES = _stdint.h
include $(top_srcdir)/common/release.mak include $(top_srcdir)/common/release.mak
include $(top_srcdir)/common/po.mak include $(top_srcdir)/common/po.mak
...@@ -52,6 +52,7 @@ endif ...@@ -52,6 +52,7 @@ endif
# cruft: plugins that have been merged or moved or renamed # cruft: plugins that have been merged or moved or renamed
CRUFT_FILES = \ CRUFT_FILES = \
$(top_builddir)/gst-rtsp.spec \
$(top_builddir)/common/shave \ $(top_builddir)/common/shave \
$(top_builddir)/common/shave-libtool \ $(top_builddir)/common/shave-libtool \
$(top_builddir)/common/m4/codeset.m4 \ $(top_builddir)/common/m4/codeset.m4 \
......
...@@ -356,7 +356,6 @@ dnl *** output files *** ...@@ -356,7 +356,6 @@ dnl *** output files ***
dnl keep this alphabetic per directory, please dnl keep this alphabetic per directory, please
AC_CONFIG_FILES([ AC_CONFIG_FILES([
Makefile Makefile
gst-rtsp.spec
common/Makefile common/Makefile
common/m4/Makefile common/m4/Makefile
gst/Makefile gst/Makefile
......
%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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment