diff --git a/.cvsignore b/.cvsignore index 0c76762..b6dface 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ system-config-bind-4.0.0.tar.gz system-config-bind-4.0.0-4.5.tar.gz system-config-bind-4.0.0-7.tar.gz +system-config-bind-4.0.0-10.tar.gz diff --git a/Makefile b/Makefile index 30fc33f..c83224b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Makefile for source rpm: system-config-bind -# $Id: Makefile,v 1.2 2004/12/22 23:57:16 jvdias Exp $ +# $Id: Makefile,v 1.3 2005/04/04 14:07:15 jvdias Exp $ NAME := system-config-bind SPECFILE = $(firstword $(wildcard *.spec)) @@ -7,6 +7,6 @@ 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)-$(RELEASE).tar.gz + tar -cpf - system-config-bind-$(VERSION)/{Makefile,*.py,profiles,pixmaps,system-config-bind{_glade_strings.c,.glade,.desktop,.console,.pam},scb_manual.{pdf,odt}} | gzip > system-config-bind-$(VERSION)-$(RELEASE).tar.gz diff --git a/sources b/sources index ca50420..929014d 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 43152d2ab796219286072dbfa5fbc65d system-config-bind-4.0.0-7.tar.gz +2c5de5c45a005370526f2ba7e77678b6 system-config-bind-4.0.0-10.tar.gz diff --git a/system-config-bind.spec b/system-config-bind.spec index fecf5e4..408b650 100644 --- a/system-config-bind.spec +++ b/system-config-bind.spec @@ -1,11 +1,11 @@ Summary: The Red Hat BIND DNS Configuration Tool. Name: system-config-bind Version: 4.0.0 -Release: 9 +Release: 10 License: GPL Group: Applications/System URL: http://people.redhat.com/~jvdias/system-config-bind -Source0: %{name}-%{version}-7.tar.gz +Source0: %{name}-%{version}-%{release}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: python, gettext, make @@ -48,6 +48,7 @@ rm -rf $RPM_BUILD_ROOT /etc/security/console.apps/bindconf /etc/pam.d/bindconf /etc/pam.d/system-config-bind +%doc scb_manual.pdf %post if [ "$1" = "1" ]; then @@ -74,6 +75,9 @@ if [ "$1" -eq 0 ]; then fi; %changelog +* Wed Apr 27 2005 Jason Vas Dias - 4.0.0-10 +- Add User Guide & Manual in /usr/share/doc/system-config-bind-%{version} + * Wed Apr 27 2005 Miloslav Trmac - 4.0.0-9 - Remove dependency on 4Suite (#155113)