Changes of Revision 19
[-] | Changed | pdns.spec |
x 1
2 BuildRoot: %{_tmppath}/%{name}-%{version}-root 3 Source0: %{name}-%{version}.tar.gz 4 Patch0: %{name}-fixinit.patch 5 -Patch1: %{name}-%{version}-axfr-patch 6 -#Patch2: %{name}-%{version}-axfr_slavedb.patch 7 +#Patch1: %{name}-%{version}-axfr-patch 8 +Patch2: %{name}-%{version}-axfr_slavedb.patch 9 10 BuildRequires: boost-devel chrpath gcc-c++ 11 Provides: powerdns = %{version}-%{release} 12
13 %prep 14 %setup -q 15 %patch0 -p1 -b .fixinit 16 -%patch1 -p1 17 -#%patch2 -p0 18 +#%patch1 -p1 19 +%patch2 -p0 20 21 %build 22 export CPPFLAGS="-DLDAP_DEPRECATED %{optflags}" 23 |