diff --git a/.clutter-gst2.metadata b/.clutter-gst2.metadata
new file mode 100644
index 0000000..2f44675
--- /dev/null
+++ b/.clutter-gst2.metadata
@@ -0,0 +1 @@
+623923ac8bfee20f0ce60b2d3671673ad342afaa SOURCES/clutter-gst-2.0.4.tar.xz
diff --git a/README.md b/README.md
deleted file mode 100644
index 0e7897f..0000000
--- a/README.md
+++ /dev/null
@@ -1,5 +0,0 @@
-The master branch has no content
- 
-Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6
- 
-If you find this file in a distro specific branch, it means that no content has been checked in yet
diff --git a/SPECS/clutter-gst2.spec b/SPECS/clutter-gst2.spec
new file mode 100644
index 0000000..b9c22a1
--- /dev/null
+++ b/SPECS/clutter-gst2.spec
@@ -0,0 +1,89 @@
+Name:           clutter-gst2
+Version:        2.0.4
+Release:        1%{?dist}
+Summary:        GStreamer integration for Clutter
+
+License:        LGPLv2+
+URL:            http://www.clutter-project.org
+Source0:        http://ftp.gnome.org/pub/GNOME/sources/clutter-gst/2.0/clutter-gst-%{version}.tar.xz
+
+BuildRequires:  clutter-devel
+BuildRequires:  gobject-introspection-devel
+BuildRequires:  gstreamer1-devel
+BuildRequires:  gstreamer1-plugins-base-devel
+
+%description
+Clutter is an open source software library for creating fast, visually
+rich and animated graphical user interfaces.
+
+Clutter GStreamer enables the use of GStreamer with Clutter.
+
+%package        devel
+Summary:        Development files for %{name}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+
+%description devel
+Clutter is an open source software library for creating fast, visually
+rich and animated graphical user interfaces.
+
+Clutter GStreamer enables the use of GStreamer with Clutter.
+
+The %{name}-devel package contains libraries and header files for
+developing applications that use clutter-gst API version 2.0.
+
+%prep
+%setup -q -n clutter-gst-%{version}
+
+%build
+%configure
+make %{?_smp_mflags} V=1
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+
+# Remove the documentation for now as it conflicts with the files in
+# clutter-gst-devel. I'll work with upstream to fix this properly.
+rm -rf $RPM_BUILD_ROOT%{_datadir}/gtk-doc/
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%doc AUTHORS COPYING README
+%{_libdir}/girepository-1.0/ClutterGst-2.0.typelib
+%{_libdir}/gstreamer-1.0/libgstclutter.so
+%{_libdir}/libclutter-gst-2.0.so.*
+
+%files devel
+%{_includedir}/clutter-gst-2.0/
+%{_libdir}/libclutter-gst-2.0.so
+%{_libdir}/pkgconfig/clutter-gst-2.0.pc
+%{_datadir}/gir-1.0/ClutterGst-2.0.gir
+#doc #{_datadir}/gtk-doc/
+
+%changelog
+* Sat May 25 2013 Kalev Lember <kalevlember@gmail.com> - 2.0.4-1
+- Update to 2.0.4
+
+* Tue Feb 26 2013 Kalev Lember <kalevlember@gmail.com> - 2.0.2-1
+- Update to 2.0.2
+
+* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 2.0.0-3
+- Rebuilt for cogl soname bump
+
+* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 2.0.0-2
+- Rebuild for new cogl
+
+* Thu Jan 24 2013 Peter Robinson <pbrobinson@fedoraproject.org> 2.0.0-1
+- Update to 2.0.0
+
+* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 1.9.92-1
+- Update to 1.9.92
+
+* Wed Sep 19 2012 Kalev Lember <kalevlember@gmail.com> - 1.9.90-2
+- Rebuilt with gstreamer1 0.11.99
+
+* Wed Aug 29 2012 Kalev Lember <kalevlember@gmail.com> - 1.9.90-1
+- Initial clutter-gst2 packaging, based on Fedora clutter-gst (#852778)