diff --git a/.gitignore b/.gitignore
index e69de29..71cf345 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,4 @@
+plexus-velocity-1.1.7-src.tar.gz
+plexus-velocity-1.1.8-src.tar.gz
+/plexus-velocity-1.2.tar.gz
+/LICENSE-2.0.txt
diff --git a/plexus-velocity-1.1.7-build.xml b/plexus-velocity-1.1.7-build.xml
new file mode 100644
index 0000000..5d1cdd5
--- /dev/null
+++ b/plexus-velocity-1.1.7-build.xml
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ================================= WARNING ================================
+ Junit isn't present in your ${ANT_HOME}/lib directory. Tests not executed.
+ ==========================================================================
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/plexus-velocity.spec b/plexus-velocity.spec
new file mode 100644
index 0000000..cc14dbb
--- /dev/null
+++ b/plexus-velocity.spec
@@ -0,0 +1,196 @@
+Name: plexus-velocity
+Version: 1.2
+Release: 11%{?dist}
+Summary: Plexus Velocity Component
+License: ASL 2.0
+URL: https://codehaus-plexus.github.io/plexus-velocity/
+BuildArch: noarch
+
+Source0: https://github.com/codehaus-plexus/%{name}/archive/%{name}-%{version}.tar.gz
+Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
+
+BuildRequires: maven-local
+BuildRequires: mvn(commons-collections:commons-collections)
+BuildRequires: mvn(org.codehaus.plexus:plexus-components:pom:)
+BuildRequires: mvn(org.codehaus.plexus:plexus-container-default)
+BuildRequires: mvn(velocity:velocity)
+
+%description
+This package provides Plexus Velocity component - a wrapper for
+Apache Velocity template engine, which allows easy use of Velocity
+by applications built on top of Plexus container.
+
+%package javadoc
+Summary: API documentation for %{name}
+
+%description javadoc
+This package provides %{summary}.
+
+%prep
+%setup -q -n %{name}-%{name}-%{version}
+
+find -name '*.jar' -delete
+
+cp -p %{SOURCE1} LICENSE
+
+# Make provided scope on plexus-containers
+%pom_change_dep :plexus-container-default org.codehaus.plexus:plexus-container-default::provided
+
+%build
+%mvn_build
+
+%install
+%mvn_install
+
+%files -f .mfiles
+%license LICENSE
+
+%files javadoc -f .mfiles-javadoc
+%license LICENSE
+
+%changelog
+* Tue Jul 28 2020 Fedora Release Engineering - 1.2-11
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Wed Jul 15 2020 Mat Booth - 1.2-10
+- Use 'provided' scope to avoid hard dependency on plexus-containers, which is
+ not necessarily needed at runtime
+
+* Sat Jul 11 2020 Jiri Vanek - 1.2-9
+- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
+
+* Thu Jan 30 2020 Fedora Release Engineering - 1.2-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
+* Fri Jul 26 2019 Fedora Release Engineering - 1.2-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+
+* Sat Feb 02 2019 Fedora Release Engineering - 1.2-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
+* Fri Jul 13 2018 Fedora Release Engineering - 1.2-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
+* Fri Feb 09 2018 Fedora Release Engineering - 1.2-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
+* Thu Jul 27 2017 Fedora Release Engineering - 1.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
+
+* Sat Feb 11 2017 Fedora Release Engineering - 1.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
+* Thu Jun 09 2016 Michael Simacek - 1.2-1
+- Update to upstream version 1.2
+
+* Thu Feb 04 2016 Fedora Release Engineering - 1.1.8-21
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
+* Mon Jan 4 2016 Mikolaj Izdebski - 1.1.8-20
+- Improve upstream URL and package description
+- Resolves: rhbz#1294951
+
+* Thu Jun 18 2015 Fedora Release Engineering - 1.1.8-19
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
+* Wed Apr 1 2015 Mikolaj Izdebski - 1.1.8-18
+- Update upstream URL
+
+* Sat Jun 07 2014 Fedora Release Engineering - 1.1.8-17
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Fri May 23 2014 Mikolaj Izdebski - 1.1.8-16
+- Update to current packaging guidelines
+
+* Sun Aug 04 2013 Fedora Release Engineering - 0:1.1.8-15
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Thu Feb 14 2013 Fedora Release Engineering - 0:1.1.8-14
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Wed Feb 06 2013 Java SIG - 0:1.1.8-13
+- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
+- Replace maven BuildRequires with maven-local
+
+* Thu Nov 22 2012 Jaromir Capik - 0:1.1.8-12
+- Migration to plexus-containers-container-default
+
+* Wed Nov 21 2012 Mikolaj Izdebski - 0:1.1.8-11
+- Install LICENSE file
+- Resolves: rhbz#878833
+
+* Sat Jul 21 2012 Fedora Release Engineering - 0:1.1.8-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Sat Jan 14 2012 Fedora Release Engineering - 0:1.1.8-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Wed Sep 7 2011 Alexander Kurtakov 0:1.1.8-8
+- Drop ant build.
+- Further cleanups.
+
+* Thu Jul 28 2011 Jaromir Capik - 0:1.1.8-7
+- Migration to maven3
+- Removal of plexus-maven-plugin (not needed)
+- Minor spec file changes according to the latest guidelines
+
+* Wed Feb 09 2011 Fedora Release Engineering - 0:1.1.8-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Tue Dec 22 2009 Alexander Kurtakov 0:1.1.8-5
+- BR java-devel 1.6.
+
+* Tue Dec 22 2009 Alexander Kurtakov 0:1.1.8-4
+- BR maven-surefire-provider-junit.
+
+* Tue Dec 22 2009 Alexander Kurtakov 0:1.1.8-3
+- BR maven-doxia-sitetools.
+
+* Tue Dec 22 2009 Alexander Kurtakov 0:1.1.8-2
+- BR plexus-maven-plugin.
+
+* Tue Dec 22 2009 Alexander Kurtakov 0:1.1.8-1
+- Update to upstream 1.1.8.
+
+* Fri Aug 21 2009 Andrew Overholt 1.1.7-3.3
+- Add ant-nodeps BR
+
+* Fri Aug 21 2009 Andrew Overholt 1.1.7-3.2
+- Add ant-contrib BR
+
+* Fri Aug 21 2009 Andrew Overholt 0:1.1.7-3.1
+- Import from Deepak Bhole's work (import from JPackage, update to 1.1.7)
+- Remove gcj support
+
+* Sun Jul 26 2009 Fedora Release Engineering - 0:1.1.2-5.2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering - 0:1.1.2-4.2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Wed Jul 9 2008 Tom "spot" Callaway - 0:1.1.2-3.2
+- drop repotag
+
+* Tue Feb 19 2008 Fedora Release Engineering - 0:1.1.2-3jpp.1
+- Autorebuild for GCC 4.3
+
+* Sat Mar 24 2007 Ralph Apel - 0:1.1.2-3jpp
+- Build with maven2 by default
+- Add gcj_support options
+
+* Fri Feb 16 2007 Tania Bento - 0:1.1.2-2jpp.1
+- Fixed %%License.
+- Fixed %%BuildRoot.
+- Fixed %%Release.
+- Removed the %%post and %%postun for javadoc.
+- Removed %%Vendor.
+- Removed %%Distribution.
+- Removed "%%define section free".
+- Added the gcj support option.
+- Added BR for jakarta-commons-logging.
+
+* Wed May 17 2006 Ralph Apel - 0:1.1.2-2jpp
+- First JPP-1.7 release
+
+* Mon Nov 07 2005 Ralph Apel - 0:1.1.2-1jpp
+- First JPackage build
diff --git a/sources b/sources
new file mode 100644
index 0000000..6215e7f
--- /dev/null
+++ b/sources
@@ -0,0 +1,2 @@
+83076decee37c196527b4f629796c380 plexus-velocity-1.2.tar.gz
+3b83ef96387f14655fc854ddc3c6bd57 LICENSE-2.0.txt