diff --git a/.pyserial.metadata b/.pyserial.metadata
new file mode 100644
index 0000000..a93146a
--- /dev/null
+++ b/.pyserial.metadata
@@ -0,0 +1 @@
+39e6d9a37b826c48eab6959591a174135fc2873c SOURCES/pyserial-2.6.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/pyserial.spec b/SPECS/pyserial.spec
new file mode 100644
index 0000000..5e02c73
--- /dev/null
+++ b/SPECS/pyserial.spec
@@ -0,0 +1,91 @@
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+
+Summary: Python serial port access library
+Name: pyserial
+Version: 2.6
+Release: 4%{?dist}
+Source0: http://easynews.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
+License: Python
+Group: Development/Libraries
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+URL: http://pyserial.sourceforge.net
+BuildRequires: python-devel
+BuildArch: noarch
+
+%description
+This module encapsulates the access for the serial port. It provides backends
+for standard Python running on Windows, Linux, BSD (possibly any POSIX
+compilant system) and Jython. The module named "serial" automaticaly selects
+the appropriate backend.
+
+%prep
+export UNZIP="-aa"
+%setup -q
+
+%build
+CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root)
+%doc LICENSE.txt CHANGES.txt README.txt examples
+%{python_sitelib}/*
+%{_bindir}/miniterm.py
+
+%changelog
+* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Mon Nov 28 2011 Paul P. Komkoff Jr <i@stingr.net> - 2.6-1
+- new upstream version.
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Fri Nov 19 2010 Paul P. Komkoff Jr <i@stingr.net> - 2.5-1
+- new upstream version
+
+* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 2.4-2
+- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+
+* Sun Oct 18 2009 Paul P Komkoff Jr <i@stingr.net> - 2.4-1
+- new upstream version
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.2-7
+- Rebuild for Python 2.6
+
+* Fri Aug 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.2-6
+- fix license tag
+
+* Tue Dec 12 2006 Paul P. Komkoff Jr <i@stingr.net>
+- rebuilt
+
+* Mon Nov  6 2006 Paul P Komkoff Jr <i@stingr.net> - 2.2-4
+- remove "export libdirname"
+
+* Tue Oct 24 2006 Paul P Komkoff Jr <i@stingr.net> - 2.2-3
+- Minor specfile fixes
+
+* Sat Oct 14 2006 Paul P Komkoff Jr <i@stingr.net> - 2.2-2
+- Minor specfile fixes
+
+* Tue May  9 2006 Paul P Komkoff Jr <i@stingr.net> - 2.2-1
+- Fedora Extras submission