diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..32f83a4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+/vim-pathogen-0.20181213gite9fb091.tar.gz
+/vim-pathogen-2.4.20190625gitc6bc424.tar.gz
+/vim-pathogen-2.4.20210104gite0a3efb.tar.gz
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b2b5af8
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# vim-pathogen
+
+The vim-pathogen package
\ No newline at end of file
diff --git a/dead.package b/dead.package
deleted file mode 100644
index 5204a84..0000000
--- a/dead.package
+++ /dev/null
@@ -1 +0,0 @@
-Orphaned for 6+ weeks
diff --git a/sources b/sources
new file mode 100644
index 0000000..048e7d9
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (vim-pathogen-2.4.20210104gite0a3efb.tar.gz) = 07460cfa331ac2173dc13fb469c69cfaf674f3d76abcfbc28ff83e3d053c5d06d0cee2887beba5b180c09f02494b359ba648517b8041932d0c3093edc6d4757f
diff --git a/vim-pathogen.metainfo.xml b/vim-pathogen.metainfo.xml
new file mode 100644
index 0000000..e168343
--- /dev/null
+++ b/vim-pathogen.metainfo.xml
@@ -0,0 +1,12 @@
+
+
+
+ vim-pathogen
+ gvim.desktop
+ vim-pathogen
+ Manage your runtimepath
+ https://github.com/tpope/vim-pathogen
+ CC0-1.0
+ Vim
+ ego.cordatus@gmail.com
+
diff --git a/vim-pathogen.spec b/vim-pathogen.spec
new file mode 100644
index 0000000..1f37138
--- /dev/null
+++ b/vim-pathogen.spec
@@ -0,0 +1,74 @@
+%global commit e0a3efbda5ea8e5b181b2b232ef6453c05d07732
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global date 20210104
+
+Name: vim-pathogen
+Version: 2.4
+Release: 5.%{date}git%{shortcommit}%{?dist}
+Summary: Manage your runtimepath
+
+License: Vim
+URL: https://github.com/tpope/vim-pathogen
+Source0: %{url}/archive/%{commit}/%{name}-%{version}.%{date}git%{shortcommit}.tar.gz
+Source1: %{name}.metainfo.xml
+
+BuildArch: noarch
+
+BuildRequires: libappstream-glib
+BuildRequires: vim-filesystem
+
+Requires: vim-enhanced
+
+%description
+Manage your 'runtimepath' with ease. In practical terms, pathogen.vim makes it
+super easy to install plugins and runtime files in their own private
+directories.
+
+For new users, I recommend using Vim's built-in package management instead:
+
+ :help packages
+
+
+%prep
+%autosetup -n %{name}-%{commit} -p1
+
+
+%install
+mkdir -p %{buildroot}%{vimfiles_root}
+cp -r autoload %{buildroot}%{vimfiles_root}
+install -m 0644 -Dp %{SOURCE1} %{buildroot}%{_metainfodir}/%{name}.metainfo.xml
+
+
+%check
+appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml
+
+
+%files
+%license LICENSE
+%doc README.markdown CONTRIBUTING.markdown
+%{vimfiles_root}/autoload/*
+%{_metainfodir}/*.xml
+
+
+%changelog
+* Wed Oct 20 2021 Artem Polishchuk - 2.4-5.20210104gite0a3efb
+- chore(update): Latest git snapshot
+
+* Fri Jul 23 2021 Fedora Release Engineering - 2.4-4.20190625gitc6bc424
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Wed Jan 27 2021 Fedora Release Engineering - 2.4-3.20190625gitc6bc424
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
+* Wed Jul 29 2020 Fedora Release Engineering - 2.4-2.20190625gitc6bc424
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Sat May 23 2020 Artem Polishchuk - 2.4-1.20190625gitc6bc424
+- Update to latest git snapshot
+- Add license file
+
+* Fri Jan 31 2020 Fedora Release Engineering - 0-3.20181213gite9fb091
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
+* Thu Oct 03 2019 Artem Polishchuk - 0-2.20181213gite9fb091
+- Initial package