diff --git a/centpkg.spec b/centpkg.spec
index 80a886a..56e0d79 100644
--- a/centpkg.spec
+++ b/centpkg.spec
@@ -4,12 +4,9 @@ Name:		centpkg
 Version:	0.4.6
 Release:	1%{?dist}
 Summary:	CentOS utility for working with dist-git
-
-Group:	    Applications/System
 License:	GPLv2+
 URL:		https://git.centos.org/summary/centpkg.git
 Source0:	centpkg-%{version}.tar.gz
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root%(%{__id_u} -n)
 
 # CentOS Distributed Packages
 Requires:   redhat-rpm-config	
@@ -40,12 +37,8 @@ Provides the centpkg command for working with dist-git
 %install
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 
 %files
-%defattr(-,root,root,-)
 %doc README.md COPYING
 %config %{_sysconfdir}/rpkg/centpkg.conf
 %{_bindir}/%{name}
@@ -77,6 +70,3 @@ rm -rf %{buildroot}
 
 * Sat Jul 05 2014 Brian Stinson bstinson@ksu.edu - 0.1-1
 - Local builds and mockbuilds work 
-
-
-