/[smeserver]/smeserver-pdns_recursor/F/smeserver-pdns_recursor.spec
ViewVC logotype

Diff of /smeserver-pdns_recursor/F/smeserver-pdns_recursor.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1.1.1 by charliebrady, Wed Aug 23 03:06:21 2006 UTC Revision 1.5 by charliebrady, Thu Aug 24 10:59:53 2006 UTC
# Line 1  Line 1 
1  Summary: FIXME -- Brief synopsis goes here  Summary: SME server module to configure pdns_recursor
2  Name: smeserver-pdns_recursor  %define name smeserver-pdns_recursor
3  Version: 0.0.1  Name: %{name}
4  Release: 1.%{?_vendorsuffix:%{_vendorsuffix}}%{!?_vendorsuffix:%{_vendor}}  %define version 0.0.1
5  License: OSI-Approved  %define release 03
6  Group: FIXME/SetThis  Version: %{version}
7  Source: %{name}-0.0.1.tar.gz  Release: %{release}
8  Packager: %{?_packager:%{_packager}}%{!?_packager:%{_vendor}}  License: GPL
9  Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:%{_vendor}}  Group: System Environment/Base
10  Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}  Source: %{name}-%{version}.tar.gz
11  Prefix: %{_prefix}  Patch0: smeserver-pdns_recursor-0.0.1.configuration.patch
12  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root  Patch1: smeserver-pdns_recursor-0.0.1.configuration.patch2
13    Packager: Charlie Brady <charlieb@e-smith.com>
14    BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
15    BuildArchitectures: noarch
16    Requires: e-smith-lib >= 1.15.1-19
17    Requires: pdns-recursor
18    Obsoletes: e-smith-dnscache
19    Conflicts: e-smith-dnscache
20    BuildRequires: e-smith-devtools
21    AutoReqProv: no
22    
23  %description  %description
24  FIXME -- Description goes here  SME server enhancement to configure and run PowerDNS recursor as a
25    caching nameserver
26    
27    %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
33    - Add configuration scripts and templates
34    
35    * Wed Aug 23 2006 Charlie Brady <charlieb@e-smith.com> 0.0.1-01
36    - Initial
37    
38  %prep  %prep
39  %setup -q  %setup
40    %patch0 -p1
41    %patch1 -p1
42    
43  %build  %build
44  CFLAGS="%{?cflags:%{cflags}}%{!?cflags:$RPM_OPT_FLAGS}"  perl createlinks
45  CXXFLAGS="%{?cxxflags:%{cxxflags}}%{!?cflags:$RPM_OPT_FLAGS}"  rm -f %{name}-%{version}-%{release}-filelist
46  export CFLAGS CXXFLAGS  mkdir -p root/var/log/pdns_recursor
47    touch root/var/service/pdns_recursor/down
48  %configure %{?acflags}  
49  %{__make} %{?mflags}  %pre
50    /sbin/e-smith/create-system-user dnscache 410 \
51        "DNScache user" /var/service/dnscache /bin/false
52    /sbin/e-smith/create-system-user dnslog 411 \
53        "DNS log user" /var/log /bin/false
54    
55  %install  %install
56  %{__make} install DESTDIR=$RPM_BUILD_ROOT %{?mflags_install}  rm -rf $RPM_BUILD_ROOT
57    (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
58  %clean  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
59  test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT      --dir /var/service/pdns_recursor 'attr(0755,root,root)' \
60        --dir /var/service/pdns_recursor/log 'attr(0755,root,root)' \
61        --file /var/service/pdns_recursor/run 'attr(0750,root,root)' \
62        --file /var/service/pdns_recursor/log/run 'attr(0750,root,root)' \
63        --dir /var/log/pdns_recursor 'attr(02755,dnslog,dnslog)' \
64        > %{name}-%{version}-%{release}-filelist
65    #echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
66    
67  %files  %clean
68  %defattr(-, root, root)  rm -rf $RPM_BUILD_ROOT
 %doc  
 /*  
69    
70  %changelog  %files -f %{name}-%{version}-%{release}-filelist
71    %defattr(-,root,root)


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed