]> git.pld-linux.org Git - packages/dnsmasq.git/blobdiff - dnsmasq.spec
- updated to 1.11: improvements.
[packages/dnsmasq.git] / dnsmasq.spec
index 5b2c3fe9205b6d90eff2f4bd029bc3690ec6dde7..f358034cc1466ad30f61a15f0e001eda20bc6bd3 100644 (file)
@@ -1,15 +1,15 @@
 Summary:       A lightweight caching nameserver
-Summary(pl):   Lekki buforuj±cy nameserver
+Summary(pl):   Lekki buforuj±cy serwer nazw (DNS)
 Name:          dnsmasq
-Version:       1.6
+Version:       1.11
 Release:       1
 License:       GPL
 Group:         Networking/Daemons
-Source0:       %{name}-%{version}.tar.gz
+Source0:       http://thekelleys.org.uk/dnsmasq/%{name}-%{version}.tar.gz
 Source1:       %{name}.init
 Source2:       %{name}.config
 Patch0:                %{name}-cc.patch
-URL:           http://www.thekelleys.org.uk/dnsmasq
+URL:           http://www.thekelleys.org.uk/dnsmasq/
 PreReq:                /sbin/chkconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -35,11 +35,10 @@ i po
 %patch0 -p1
 
 %build
-%{__make} CC=%{__cc} OPTFLAGS="%{optflags}"
+%{__make} CC=%{__cc} OPT="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT{%{_sbindir},/etc/sysconfig,/etc/rc.d/init.d,%{_mandir}/man8}
 
 install %SOURCE1 $RPM_BUILD_ROOT/etc/rc.d/init.d/dnsmasq
@@ -68,7 +67,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGELOG COPYING doc.html
+%doc CHANGELOG FAQ *.html
 %attr(755,root,root) /etc/rc.d/init.d/dnsmasq
 %attr(755,root,root) %{_sbindir}/dnsmasq
 %config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/dnsmasq
This page took 0.129965 seconds and 4 git commands to generate.