|
Revision 77, 0.9 KB
(checked in by ahu, 11 years ago)
|
|
cleanups
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
author date id revision
|
| Line | |
|---|
| 1 | Buildroot: /tmp/pdns |
|---|
| 2 | Name: pdns |
|---|
| 3 | Version: 2.9.2 |
|---|
| 4 | Release: 1 |
|---|
| 5 | Summary: extremely powerful and versatile nameserver |
|---|
| 6 | Copyright: see /usr/doc/pdns/copyright |
|---|
| 7 | Distribution: Neutral |
|---|
| 8 | Vendor: PowerDNS.COM BV |
|---|
| 9 | Group: System/DNS |
|---|
| 10 | AutoReqProv: no |
|---|
| 11 | |
|---|
| 12 | %define _rpmdir ../ |
|---|
| 13 | %define _rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm |
|---|
| 14 | |
|---|
| 15 | %description |
|---|
| 16 | PowerDNS is a versatile nameserver which supports a large number |
|---|
| 17 | of different backends ranging from simple zonefiles to relational |
|---|
| 18 | databases and load balancing/failover algorithms. |
|---|
| 19 | |
|---|
| 20 | This RPM is statically compiled and should work on all Linux distributions. |
|---|
| 21 | It comes with support for MySQL, PostgreSQL, Bind zonefiles and the 'pipe |
|---|
| 22 | backend'. |
|---|
| 23 | |
|---|
| 24 | %files |
|---|
| 25 | %defattr(-,root,root) |
|---|
| 26 | "/usr/sbin/pdns_server" |
|---|
| 27 | "/usr/bin/pdns_control" |
|---|
| 28 | "/usr/bin/zone2sql" |
|---|
| 29 | %dir "/etc/powerdns/" |
|---|
| 30 | %config(noreplace) "/etc/powerdns/pdns.conf" |
|---|
| 31 | %config "/etc/init.d/pdns" |
|---|
| 32 | |
|---|
| 33 | %post |
|---|
| 34 | echo Remember to create a 'pdns' user before starting pdns |
|---|