diff --git a/.cvsignore b/.cvsignore index 61481be..e539395 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -system-config-bind-2.0.3.tar.gz +system-config-bind-4.0.0.tar.gz diff --git a/Makefile b/Makefile index e13603d..4504c83 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,12 @@ # Makefile for source rpm: system-config-bind -# $Id$ +# $Id: Makefile,v 1.1 2004/09/09 12:55:14 cvsdist Exp $ NAME := system-config-bind SPECFILE = $(firstword $(wildcard *.spec)) include ../common/Makefile.common + + +tar: + tar -cpf - system-config-bind-$(VERSION)/{Makefile,*.py,profiles,pixmaps,system-config-bind{_glade_strings.c,.glade,.desktop,.console,.pam}} | gzip > system-config-bind-$(VERSION).tar.gz + +