diff --git a/.fasterxml-oss-parent.metadata b/.fasterxml-oss-parent.metadata
new file mode 100644
index 0000000..ccdbda7
--- /dev/null
+++ b/.fasterxml-oss-parent.metadata
@@ -0,0 +1 @@
+2da14ea0974333d6ab6177cb15da09fdb8773e34 SOURCES/oss-parent-26.tar.gz
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1116c14
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+SOURCES/oss-parent-26.tar.gz
diff --git a/SPECS/fasterxml-oss-parent.spec b/SPECS/fasterxml-oss-parent.spec
new file mode 100644
index 0000000..7caf71a
--- /dev/null
+++ b/SPECS/fasterxml-oss-parent.spec
@@ -0,0 +1,127 @@
+%global oname oss-parent
+Name: fasterxml-oss-parent
+Version: 26
+Release: 6%{?dist}
+Summary: FasterXML parent pom
+License: ASL 2.0
+URL: http://fasterxml.com/
+Source0: https://github.com/FasterXML/oss-parent/archive/oss-parent-%{version}.tar.gz
+
+BuildRequires: maven-local
+BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
+BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
+
+BuildArch: noarch
+
+%description
+FasterXML is the business behind the Woodstox streaming XML parser,
+Jackson streaming JSON parser, the Aalto non-blocking XML parser, and
+a growing family of utility libraries and extensions.
+
+FasterXML offers consulting services for adoption, performance tuning,
+and extension.
+
+This package contains the parent pom file for FasterXML.com projects.
+
+%prep
+%setup -q -n %{oname}-%{oname}-%{version}
+
+%pom_remove_plugin org.sonatype.plugins:nexus-maven-plugin
+%pom_remove_plugin :maven-scm-plugin
+%pom_remove_plugin org.codehaus.mojo:jdepend-maven-plugin
+%pom_remove_plugin org.codehaus.mojo:taglist-maven-plugin
+# org.kathrynhuxtable.maven.wagon:wagon-gitsite:0.3.1
+%pom_xpath_remove "pom:build/pom:extensions"
+# remove unavailable com.google.doclava doclava 1.0.3
+%pom_xpath_remove "pom:reporting/pom:plugins/pom:plugin[pom:artifactId='maven-javadoc-plugin']/pom:configuration"
+%pom_xpath_inject "pom:reporting/pom:plugins/pom:plugin[pom:artifactId='maven-javadoc-plugin']" '
+
+ UTF-8
+ true
+
+'
+
+%pom_remove_plugin :maven-enforcer-plugin
+%pom_remove_plugin :maven-site-plugin
+
+%build
+%mvn_build -j
+
+%install
+%mvn_install
+
+%files -f .mfiles
+%doc README.creole
+%license LICENSE NOTICE
+
+%changelog
+* Wed Feb 07 2018 Fedora Release Engineering - 26-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
+* Mon Aug 07 2017 Michael Simacek - 26-5
+- Fix license tag
+
+* Wed Jul 26 2017 Fedora Release Engineering - 26-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
+
+* Fri Feb 10 2017 Fedora Release Engineering - 26-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
+* Thu Feb 02 2017 Michael Simacek - 26-2
+- Remove site-plugin from build
+
+* Mon Aug 22 2016 gil cattaneo 26-1
+- update to 26
+
+* Wed Feb 03 2016 Fedora Release Engineering - 24-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
+* Sun Oct 25 2015 gil cattaneo 24-2
+- disable maven-enforcer-plugin support
+
+* Mon Sep 28 2015 gil cattaneo 24-1
+- update to 24
+
+* Wed Jun 17 2015 Fedora Release Engineering - 18e-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
+* Sat Jan 31 2015 gil cattaneo 18e-1
+- update to 18e
+
+* Wed Jul 02 2014 gil cattaneo 16-2
+- remove com.google.code.maven-replacer-plugin:replacer references
+
+* Wed Jul 02 2014 gil cattaneo 16-1
+- update to 16
+
+* Sat Jun 07 2014 Fedora Release Engineering - 11-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Wed May 28 2014 Mikolaj Izdebski - 11-3
+- Rebuild to regenerate Maven auto-requires
+
+* Sat Aug 03 2013 Fedora Release Engineering - 11-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Tue Jul 16 2013 gil cattaneo 11-1
+- update to 11
+
+* Sat Jul 06 2013 gil cattaneo 10-2
+- switch to XMvn
+- minor changes to adapt to current guideline
+
+* Tue May 07 2013 gil cattaneo 10-1
+- update to 10
+
+* Wed Feb 13 2013 Fedora Release Engineering - 4-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Wed Feb 06 2013 Java SIG - 4-2
+- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
+- Replace maven BuildRequires with maven-local
+
+* Wed Oct 24 2012 gil cattaneo 4-1
+- update to 4
+
+* Thu Sep 13 2012 gil cattaneo 3-1
+- initial rpm