Skip to content
Snippets Groups Projects
Commit ddc37e6b 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 054ac404
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,6 @@ log ...@@ -36,7 +36,6 @@ log
/config.sub /config.sub
/configure /configure
/depcomp /depcomp
/gst-editing-services.spec
/install-sh /install-sh
/libtool /libtool
/ltmain.sh /ltmain.sh
......
...@@ -14,7 +14,7 @@ DIST_SUBDIRS = $(SUBDIRS) ...@@ -14,7 +14,7 @@ DIST_SUBDIRS = $(SUBDIRS)
include $(top_srcdir)/common/win32.mak include $(top_srcdir)/common/win32.mak
EXTRA_DIST = \ EXTRA_DIST = \
gst-editing-services.spec depcomp \ depcomp \
AUTHORS COPYING NEWS README RELEASE \ AUTHORS COPYING NEWS README RELEASE \
ChangeLog autogen.sh gst-editing-services.doap \ ChangeLog autogen.sh gst-editing-services.doap \
$(win32) $(win32)
...@@ -54,8 +54,9 @@ endif ...@@ -54,8 +54,9 @@ 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)/common/shave \ $(top_builddir)/gst-editing-services.spec \
$(top_builddir)/common/shave-libtool $(top_builddir)/common/shave \
$(top_builddir)/common/shave-libtool
include $(top_srcdir)/common/cruft.mak include $(top_srcdir)/common/cruft.mak
......
...@@ -450,7 +450,6 @@ Makefile ...@@ -450,7 +450,6 @@ Makefile
ges/ges-version.h ges/ges-version.h
common/Makefile common/Makefile
common/m4/Makefile common/m4/Makefile
gst-editing-services.spec
m4/Makefile m4/Makefile
ges/Makefile ges/Makefile
tests/Makefile tests/Makefile
......
%define majorminor @GST_API_VERSION@
%define gstreamer gstreamer
%define gst_minver 0.11.0
Name: %{gstreamer}-editing-services
Version: @VERSION@
Release: @PACKAGE_VERSION_RELEASE@.gst
Summary: GStreamer helper library for editing applications
%define majorminor @GST_API_VERSION@
Group: Applications/Multimedia
License: LGPL
URL: http://gstreamer.freedesktop.org/
Vendor: GStreamer Backpackers Team <package@gstreamer.freedesktop.org>
Source: http://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: %{gstreamer} >= %{gst_minver}
BuildRequires: %{gstreamer}-devel >= %{gst_minver}
%description
GStreamer is a streaming media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related. Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plug-ins.
%prep
%setup -q -n gst-editing-services-%{version}
%build
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
# Clean out files that should not be part of the rpm.
rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.la
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
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