From d2f50a2b9c2d5ab8f5e45f3cb1c6dba37b1593c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 14 Dec 2016 10:24:26 +0000 Subject: [PATCH] Remove generated .spec file Likely extremely bitrotten, and we should not ship this anyway. --- .gitignore | 1 - Makefile.am | 3 +- configure.ac | 1 - gst-plugins-ugly.spec.in | 129 ----------------------------------------------- 4 files changed, 2 insertions(+), 132 deletions(-) delete mode 100644 gst-plugins-ugly.spec.in diff --git a/.gitignore b/.gitignore index fc746d9..8304ca8 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,6 @@ config.guess config.sub config.rpath configure -gst-plugins-ugly.spec libtool stamp-h stamp-h.in diff --git a/Makefile.am b/Makefile.am index 1ecaff5..507d392 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ SUBDIRS = \ include $(top_srcdir)/common/win32.mak EXTRA_DIST = \ - gst-plugins-ugly.spec depcomp \ + depcomp \ AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \ ChangeLog gst-plugins-ugly.doap autogen.sh \ $(win32) @@ -44,6 +44,7 @@ include $(top_srcdir)/common/coverage/lcov.mak # cruft: plugins that have been merged or moved or renamed CRUFT_FILES = \ + $(top_builddir)/gst-plugins-ugly.spec \ $(top_builddir)/common/shave \ $(top_builddir)/common/shave-libtool diff --git a/configure.ac b/configure.ac index 1539fce..587188f 100644 --- a/configure.ac +++ b/configure.ac @@ -496,7 +496,6 @@ m4/Makefile po/Makefile.in pkgconfig/Makefile pkgconfig/gstreamer-plugins-ugly-uninstalled.pc -gst-plugins-ugly.spec ) dnl Create the config.h file for Visual Studio builds diff --git a/gst-plugins-ugly.spec.in b/gst-plugins-ugly.spec.in deleted file mode 100644 index 1d1a54a..0000000 --- a/gst-plugins-ugly.spec.in +++ /dev/null @@ -1,129 +0,0 @@ -%define majorminor @GST_API_VERSION@ -%define gstreamer gstreamer1 - -%define gst_minver 0.11.0 - -Name: %{gstreamer}-plugins-ugly -Version: @VERSION@ -Release: @PACKAGE_VERSION_RELEASE@.gst -Summary: GStreamer streaming media framework "ugly" plug-ins - -Group: Applications/Multimedia -License: LGPL -URL: http://gstreamer.freedesktop.org/ -Vendor: GStreamer Backpackers Team -Source: http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-%{version}.tar.xz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -Requires: %{gstreamer} >= %{gst_minver} -BuildRequires: %{gstreamer}-devel >= %{gst_minver} -BuildRequires: gcc-c++ - -@USE_SIDPLAY_TRUE@BuildRequires: libsidplay-devel >= 1.36.0 -@USE_A52DEC_TRUE@BuildRequires: a52dec-devel >= 0.7.3 -@USE_DVDREAD_TRUE@BuildRequires: libdvdread-devel >= 0.9.0 -@USE_LAME_TRUE@BuildRequires: lame-devel >= 3.89 -@USE_MAD_TRUE@BuildRequires: libmad-devel >= 0.15.0 -@USE_MPEG2DEC_TRUE@BuildRequires: mpeg2dec-devel >= 0.4.0 -@USE_MPG123_TRUE@BuildRequires: mpg123-devel >= 1.13 - -@USE_SIDPLAY_TRUE@Provides: gstreamer-sid = %{version}-%{release} -@USE_LAME_TRUE@Provides: gstreamer-lame = %{version}-%{release} -@USE_MAD_TRUE@Provides: gstreamer-mad = %{version}-%{release} -@USE_A52DEC_TRUE@Provides: gstreamer-a52dec = %{version}-%{release} -@USE_DVDREAD_TRUE@Provides: gstreamer-dvdread = %{version}-%{release} -@USE_MPEG2DEC_TRUE@Provides: gstreamer-mpeg2dec = %{version}-%{release} - -@USE_X264_TRUE@Requires: x264-libs - -%description -GStreamer is a streaming media framework, based on graphs of elements which -operate on media data. - -This package contains well-written plug-ins that can't be shipped in -gstreamer-plugins-good because: -- the license is not LGPL -- the license of the library is not LGPL -- there are possible licensing issues with the code. - -# %package devel -# Summary: Development files for GStreamer Ugly Plugins -# Group: Development/Libraries -# -# Requires: %{name} = %{version}-%{release} -# -# %description devel -# GStreamer is a streaming media framework, based on graphs of elements which -# operate on media data. -# -# This package contains well-written plug-ins that can't be shipped in -# gstreamer-plugins-good because: -# - the license is not LGPL -# - the license of the library is not LGPL -# - there are possible licensing issues with the code. -# -# This package contains development files and documentation. - -%prep -%setup -q -n gst-plugins-ugly-%{version} -%build -%configure \ - --enable-debug \ - --enable-gtk-doc - -make %{?_smp_mflags} - -%install -rm -rf $RPM_BUILD_ROOT - -# Install doc temporarily in order to be included later by rpm -%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 - -%find_lang gst-plugins-ugly-%{majorminor} - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -f gst-plugins-ugly-%{majorminor}.lang -%defattr(-, root, root, -) -%doc AUTHORS COPYING README REQUIREMENTS gst-plugins-ugly.doap -%{_libdir}/gstreamer-%{majorminor}/libgstasf.so -%{_libdir}/gstreamer-%{majorminor}/libgstdvdlpcmdec.so -%{_libdir}/gstreamer-%{majorminor}/libgstxingmux.so -%{_libdir}/gstreamer-%{majorminor}/libgstrmdemux.so -%{_libdir}/gstreamer-%{majorminor}/libgstdvdsub.so - -# plugins with dependencies -@USE_SIDPLAY_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstsid.so -@USE_LAME_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstlame.so -@USE_MAD_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstmad.so -@USE_A52DEC_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgsta52dec.so -@USE_DVDREAD_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstdvdread.so -@USE_MPEG2DEC_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstmpeg2dec.so -@USE_MPG123_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstmpg123.so -@USE_TWOLAME_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgsttwolame.so -%doc %{_datadir}/gtk-doc/html/gst-plugins-ugly-plugins-%{majorminor}/* -@USE_X264_TRUE@%{_datadir}/gstreamer-%{majorminor}/presets/GstX264Enc.prs -@USE_X264_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstx264.so -@USE_AMRNB_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstamrnb.so -@USE_AMRWB_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstamrwbdec.so -@USE_AMRNB_TRUE@%{_datadir}/gstreamer-%{majorminor}/presets/GstAmrnbEnc.prs -@USE_CDIO_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstcdio.so - - -%changelog -* Fri Jun 5 2009 Jan Schmidt -- Move x264enc plugin from -bad - -* Fri Dec 15 2006 Thomas Vander Stichele -- further cleanup -- add .doap file - -* Fri Sep 02 2005 Thomas Vander Stichele -- clean out for split into ugly -- 2.7.4