add suffix 0.10 to package name, fix build failure.
[profile/ivi/gst-openmax0.10.git] / packaging / gst-openmax0.10.spec
1 Name:       gst-openmax0.10
2 Summary:    GStreamer plug-in that allows communication with OpenMAX IL components
3 Version:    0.10.1
4 Release:    7
5 Group:      Application/Multimedia
6 License:    LGPLv2.1
7 Source0:    %{name}-%{version}.tar.gz
8 BuildRequires: which
9 BuildRequires: pkgconfig(gstreamer-0.10)
10 BuildRequires: pkgconfig(gstreamer-plugins-base-0.10)
11
12 %description
13 gst-openmax is a GStreamer plug-in that allows communication with OpenMAX IL components.
14 Multiple OpenMAX IL implementations can be used.
15
16 %prep
17 %setup -q
18
19 %build
20 ./autogen.sh --noconfigure
21 %configure --disable-static --prefix=/usr
22
23 make %{?jobs:-j%jobs}
24
25
26 %install
27 rm -rf %{buildroot}
28 %make_install
29
30 %files
31 %manifest packaging/gst-openmax0.10.manifest
32 %{_libdir}/gstreamer-0.10/libgstomx.so
33