]> git.pld-linux.org Git - packages/pdns.git/blob - pdns.spec
- missing dir
[packages/pdns.git] / pdns.spec
1 Summary:        PowerDNS is a Versatile Database Driven Nameserver
2 Summary(pl.UTF-8):      PowerDNS to wielofunkcyjny serwer nazw korzystający z relacyjnych baz danych
3 Name:           pdns
4 Version:        2.9.21
5 Release:        3
6 License:        GPL
7 Group:          Networking/Daemons
8 Source0:        http://downloads.powerdns.com/releases/%{name}-%{version}.tar.gz
9 # Source0-md5:  a0d650dd1489ed46b36dfcc1d73653af
10 Source1:        http://downloads.powerdns.com/documentation/%{name}.pdf
11 # Source1-md5:  1d6eb4a46e3c32e298c1f5ee1b458134
12 Source2:        http://downloads.powerdns.com/documentation/%{name}.txt
13 Source3:        %{name}.init
14 Source4:        %{name}.conf
15 Source5:        %{name}.sysconfig
16 Patch0:         %{name}-configure.patch
17 Patch1:         %{name}-int16.patch
18 Patch2:         %{name}-openldap-2.3.patch
19 URL:            http://www.powerdns.com/
20 BuildRequires:  bison
21 BuildRequires:  boost-bind-devel
22 BuildRequires:  flex
23 BuildRequires:  libpq++-devel
24 BuildRequires:  libstdc++-devel
25 BuildRequires:  mysql-devel
26 BuildRequires:  openldap-devel >= 2.4.6
27 BuildRequires:  rpmbuild(macros) >= 1.268
28 BuildRequires:  zlib-devel
29 Requires(post): sed >= 4.0
30 Requires(post,preun):   /sbin/chkconfig
31 Requires(postun):       /usr/sbin/groupdel
32 Requires(postun):       /usr/sbin/userdel
33 Requires(pre):  /bin/id
34 Requires(pre):  /usr/bin/getgid
35 Requires(pre):  /usr/sbin/groupadd
36 Requires(pre):  /usr/sbin/useradd
37 Requires:       rc-scripts
38 Provides:       group(djbdns)
39 Provides:       nameserver
40 Provides:       user(pdns)
41 Obsoletes:      powerdns
42 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
43
44 %description
45 PowerDNS is a versatile nameserver which supports a large number of
46 different backends ranging from simple zonefiles to relational
47 databases and load balancing/failover algorithms.
48
49 %description -l pl.UTF-8
50 PowerDNS to wielofunkcyjny serwer nazw posiadający dużą liczbę wtyczek
51 od prostych stref (a'la BIND) począwszy, a na relacyjnych bazach
52 danych skończywszy oraz zawierający algorytmy zrównoważenia obciążenia
53 i przełączania w wypadku awarii.
54
55 %package backend-pipe
56 Summary:        PowerDNS support for custom pipe backend
57 Summary(pl.UTF-8):      Wsparcie PowerDNS dla własnego mechanizmu przechowywania stref
58 Group:          Development/Libraries
59 Requires:       %{name} = %{version}-%{release}
60
61 %description backend-pipe
62 This package allows creation of own backend using simple STDIN/STDOUT
63 API. Example backend script in Perl is provided in package
64 documentation.
65
66 %description backend-pipe -l pl.UTF-8
67 Ten pakiet pozwala na utworzenie własnego mechanizmu przechowywania
68 stref za pomocą prostego interfejsu STDIN/STDOUT. Przykładowy skrypt w
69 Perlu został dołączony do dokumentacji pakietu.
70
71 %package backend-gpgsql
72 Summary:        PowerDNS support for PostgreSQL
73 Summary(pl.UTF-8):      Wsparcie PowerDNS dla baz PostgresQL
74 Group:          Development/Libraries
75 Requires:       %{name} = %{version}-%{release}
76
77 %description backend-gpgsql
78 This package allows zone storage in PostgreSQL relational db tables.
79
80 %description backend-gpgsql -l pl.UTF-8
81 Ten pakiet pozwala na przechowywanie danych o strefach w tabelach
82 relacyjnej bazy danych PostgreSQL.
83
84 %package backend-gmysql
85 Summary:        PowerDNS support for MySQL
86 Summary(pl.UTF-8):      Wsparcie PowerDNS dla baz MySQL
87 Group:          Development/Libraries
88 Requires:       %{name} = %{version}-%{release}
89
90 %description backend-gmysql
91 This package allows zone storage in MySQL relational db tables.
92
93 %description backend-gmysql -l pl.UTF-8
94 Ten pakiet pozwala na przechowywanie danych o strefach w tabelach
95 relacyjnej bazy danych MySQL.
96
97 %package backend-ldap
98 Summary:        PowerDNS support for LDAP
99 Summary(pl.UTF-8):      Wsparcie PowerDNS dla baz LDAP
100 Group:          Development/Libraries
101 Requires:       %{name} = %{version}-%{release}
102
103 %description backend-ldap
104 This package allows zone storage in LDAP directory.
105
106 %description backend-ldap -l pl.UTF-8
107 Ten pakiet pozwala na przechowywanie danych o strefach w katalogu
108 LDAP.
109
110 %prep
111 %setup -q
112 %patch0 -p1
113 %patch1 -p1
114 %patch2 -p1
115 cp %{SOURCE1} .
116 cp %{SOURCE2} .
117
118 %build
119 CPPFLAGS="-DHAVE_NAMESPACE_STD -DHAVE_CXX_STRING_HEADER -DDLLIMPORT=\"\""
120 %configure \
121         --libdir=%{_libdir}/%{name} \
122         --sysconfdir=%{_sysconfdir}/%{name} \
123         --with-socketdir=/var/run \
124         --with-dynmodules="gmysql gpgsql pipe ldap" \
125         --with-modules="" \
126         --enable-mysql \
127         --enable-pgsql \
128         --with-pgsql-lib=%{_libdir} \
129         --with-pgsql-includes=%{_includedir} \
130         --with-mysql-lib=%{_libdir} \
131         --with-mysql-includes=%{_includedir} \
132         --enable-ldap \
133         --disable-static
134
135 %{__make}
136
137 %install
138 rm -rf $RPM_BUILD_ROOT
139 install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,%{_sysconfdir}/%{name},/etc/sysconfig}
140
141 %{__make} install \
142         DESTDIR=$RPM_BUILD_ROOT
143
144 install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
145 install %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/%{name}.conf
146 install %{SOURCE5} $RPM_BUILD_ROOT/etc/sysconfig/pdns
147
148 # useless - modules are dlopened by *.so
149 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
150
151 %clean
152 rm -rf $RPM_BUILD_ROOT
153
154 %pre
155 %groupadd -g 32 djbdns
156 %useradd -u 30 -d /var/lib/pdns -s /bin/false -c "pdns User" -g djbdns pdns
157
158 %post
159 # dirty hack so the config file is processed correctly, and server does not respawn
160 sed -i -e 's/^ *//' /etc/pdns/pdns.conf
161
162 /sbin/chkconfig --add pdns
163 %service pdns restart
164
165 %preun
166 if [ "$1" = "0" ]; then
167         %service pdns stop
168         /sbin/chkconfig --del pdns
169 fi
170
171 %postun
172 if [ "$1" = "0" ]; then
173         %userremove pdns
174         %groupremove djbdns
175 fi
176
177 %files
178 %defattr(644,root,root,755)
179 %doc ChangeLog HACKING INSTALL README TODO pdns.pdf pdns.txt
180 %attr(754,root,root) /etc/rc.d/init.d/%{name}
181 %dir %{_sysconfdir}/%{name}
182 %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/%{name}.conf
183 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/pdns
184 %attr(755,root,root) %{_sbindir}/*
185 %attr(755,root,root) %{_bindir}/*
186 %dir %{_libdir}/%{name}
187 %{_mandir}/man8/*
188
189 %files backend-gmysql
190 %defattr(644,root,root,755)
191 %attr(755,root,root) %{_libdir}/%{name}/*mysql*.so*
192
193 %files backend-gpgsql
194 %defattr(644,root,root,755)
195 %attr(755,root,root) %{_libdir}/%{name}/*pgsql*.so*
196
197 %files backend-pipe
198 %defattr(644,root,root,755)
199 %attr(755,root,root) %{_libdir}/%{name}/*pipe*.so*
200
201 %files backend-ldap
202 %defattr(644,root,root,755)
203 %attr(755,root,root) %{_libdir}/%{name}/*ldap*.so*
This page took 0.082267 seconds and 4 git commands to generate.