From ea32de02b783e18bbce7d14d4f3a7d583ce2f612 Mon Sep 17 00:00:00 2001 From: Yan Yin Date: Mon, 24 Jun 2013 10:46:35 +0800 Subject: [PATCH] add suffix 0.10 to package name, fix build failure. Change-Id: Ie95175997a943f0104eac70011cb95ddde0be4dd --- configure.ac | 1 + gst-openmax.manifest => packaging/gst-openmax0.10.manifest | 0 packaging/{gst-openmax.spec => gst-openmax0.10.spec} | 5 ++--- 3 files changed, 3 insertions(+), 3 deletions(-) rename gst-openmax.manifest => packaging/gst-openmax0.10.manifest (100%) rename packaging/{gst-openmax.spec => gst-openmax0.10.spec} (90%) diff --git a/configure.ac b/configure.ac index b6a1316..2d3c496 100644 --- a/configure.ac +++ b/configure.ac @@ -29,6 +29,7 @@ dnl initialize GStreamer macros AG_GST_INIT dnl define an ERROR_CFLAGS Makefile variable +GST_CVS=no AG_GST_SET_ERROR_CFLAGS($GST_CVS) dnl add GStreamer arguments diff --git a/gst-openmax.manifest b/packaging/gst-openmax0.10.manifest similarity index 100% rename from gst-openmax.manifest rename to packaging/gst-openmax0.10.manifest diff --git a/packaging/gst-openmax.spec b/packaging/gst-openmax0.10.spec similarity index 90% rename from packaging/gst-openmax.spec rename to packaging/gst-openmax0.10.spec index 2820219..0ccd3b2 100644 --- a/packaging/gst-openmax.spec +++ b/packaging/gst-openmax0.10.spec @@ -1,5 +1,4 @@ - -Name: gst-openmax +Name: gst-openmax0.10 Summary: GStreamer plug-in that allows communication with OpenMAX IL components Version: 0.10.1 Release: 7 @@ -29,6 +28,6 @@ rm -rf %{buildroot} %make_install %files -%manifest gst-openmax.manifest +%manifest packaging/gst-openmax0.10.manifest %{_libdir}/gstreamer-0.10/libgstomx.so -- 2.7.4