diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..4877cbb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+SOURCES/felix-parent-1.2.1.tar.bz2
diff --git a/.rh-maven33-felix-parent.metadata b/.rh-maven33-felix-parent.metadata
new file mode 100644
index 0000000..08e3d89
--- /dev/null
+++ b/.rh-maven33-felix-parent.metadata
@@ -0,0 +1 @@
+e563cffd5ebcfdb4e6e476028a6708e796c7a8a3 SOURCES/felix-parent-1.2.1.tar.bz2
diff --git a/README.md b/README.md
deleted file mode 100644
index 98f42b4..0000000
--- a/README.md
+++ /dev/null
@@ -1,4 +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/SOURCES/felix-parent-1.2.1-pom.patch b/SOURCES/felix-parent-1.2.1-pom.patch
new file mode 100644
index 0000000..d75f601
--- /dev/null
+++ b/SOURCES/felix-parent-1.2.1-pom.patch
@@ -0,0 +1,29 @@
+--- pom.xml.sav 2009-09-22 10:16:43.000000000 +0300
++++ pom.xml 2011-03-30 10:09:03.907508489 +0300
+@@ -202,12 +202,6 @@
+ 2.4
+ test
+
+-
+- org.mockito
+- mockito-all
+- 1.7
+- test
+-
+
+
+
+@@ -302,13 +296,6 @@
+
+
+ org.apache.maven.plugins
+- maven-compiler-plugin
+-
+- 1.3
+-
+-
+-
+- org.apache.maven.plugins
+ maven-resources-plugin
+
+ UTF-8
diff --git a/SPECS/felix-parent.spec b/SPECS/felix-parent.spec
new file mode 100644
index 0000000..a2c66b3
--- /dev/null
+++ b/SPECS/felix-parent.spec
@@ -0,0 +1,180 @@
+%global pkg_name felix-parent
+%{?scl:%scl_package %{pkg_name}}
+%{?maven_find_provides_and_requires}
+
+Name: %{?scl_prefix}%{pkg_name}
+Version: 1.2.1
+Release: 15.13%{?dist}
+Summary: Parent POM file for Apache Felix Specs
+
+License: ASL 2.0
+URL: http://felix.apache.org/
+#svn export http://svn.apache.org/repos/asf/felix/releases/felix-parent-1.2.1/
+#tar -jcf felix-parent-1.2.1.tar.bz2 felix-parent-1.2.1/
+Source0: %{pkg_name}-%{version}.tar.bz2
+#Remove mockito-all dependency which is not in koji
+Patch0: %{pkg_name}-%{version}-pom.patch
+
+BuildArch: noarch
+
+BuildRequires: %{?scl_prefix_java_common}javapackages-tools
+BuildRequires: %{?scl_prefix_java_common}junit
+BuildRequires: %{?scl_prefix}maven-local
+BuildRequires: %{?scl_prefix_java_common}easymock2
+BuildRequires: %{?scl_prefix}maven-plugin-plugin
+BuildRequires: %{?scl_prefix}maven-compiler-plugin
+BuildRequires: %{?scl_prefix}maven-install-plugin
+BuildRequires: %{?scl_prefix}maven-jar-plugin
+BuildRequires: %{?scl_prefix}maven-javadoc-plugin
+BuildRequires: %{?scl_prefix}maven-resources-plugin
+BuildRequires: %{?scl_prefix}maven-assembly-plugin
+BuildRequires: %{?scl_prefix}maven-source-plugin
+BuildRequires: %{?scl_prefix}maven-deploy-plugin
+BuildRequires: %{?scl_prefix}maven-gpg-plugin
+BuildRequires: %{?scl_prefix}maven-project-info-reports-plugin
+BuildRequires: %{?scl_prefix}maven-release-plugin
+BuildRequires: %{?scl_prefix}maven-surefire-plugin
+BuildRequires: %{?scl_prefix}maven-surefire-report-plugin
+BuildRequires: %{?scl_prefix}maven-plugin-build-helper
+BuildRequires: %{?scl_prefix}maven-plugin-jxr
+
+Requires: %{?scl_prefix_java_common}junit
+Requires: %{?scl_prefix_java_common}easymock2
+Requires: %{?scl_prefix}maven
+Requires: %{?scl_prefix}maven-plugin-plugin
+Requires: %{?scl_prefix}maven-compiler-plugin
+Requires: %{?scl_prefix}maven-install-plugin
+Requires: %{?scl_prefix}maven-jar-plugin
+Requires: %{?scl_prefix}maven-javadoc-plugin
+Requires: %{?scl_prefix}maven-resources-plugin
+Requires: %{?scl_prefix}maven-assembly-plugin
+Requires: %{?scl_prefix}maven-source-plugin
+Requires: %{?scl_prefix}maven-deploy-plugin
+Requires: %{?scl_prefix}maven-gpg-plugin
+Requires: %{?scl_prefix}maven-project-info-reports-plugin
+Requires: %{?scl_prefix}maven-release-plugin
+Requires: %{?scl_prefix}maven-surefire-plugin
+Requires: %{?scl_prefix}maven-surefire-report-plugin
+Requires: %{?scl_prefix}maven-plugin-build-helper
+Requires: %{?scl_prefix}maven-plugin-jxr
+
+
+%description
+Parent POM file for Apache Felix Specs.
+
+%prep
+%setup -q -n %{pkg_name}-%{version}
+%{?scl:scl enable %{scl} - <<"EOF"}
+set -e -x
+%patch0 -p0 -b .sav
+%pom_remove_plugin org.apache.maven.plugins:maven-site-plugin
+
+# legacy depmap (some upstream packages haven't caught up with the
+# "felix" -> "felix-parent" rename yet)
+%mvn_alias : :felix
+%{?scl:EOF}
+
+%build
+%{?scl:scl enable %{scl} - <<"EOF"}
+set -e -x
+%mvn_build
+%{?scl:EOF}
+
+%install
+%{?scl:scl enable %{scl} - <<"EOF"}
+set -e -x
+%mvn_install
+%{?scl:EOF}
+
+%files -f .mfiles
+%dir %{_mavenpomdir}/%{pkg_name}
+%doc LICENSE NOTICE
+
+
+%changelog
+* Mon Feb 08 2016 Michal Srb - 1.2.1-15.13
+- Fix BR on maven-local & co.
+
+* Mon Jan 11 2016 Michal Srb - 1.2.1-15.12
+- maven33 rebuild #2
+
+* Sat Jan 09 2016 Michal Srb - 1.2.1-15.11
+- maven33 rebuild
+
+* Thu Jan 15 2015 Michal Srb - 1.2.1-15.10
+- Fix directory ownership
+
+* Tue Jan 13 2015 Michael Simacek - 1.2.1-15.9
+- Mass rebuild 2015-01-13
+
+* Mon Jan 12 2015 Michael Simacek - 1.2.1-15.8
+- BR/R on packages from rh-java-common
+
+* Tue Jan 06 2015 Michael Simacek - 1.2.1-15.7
+- Mass rebuild 2015-01-06
+
+* Mon May 26 2014 Mikolaj Izdebski - 1.2.1-15.6
+- Mass rebuild 2014-05-26
+
+* Wed Feb 19 2014 Mikolaj Izdebski - 1.2.1-15.5
+- Mass rebuild 2014-02-19
+
+* Tue Feb 18 2014 Mikolaj Izdebski - 1.2.1-15.4
+- Mass rebuild 2014-02-18
+
+* Fri Feb 14 2014 Michael Simacek - 1.2.1-15.3
+- SCL-ize BR
+
+* Thu Feb 13 2014 Mikolaj Izdebski - 1.2.1-15.2
+- Rebuild to regenerate auto-requires
+
+* Tue Feb 11 2014 Mikolaj Izdebski - 1.2.1-15.1
+- First maven30 software collection build
+
+* Fri Dec 27 2013 Daniel Mach - 1.2.1-15
+- Mass rebuild 2013-12-27
+
+* Tue Jul 16 2013 Mikolaj Izdebski - 1.2.1-14
+- Fix Maven alias
+
+* Mon Jul 15 2013 Mikolaj Izdebski - 1.2.1-13
+- Remove unneeded depmap file
+
+* Mon Jul 15 2013 Mikolaj Izdebski - 1.2.1-12
+- Update to current packaging guidelines
+
+* Wed Feb 13 2013 Fedora Release Engineering - 1.2.1-11
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Wed Feb 06 2013 Java SIG - 1.2.1-10
+- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
+- Replace maven BuildRequires with maven-local
+
+* Tue Dec 18 2012 Michal Srb - 1.2.1-9
+- Removed dependency on maven-site-plugin
+
+* Thu Jul 19 2012 Fedora Release Engineering - 1.2.1-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Fri Jan 13 2012 Fedora Release Engineering - 1.2.1-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Wed Mar 30 2011 Alexander Kurtakov 1.2.1-6
+- Fix faulty compiler plugin settings setting source but not target.
+
+* Sun Mar 13 2011 Mat Booth 1.2.1-5
+- Add dep on maven-plugin-jxr.
+
+* Tue Feb 08 2011 Fedora Release Engineering - 1.2.1-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Mon Dec 27 2010 Mat Booth - 1.2.1-3
+- Add legacy depmap from maven2-common-poms for felix packages that still
+ specify "felix" instead of "felix-parent"
+
+* Tue Jul 20 2010 Hui Wang - 1.2.1-2
+- Update summary and description
+- Add comment in mvn-jpp
+
+* Fri Jul 16 2010 Hui Wang - 1.2.1-1
+- Initial version of the package