Change-Id: Ib97ddaff60203c0764969937908853c404e04d3f
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
+++ /dev/null
-[general]
-upstream_branch = upstream
-upstream_tag = ${upstreamversion}
+++ /dev/null
-[submodule "common"]
- path = common
- url = git://anongit.freedesktop.org/gstreamer/common
--- /dev/null
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
+++ /dev/null
-#! /bin/sh
-# @author: Philippe Coval <mailto:philippe.coval@eurogiciel.com>
-# @description: manage git submodules with git-build-package-rpm
-
-set -x
-set -e
-
-cat .gitmodules || return 1
-
-
-git submodule status | awk '{ print $2 }' | while read dir ; do
- name=$(basename "$dir" )
- echo "name="
- echo "dir=$dir"
- git submodule init
- git submodule update
-
- tar cjvf "./packaging/${name}.tar.bz2" "${dir}"
-
- cat<<EOF
-# Please add "SourceN: $name.tar.bz2" and "%setup -q -T -D -a N" to "packaging/*.spec"
-EOF
-
-done
+++ /dev/null
-<manifest>
- <request>
- <domain name="_"/>
- </request>
-</manifest>
Name: gst-plugins-ugly
Summary: GStreamer plugins from the "ugly" set
-Version: 1.2.4
+Version: 1.4.1
Release: 0
Group: Multimedia/Audio
License: LGPL-2.0+
Source0: %{name}-%{version}.tar.gz
Source100: common.tar.bz2
-Source1001: gst-plugins-ugly.manifest
BuildRequires: gettext-tools
BuildRequires: which
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
%prep
%setup -q
%setup -q -T -D -a 100
-cp %{SOURCE1001} .
%build
export V=1