Index: /trunk/Makefile
===================================================================
--- /trunk/Makefile	(revision 141)
+++ /trunk/Makefile	(revision 142)
@@ -20,5 +20,5 @@
 	mkdir -p $(DESTDIR)$(MANDIR)/man8
 	pod2man --center="DeepNet Dev Tools" --section 8 \
-		repoput | gzip > $(DESTDIR)$(MANDIR)/man8/debbuild.8.gz
+		debbuild | gzip > $(DESTDIR)$(MANDIR)/man8/debbuild.8.gz
 
 dist:
Index: /trunk/debbuild.spec
===================================================================
--- /trunk/debbuild.spec	(revision 141)
+++ /trunk/debbuild.spec	(revision 142)
@@ -51,4 +51,5 @@
 %endif
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildArch: noarch
 
 %description
@@ -69,20 +70,17 @@
 
 %build
-# Steps to compile the source
-%configure
-make
+# nothing to do here
 
 %install
 # Steps to install to a temporary location for packaging
 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
-%makeinstall
+make install DESTDIR=$RPM_BUILD_ROOT
 
 # Fill in the pathnames to be packaged here
 %files
 %{_bindir}/*
-%{_mandir}/man1/*
-%doc README
+%{_mandir}/man8/*
 
 %changelog
-* Mon Jan 01 1900  Name <email@site> -relnum
-- Packaging comment
+* Thu Feb 28 2008  Kris Deugau <kdeugau@deepnet.cx> -1
+- Initial package
