2 |
%define name smeserver-pdns_recursor |
%define name smeserver-pdns_recursor |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 0.0.1 |
%define version 0.0.1 |
5 |
%define release 02 |
%define release 03 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release} |
Release: %{release} |
8 |
License: GPL |
License: GPL |
9 |
Group: System Environment/Base |
Group: System Environment/Base |
10 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
11 |
Patch0: smeserver-pdns_recursor-0.0.1.configuration.patch |
Patch0: smeserver-pdns_recursor-0.0.1.configuration.patch |
12 |
|
Patch1: smeserver-pdns_recursor-0.0.1.configuration.patch2 |
13 |
Packager: Charlie Brady <charlieb@e-smith.com> |
Packager: Charlie Brady <charlieb@e-smith.com> |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
25 |
caching nameserver |
caching nameserver |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Thu Aug 24 2006 Charlie Brady <charlieb@e-smith.com> 0.0.1-03 |
29 |
|
- Various configuration fixes. Functional in basic configuration now. |
30 |
|
- TODO: Handle forwarding configurations correctly. |
31 |
|
|
32 |
* Thu Aug 24 2006 Charlie Brady <charlieb@e-smith.com> 0.0.1-02 |
* Thu Aug 24 2006 Charlie Brady <charlieb@e-smith.com> 0.0.1-02 |
33 |
- Add configuration scripts and templates |
- Add configuration scripts and templates |
34 |
|
|
38 |
%prep |
%prep |
39 |
%setup |
%setup |
40 |
%patch0 -p1 |
%patch0 -p1 |
41 |
|
%patch1 -p1 |
42 |
|
|
43 |
%build |
%build |
44 |
perl createlinks |
perl createlinks |