From: Vineeth TM Date: Fri, 10 Jul 2015 01:40:30 +0000 (+0900) Subject: remove temporary hidden files added by mistake X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=HEAD;p=platform%2Fupstream%2Fgst-python.git remove temporary hidden files added by mistake Change-Id: I677e4d8191f20dfaa0108ab76c7956230d0a8a63 Signed-off-by: Vineeth TM --- diff --git a/gi/overrides/Makefile.am~ b/gi/overrides/Makefile.am~ deleted file mode 100644 index ee94f7c..0000000 --- a/gi/overrides/Makefile.am~ +++ /dev/null @@ -1,37 +0,0 @@ -common_cflags = $(PYGOBJECT_CFLAGS) $(GST_CFLAGS) -fno-strict-aliasing -common_libadd = $(GST_LIBS) $(PYGOBJECT_LIBS) -common_ldflags = -module -avoid-version -shrext $(PYTHON_SO) - -# We install everything in the gi/overrides folder -pygioverridesdir = $(PYGI_OVERRIDES_DIR) -pygioverrides_PYTHON = Gst.py GstPbutils.py - -pygioverridesexecdir = $(PYGI_OVERRIDES_DIR) - -EXTRA_DIST = Gst.py - -AM_CPPFLAGS = $(PYTHON_INCLUDES) - -pygioverridesexec_LTLIBRARIES = _gi_gst.la - -_gi_gst_la_SOURCES = gstmodule.c -_gi_gst_la_CFLAGS = $(common_cflags) -_gi_gst_la_LIBADD = $(common_libadd) -_gi_gst_la_LDFLAGS = $(common_ldflags) - -# if we build in a separate tree, we need to symlink the *.so files from the -# source tree; Python does not accept the extensions and modules in different -# paths -build_pylinks: - for f in $(pygioverrides_PYTHON) __init__.py; do \ - [ -e $(builddir)/$$f ] || $(LN_S) -f $(srcdir)/$$f $(builddir)/$$f; \ - done - -all: $(pygioverridesexec_LTLIBRARIES:.la=$(PYTHON_SO)) build_pylinks -check-local: $(pygioverridesexec_LTLIBRARIES:.la=$(PYTHON_SO)) build_pylinks -clean-local: - rm -f $(pygioverridesexec_LTLIBRARIES:.la=$(PYTHON_SO)) - -%$(PYTHON_SO): %.la - $(LN_S) -f .libs/$@ $@ - diff --git a/packaging/gst-python.spec~ b/packaging/gst-python.spec~ deleted file mode 100644 index 038f682..0000000 --- a/packaging/gst-python.spec~ +++ /dev/null @@ -1,75 +0,0 @@ -Name: gstreamer-python -Version: 1.4.5 -Release: 1 -Summary: Python bindings for GStreamer - -Group: Development/Languages -License: LGPL-2.1+ -URL: http://gstreamer.freedesktop.org/ -Source: http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.4.0.tar.gz - -Requires: python >= 2 -Requires: gnome-python2 -Requires: pygtk2 - - -BuildRequires: python >= 2 -BuildRequires: python-devel >= 2 - - -BuildRequires: pkgconfig(gstreamer-1.0) -BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) -BuildRequires: pkgconfig(pygobject-3.0) - -# sigh, libtool -BuildRequires: gcc-c++ - -%description -This module contains a wrapper that allows GStreamer applications -to be written in Python. - -%package devel -Summary: Libraries/include files for Python bindings for GStreamer -Group: Development/Libraries -#Requires: gstreamer-python-debuginfo = 1.4.5-1 - -%description devel -This package contains the libraries and includes files necessary to develop -python bindings for GStreamer-based C libraries. - -%prep -%setup -q -n gst-python-%{version} - - - -%build -%autogen --noconfigure -%configure -make %{?_smp_mflags} - -%install -rm -rf $RPM_BUILD_ROOT - -%makeinstall -find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%doc gst-python.doap -%license COPYING -%{_libdir}/gstreamer-1.0/libgstpythonplugin.so -#%{_libdir}/python2.7/site-packages/gi/overrides/Gst.py -#%{_libdir}/python2.7/site-packages/gi/overrides/Gst.pyc -#%{_libdir}/python2.7/site-packages/gi/overrides/Gst.pyo -#%{_libdir}/python2.7/site-packages/gi/overrides/GstPbutils.py -#%{_libdir}/python2.7/site-packages/gi/overrides/GstPbutils.pyc -#%{_libdir}/python2.7/site-packages/gi/overrides/GstPbutils.pyo -%{_libdir}/python2.7/site-packages/gi/overrides/_gi_gst.so - - -%files devel -%defattr(-, root, root, -)