diff --git a/.comps-extras.metadata b/.comps-extras.metadata
new file mode 100644
index 0000000..561cc81
--- /dev/null
+++ b/.comps-extras.metadata
@@ -0,0 +1 @@
+07e1afcf70c5ead38b73916182abfa6927625125 SOURCES/comps-extras-7.tar.gz
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e1b3725
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+SOURCES/comps-extras-7.tar.gz
diff --git a/SPECS/comps-extras.spec b/SPECS/comps-extras.spec
new file mode 100644
index 0000000..392a91f
--- /dev/null
+++ b/SPECS/comps-extras.spec
@@ -0,0 +1,45 @@
+Summary: Images for package groups
+Name: comps-extras
+Version: 7
+Release: 2%{?dist}
+URL: http://git.fedorahosted.org/git/?p=comps-extras.git;a=summary
+Source0: http://fedorahosted.org/releases/c/o/comps-extras/%{name}-%{version}.tar.gz
+Epoch: 1
+# while GPL isn't normal for images, it is the case here
+# No version specified.
+# KDE logo is LGPLv2+
+# Ruby logos is CC-BY-SA
+# See COPYING for more details
+License: GPL+ and LGPLv2+ and CC-BY-SA
+Group: Applications/System
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch: noarch
+
+%description
+This package contains images for the components included in this distribution.
+
+%prep
+%setup -q
+
+%build
+# nothing to do
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make DESTDIR=$RPM_BUILD_ROOT install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%doc comps.dtd comps-cleanup.xsl
+%dir %{_datadir}/pixmaps/comps
+%{_datadir}/pixmaps/comps/*
+
+%changelog
+* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1:7-2
+- Mass rebuild 2013-12-27
+
+* Tue Oct 29 2013 Bill Nottingham <notting@redhat.com> - 7-1
+- new version for EL 7 (#983163, #1024325)