]> git.pld-linux.org Git - packages/dnsmasq.git/commitdiff
- added config file; quote CC
authordarekr <darekr@pld-linux.org>
Mon, 4 Apr 2005 18:50:43 +0000 (18:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dnsmasq.spec -> 1.43

dnsmasq.spec

index 9dd68bdaa7344a3e40a2f63a01c4522f31bfa178..6b73dbc8cf08dd0d6b2c2432d17bcfe4b90d3fd6 100644 (file)
@@ -25,7 +25,7 @@ behind NAT routers and connected via modem, ISDN, ADSL, or cable-modem
 connections.
 
 %description -l pl
-Dnsmasq jest lekkim, ³atwym do konfiguracji forwarderem DNS
+Dnsmasq jest lekkim, ³atwym w konfiguracji forwarderem DNS
 zaprojektowanym do serwowania us³ugi DNS dla ma³ych sieci, gdzie
 u¿ywanie BIND by³oby przesad±. Zewnêtrzne serwery DNS mog± byæ
 automatycznie konfigurowane przez PPP lub DHCP. Mo¿e on serwowaæ tak¿e
@@ -38,7 +38,7 @@ po
 
 %build
 %{__make} \
-       CC=%{__cc} \
+       CC="%{__cc}" \
        CFLAGS="%{rpmcflags}"
 
 %install
@@ -49,6 +49,7 @@ install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/dnsmasq
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/dnsmasq
 install src/dnsmasq $RPM_BUILD_ROOT%{_sbindir}
 install dnsmasq.8 $RPM_BUILD_ROOT%{_mandir}/man8
+install dnsmasq.conf.example $RPM_BUILD_ROOT%{_sysconfdir}/dnsmasq.conf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -74,5 +75,6 @@ fi
 %doc CHANGELOG FAQ *.html
 %attr(754,root,root) /etc/rc.d/init.d/dnsmasq
 %attr(755,root,root) %{_sbindir}/dnsmasq
-%config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/dnsmasq
+%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/dnsmasq
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dnsmasq.conf
 %{_mandir}/man8/*
This page took 0.040551 seconds and 4 git commands to generate.