add packaging
authorAnas Nashif <anas.nashif@intel.com>
Tue, 18 Jun 2013 06:28:29 +0000 (02:28 -0400)
committerAnas Nashif <anas.nashif@intel.com>
Tue, 18 Jun 2013 06:28:29 +0000 (02:28 -0400)
packaging/gst-common.spec [new file with mode: 0644]

diff --git a/packaging/gst-common.spec b/packaging/gst-common.spec
new file mode 100644 (file)
index 0000000..48344f1
--- /dev/null
@@ -0,0 +1,25 @@
+Name:           gst-common
+Version:        20130618
+Release:        0
+License:        LGPL-2.0
+Summary:        Gstreamer Common Files
+Group:          Multimedia/Development
+Source:         %{name}-%{version}.tar.bz2
+
+%description
+Gstreamer Common Files.
+
+%prep
+%setup -q
+
+%build
+
+%install
+mkdir %{buildroot}/%{_datadir}/gst-common
+cp -a . %{buildroot}/%{_datadir}/gst-common
+
+%files
+%defattr(-,root,root)
+%{_datadir}/gst-common
+
+%changelog