root/trunk/pdns/pdns.spec @ 77

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 
1Buildroot: /tmp/pdns
2Name: pdns
3Version: 2.9.2
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"
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
34echo Remember to create a 'pdns' user before starting pdns
Note: See TracBrowser for help on using the browser.