diff --git a/.python-pyudev.metadata b/.python-pyudev.metadata
new file mode 100644
index 0000000..123276d
--- /dev/null
+++ b/.python-pyudev.metadata
@@ -0,0 +1 @@
+8763b500bda428600f82c7c5606de7210a20db38 SOURCES/pyudev-0.15.tar.gz
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/python-pyudev.spec b/SPECS/python-pyudev.spec
new file mode 100644
index 0000000..1d5da21
--- /dev/null
+++ b/SPECS/python-pyudev.spec
@@ -0,0 +1,61 @@
+%global modname pyudev
+
+Name:             python-pyudev
+Version:          0.15
+Release:          5%{?dist}
+Summary:          A libudev binding
+
+Group:            Development/Languages
+License:          LGPLv2+
+URL:              http://pypi.python.org/pypi/pyudev
+Source0:          http://pypi.python.org/packages/source/p/pyudev/pyudev-0.15.tar.gz
+
+BuildArch:        noarch
+
+
+BuildRequires:    python-devel python-setuptools systemd-devel
+Requires:         python python-setuptools
+
+%description
+###### pyudev ######
+
+pyudev is a LGPL licensed, pure Python binding for libudev, the device
+and hardware management and information library for Linux.  It supports
+almost all libudev functionality, you can enumerate devices, query device
+properties and attributes or monitor devices, including asynchronous
+monitoring with threads, or within the event loops of Qt, Glib or wxPython.
+
+The binding supports CPython_ 2 (2.6 or newer) and 3 (3.1 or newer), and
+PyPy_ 1.5 or newer.  It is tested against udev 151 or newer, earlier
+versions of udev as found on dated Linux systems may work, but are not
+officially supported.
+
+%prep
+%setup -q -n %{modname}-%{version}
+
+%build
+%{__python} setup.py build 
+
+%install
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+
+
+%files
+%doc COPYING README.rst
+%{python_sitelib}/%{modname}
+%{python_sitelib}/%{modname}-%{version}*
+
+
+%changelog
+* Wed Jul 31 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 0.15-5
+- Fixed license field
+
+* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Mon Jul 23 2012 Chris Lockfort <clockfort@redhat.com> 0.15-3
+- Reflect rawhide merging udev into systemd
+* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+* Mon Jun 18 2012 Chris Lockfort <clockfort@redhat.com> 0.15-1
+- initial package