diff --git a/.apache-commons-parent.metadata b/.apache-commons-parent.metadata
new file mode 100644
index 0000000..5f5e5d2
--- /dev/null
+++ b/.apache-commons-parent.metadata
@@ -0,0 +1 @@
+cc51c65465de8c962d2c526d0db7f56de0a80024 SOURCES/commons-parent-26.tar.xz
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1ec636f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+SOURCES/commons-parent-26.tar.xz
diff --git a/SOURCES/apache-commons-parent-remove-build-plugin.patch b/SOURCES/apache-commons-parent-remove-build-plugin.patch
new file mode 100644
index 0000000..18b2350
--- /dev/null
+++ b/SOURCES/apache-commons-parent-remove-build-plugin.patch
@@ -0,0 +1,28 @@
+--- pom.xml 2012-10-19 23:01:18.419198466 +0200
++++ pom.xml 2012-10-19 23:01:52.119423986 +0200
+@@ -332,8 +331,0 @@
+- org.apache.commons
+- commons-build-plugin
+- 1.4
+-
+- ${commons.release.name}
+-
+-
+-
+@@ -429,4 +420,0 @@
+- org.apache.commons
+- commons-build-plugin
+-
+-
+@@ -1144,11 +1131,0 @@
+-
+-
+- ${project.artifactId}-${commons.release.version}
+-
+- -bin
+- ${project.artifactId}-${commons.release.2.version}
+-
+- -bin
+- ${project.artifactId}-${commons.release.3.version}
+-
+- -bin
diff --git a/SPECS/apache-commons-parent.spec b/SPECS/apache-commons-parent.spec
new file mode 100644
index 0000000..7010f85
--- /dev/null
+++ b/SPECS/apache-commons-parent.spec
@@ -0,0 +1,97 @@
+%global base_name parent
+%global short_name commons-%{base_name}
+
+Name: apache-%{short_name}
+Version: 26
+Release: 8%{?dist}
+Summary: Apache Commons Parent Pom
+Group: Development/Libraries
+License: ASL 2.0
+URL: http://svn.apache.org/repos/asf/commons/proper/%{short_name}/tags/%{short_name}-%{version}/
+
+# svn export http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-26
+# tar caf commons-parent-26.tar.xz commons-parent-26
+Source0: %{short_name}-%{version}.tar.xz
+
+#common-build-plugin not in fedora yet
+Patch1: %{name}-remove-build-plugin.patch
+BuildArch: noarch
+
+BuildRequires: maven-local
+BuildRequires: java-devel
+
+BuildRequires: mvn(org.apache:apache)
+BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
+BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
+BuildRequires: mvn(org.apache.maven.plugins:maven-compiler-plugin)
+BuildRequires: mvn(org.apache.maven.plugins:maven-jar-plugin)
+BuildRequires: mvn(org.apache.maven.plugins:maven-surefire-plugin)
+BuildRequires: mvn(org.apache.rat:apache-rat-plugin)
+BuildRequires: mvn(org.codehaus.mojo:buildnumber-maven-plugin)
+
+Requires: mvn(org.codehaus.mojo:buildnumber-maven-plugin)
+
+
+%description
+The Project Object Model files for the apache-commons packages.
+
+%prep
+%setup -q -n %{short_name}-%{version}
+%patch1 -p0
+
+%build
+%mvn_build
+
+%install
+%mvn_install
+
+%files -f .mfiles
+%doc LICENSE.txt NOTICE.txt
+
+%changelog
+* Fri Dec 27 2013 Daniel Mach - 26-8
+- Mass rebuild 2013-12-27
+
+* Thu Sep 19 2013 Mikolaj Izdebski - 26-7
+- Add missing Requires: buildnumber-maven-plugin
+
+* Mon Aug 26 2013 Michal Srb - 26-6
+- Migrate away from mvn-rpmbuild (Resolves: #997512)
+
+* Mon Apr 15 2013 Mikolaj Izdebski - 26-5
+- Add buildnumber-maven-plugin to R/BR
+
+* Wed Apr 10 2013 Mikolaj Izdebski - 26-4
+- Fix Requires and BuildRequires
+
+* Wed Feb 13 2013 Fedora Release Engineering - 26-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Wed Feb 06 2013 Java SIG - 26-2
+- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
+- Replace maven BuildRequires with maven-local
+
+* Fri Oct 19 2012 Chris Spike 22-4
+- Updated to 26
+
+* Wed Jul 18 2012 Fedora Release Engineering - 22-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Thu Jan 12 2012 Fedora Release Engineering - 22-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Wed Dec 14 2011 Alexander Kurtakov 22-2
+- Add missing BR/R on buildbumber-maven-plugin.
+
+* Wed Dec 7 2011 Alexander Kurtakov 22-1
+- Update to latest upstream.
+
+* Fri Apr 15 2011 Chris Spike 20-1
+- Updated to 20
+- Fixed Rs for maven 3
+
+* Sat Nov 6 2010 Chris Spike 15-2
+- Added patch to remove commons-build-plugin from pom file
+
+* Wed Oct 20 2010 Chris Spike 15-1
+- Initial version of the package