]> git.ipfire.org Git - thirdparty/pdns.git/blame - pdns.spec
small fixes
[thirdparty/pdns.git] / pdns.spec
CommitLineData
12c86877
BH
1Buildroot: /tmp/pdns
2Name: pdns
343546e5 3Version: 2.9.1
12c86877
BH
4Release: 1
5Summary: extremely powerful and versatile nameserver
6Copyright: see /usr/doc/pdns/copyright
7Distribution: Neutral
8Vendor: PowerDNS.COM BV
9Group: System/DNS
10AutoReqProv: no
11
12%define _rpmdir ../
13%define _rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm
14
15%description
16PowerDNS is a versatile nameserver which supports a large number
17of different backends ranging from simple zonefiles to relational
18databases and load balancing/failover algorithms.
19
20This RPM is statically compiled and should work on all Linux distributions.
21It comes with support for MySQL, PostgreSQL, Bind zonefiles and the 'pipe
22backend'.
23
24%files
25%defattr(-,root,root)
26"/usr/sbin/pdns_server"
343546e5
BH
27"/usr/bin/pdns_control"
28"/usr/bin/zone2sql"
12c86877
BH
29%dir "/etc/powerdns/"
30%config(noreplace) "/etc/powerdns/pdns.conf"
31%config "/etc/init.d/pdns"
32
33%post
34echo Remember to create a 'pdns' user before starting pdns