]> git.ipfire.org Git - thirdparty/pdns.git/blob - pdns/pdns.spec
Initial revision
[thirdparty/pdns.git] / pdns / pdns.spec
1 Buildroot: /tmp/pdns
2 Name: pdns
3 Version: 2.8
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/sbin/pdns_control"
28 "/usr/sbin/zone2sql"
29 "/usr/doc/pdns/LICENSE"
30 "/usr/doc/pdns/README"
31 "/usr/doc/pdns/html/"
32 "/usr/doc/pdns/pdns.txt"
33 "/usr/doc/pdns/pdns.pdf"
34 %dir "/etc/powerdns/"
35 %config(noreplace) "/etc/powerdns/pdns.conf"
36 %config "/etc/init.d/pdns"
37
38 %post
39 echo Remember to create a 'pdns' user before starting pdns