Compare commits

...

4 Commits
rawhide ... f7

Author SHA1 Message Date
Fedora Release Engineering 2d1e7fece3 dist-git conversion 2010-07-29 05:40:20 +00:00
Bill Nottingham ac282bb807 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:48:53 +00:00
Ruben Kerkhof fc7f216a86 - Fix license tag
- Add README for geo backend to docs
- Add example for pipe backend (thanks to John Morris)
2007-12-13 09:19:49 +00:00
Bill Nottingham 4bca03badd Initialize branch F-7 for pdns 2007-05-18 06:52:05 +00:00
3 changed files with 9 additions and 25 deletions

View File

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: pdns
# $Id$
NAME := pdns
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -1,10 +1,10 @@
Summary: A modern, advanced and high performance authoritative-only nameserver
Name: pdns
Version: 2.9.21
Release: 1%{?dist}
Release: 2%{?dist}
Group: System Environment/Daemons
License: GPL
License: GPLv2
URL: http://powerdns.com
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: http://downloads.powerdns.com/releases/%{name}-%{version}.tar.gz
@ -161,12 +161,12 @@ fi
%files backend-pipe
%defattr(-,root,root,-)
%doc pdns/COPYING
%doc pdns/COPYING modules/pipebackend/backend.pl
%{_libdir}/%{name}/libpipebackend.so
%files backend-geo
%defattr(-,root,root,-)
%doc pdns/COPYING
%doc pdns/COPYING modules/geobackend/README
%{_libdir}/%{name}/libgeobackend.so
%files backend-ldap
@ -181,6 +181,11 @@ fi
%changelog
* Thu Dec 13 2007 Ruben Kerkhof <ruben@rubenkerkhof.com> 2.9.21-2
- Fix license tag
- Add README for geo backend to docs
- Add example for pipe backend (thanks to John Morris)
* Tue Apr 24 2007 Ruben Kerkhof <ruben@rubenkerkhof.com> 2.9.21-1
- Upstream released 2.9.21
- Enabled new SQLite backend