diff --git a/.scrub.metadata b/.scrub.metadata
new file mode 100644
index 0000000..ad5abe8
--- /dev/null
+++ b/.scrub.metadata
@@ -0,0 +1 @@
+863e5894e6acb3f922cb25f58e260f9c59b55c14 SOURCES/scrub-2.5.2.tar.bz2
diff --git a/README.md b/README.md
deleted file mode 100644
index 0e7897f..0000000
--- a/README.md
+++ /dev/null
@@ -1,5 +0,0 @@
-The master branch has no content
- 
-Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6
- 
-If you find this file in a distro specific branch, it means that no content has been checked in yet
diff --git a/SPECS/scrub.spec b/SPECS/scrub.spec
new file mode 100644
index 0000000..5d4f642
--- /dev/null
+++ b/SPECS/scrub.spec
@@ -0,0 +1,90 @@
+Name:		scrub
+Version:	2.5.2
+Release:	3%{?dist}
+Summary:	Disk scrubbing program
+License:	GPLv2+
+Group:		System Environment/Base
+URL:		http://code.google.com/p/diskscrub/
+Source0:	http://diskscrub.googlecode.com/files/%{name}-%{version}.tar.bz2
+
+%description
+Scrub writes patterns on files or disk devices to make
+retrieving the data more difficult.  It operates in one of three
+modes: 1) the special file corresponding to an entire disk is scrubbed
+and all data on it is destroyed;  2) a regular file is scrubbed and
+only the data in the file (and optionally its name in the directory
+entry) is destroyed; or 3) a regular file is created, expanded until
+the file system is full, then scrubbed as in 2).
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+make DESTDIR=%{buildroot} install
+
+%files
+%doc DISCLAIMER COPYING
+%doc README ChangeLog
+%{_bindir}/scrub
+%{_mandir}/man1/scrub.1*
+
+%changelog
+* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Mon Jun 25 2012 Tom Callaway <spot@fedoraproject.org> - 2.5.2-1
+- update to 2.5.2
+
+* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Tue Aug 30 2011 Tom Callaway <spot@fedoraproject.org> - 2.4.1-1
+- update to 2.4.1
+
+* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Thu Nov  4 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.4-1
+- update to 2.4
+
+* Tue Jun 29 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.2-1
+- update to 2.2, new url, source location
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Fri Nov 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.1-1
+- update to 2.1
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.9-3
+- Autorebuild for GCC 4.3
+
+* Mon Aug 27 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1.9-2
+- license tag fix
+- ppc32 rebuild
+
+* Mon Jul  9 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1.9-1
+- bump to 1.9
+
+* Mon Sep  4 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.8-1
+- bump to 1.8
+
+* Mon Feb 20 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.7-1
+- bump to 1.7, update URL, Source0
+- use Ben Woodard's description
+
+* Sat May 21 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.6-2
+- cleanups
+
+* Thu May 19 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.6-1
+- initial package for Fedora Extras