diff --git a/.abattis-cantarell-fonts.metadata b/.abattis-cantarell-fonts.metadata
new file mode 100644
index 0000000..4f5b112
--- /dev/null
+++ b/.abattis-cantarell-fonts.metadata
@@ -0,0 +1 @@
+b893687a68efa3139b8b429560705b48ba118396 SOURCES/cantarell-fonts-0.0.25.tar.xz
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6607639
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+SOURCES/cantarell-fonts-0.0.25.tar.xz
diff --git a/SOURCES/abattis-cantarell.metainfo.xml b/SOURCES/abattis-cantarell.metainfo.xml
new file mode 100644
index 0000000..69ddcdd
--- /dev/null
+++ b/SOURCES/abattis-cantarell.metainfo.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="font">
+  <id>abattis-cantarell</id>
+  <metadata_license>CC-BY-3.0</metadata_license>
+  <name>Cantarell</name>
+  <summary>Cantarell, a Humanist sans-serif font family</summary>
+  <description>
+    <p>
+      Cantarell is a set of fonts designed by Dave Crossland.
+      It is a sans-serif humanist typeface family.
+    </p>
+  </description>
+  <updatecontact>psatpute_at_redhat_dot_com</updatecontact>
+  <url type="homepage">http://abattis.org/cantarell/</url>
+</component>
diff --git a/SPECS/abattis-cantarell-fonts.spec b/SPECS/abattis-cantarell-fonts.spec
new file mode 100644
index 0000000..dc4e3da
--- /dev/null
+++ b/SPECS/abattis-cantarell-fonts.spec
@@ -0,0 +1,125 @@
+%global actualname cantarell
+
+%global fontname abattis-%{actualname}
+%global fontconf 31-cantarell.conf
+
+%global archivename1 Cantarell-Bold
+%global archivename2 Cantarell-Regular
+
+Name: %{fontname}-fonts
+Version: 0.0.25
+Release: 1%{?dist}
+Summary: Cantarell, a Humanist sans-serif font family
+
+Group: User Interface/X
+License: OFL
+URL: https://git.gnome.org/browse/cantarell-fonts/
+Source0: http://download.gnome.org/sources/%{actualname}-fonts/0.0/%{actualname}-fonts-%{version}.tar.xz
+Source1: %{fontname}.metainfo.xml
+
+BuildArch: noarch
+BuildRequires: fontpackages-devel
+Requires: fontpackages-filesystem
+
+%description
+Cantarell is a set of fonts designed by Dave Crossland.
+It is a sans-serif humanist typeface family.
+
+%prep
+%autosetup -n %{actualname}-fonts-%{version}
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+install -m 0755 -d %{buildroot}%{_fontdir}
+install -m 0644 -p otf/*.otf %{buildroot}%{_fontdir}
+install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
+                   %{buildroot}%{_fontconfig_confdir}
+install -m 0644 -p fontconfig/%{fontconf} \
+        %{buildroot}%{_fontconfig_templatedir}/%{fontconf}
+ln -s %{_fontconfig_templatedir}/%{fontconf} \
+      %{buildroot}%{_fontconfig_confdir}/%{fontconf}
+
+# Add AppStream metadata
+install -Dm 0644 -p %{SOURCE1} \
+       %{buildroot}%{_datadir}/appdata/%{fontname}.metainfo.xml
+
+%_font_pkg -f %{fontconf} *.otf
+%license COPYING
+%doc NEWS README
+%{_datadir}/appdata/%{fontname}.metainfo.xml
+
+%changelog
+* Fri Aug 19 2016 Kalev Lember <klember@redhat.com> - 0.0.25-1
+- Update to 0.0.25
+- Resolves: #1386753
+
+* Fri Sep 11 2015 Kalev Lember <klember@redhat.com> - 0.0.16-3
+- Avoid regenerating upstream shipped font files
+- Resolves: #1254893
+
+* Tue Sep 08 2015 Kalev Lember <klember@redhat.com> - 0.0.16-2
+- Fix 'r' hinting
+- Resolves: #1254893
+
+* Thu May 14 2015 Matthias Clasen <mclasen@redhat.com> - 0.0.16-1
+- Added metainfo for gnome-software.
+- Update to 0.0.16
+Resolves: #1174542
+
+* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.0.12-3
+- Mass rebuild 2013-12-27
+
+* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.12-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 0.0.12-1
+- Update to 0.0.12
+
+* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 0.0.11-1
+- Update to 0.0.11
+
+* Tue Sep 25 2012 Cosimo Cecchi <cosimoc@redhat.com> - 0.0.10.1-1
+- Update to 0.0.10.1
+
+* Tue Sep 18 2012 Kalev Lember <kalevlember@gmail.com> - 0.0.10-1
+- Update to 0.0.10
+
+* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.9-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Mon Jun 11 2012 Richard Hughes <hughsient@gmail.com> - 0.0.9-1
+- Update to 0.0.9
+
+* Wed Mar 28 2012 Richard Hughes <hughsient@gmail.com> - 0.0.8-1
+- Update to 0.0.8
+
+* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.7-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 0.0.7-1
+- Update to 0.0.7
+
+* Fri Oct 07 2011 Matěj Cepl <mcepl@redhat.com> - 0.0.6-2
+- Making the build EL-6 compatible.
+
+* Wed Jul 6 2011 Matthias Clasen <mclasen@redhat.com> - 0.0.6-1
+- Update to 0.0.6
+
+* Mon Feb 21 2011 Cosimo Cecchi <cosimoc@redhat.com> - 0.0.3-1
+- Update to 0.0.3
+
+* Fri Feb 18 2011 Cosimo Cecchi <cosimoc@redhat.com> - 0.0.1-4
+- Include upstream patch for the fontconfig snippet
+
+* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Tue Feb  8 2011 Stephen Smoogen <ssmoogen@redhat.com> - 0.0.1-2
+- Fixed to meet review standards
+
+* Tue Feb  8 2011 Cosimo Cecchi <cosimoc@redhat.com> - 0.0.1-1
+- Initial packaging of abattis-cantarell-fonts
+