]> git.pld-linux.org Git - packages/dnsmasq.git/blobdiff - dnsmasq.spec
updated to 2.5
[packages/dnsmasq.git] / dnsmasq.spec
index 0e2878804b4bb75d15bf5b29949199ae740500d6..fcfa8b2cc3c8747fe3777e514a2b6eb430c9b35e 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       A lightweight caching nameserver
 Summary(pl):   Lekki buforuj±cy serwer nazw (DNS)
 Name:          dnsmasq
 Summary:       A lightweight caching nameserver
 Summary(pl):   Lekki buforuj±cy serwer nazw (DNS)
 Name:          dnsmasq
-Version:       1.13
+Version:       2.5
 Release:       1
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://thekelleys.org.uk/dnsmasq/%{name}-%{version}.tar.gz
 Release:       1
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://thekelleys.org.uk/dnsmasq/%{name}-%{version}.tar.gz
-# Source0-md5: fd39b3b436f369056980c98ba88a664b
+# Source0-md5: f993ea53c0d11b4d884deb9229b86b26
 Source1:       %{name}.init
 Source2:       %{name}.config
 URL:           http://www.thekelleys.org.uk/dnsmasq/
 Source1:       %{name}.init
 Source2:       %{name}.config
 URL:           http://www.thekelleys.org.uk/dnsmasq/
@@ -36,7 +36,9 @@ i po
 %setup -q
 
 %build
 %setup -q
 
 %build
-%{__make} CC=%{__cc} CFLAGS="%{rpmcflags}"
+%{__make} \
+       CC=%{__cc} \
+       CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -44,7 +46,7 @@ install -d $RPM_BUILD_ROOT{%{_sbindir},/etc/sysconfig,/etc/rc.d/init.d,%{_mandir
 
 install %SOURCE1 $RPM_BUILD_ROOT/etc/rc.d/init.d/dnsmasq
 install %SOURCE2 $RPM_BUILD_ROOT/etc/sysconfig/dnsmasq
 
 install %SOURCE1 $RPM_BUILD_ROOT/etc/rc.d/init.d/dnsmasq
 install %SOURCE2 $RPM_BUILD_ROOT/etc/sysconfig/dnsmasq
-install dnsmasq $RPM_BUILD_ROOT%{_sbindir}
+install src/dnsmasq $RPM_BUILD_ROOT%{_sbindir}
 install dnsmasq.8 $RPM_BUILD_ROOT%{_mandir}/man8
 
 %clean
 install dnsmasq.8 $RPM_BUILD_ROOT%{_mandir}/man8
 
 %clean
@@ -69,7 +71,7 @@ fi
 %files
 %defattr(644,root,root,755)
 %doc CHANGELOG FAQ *.html
 %files
 %defattr(644,root,root,755)
 %doc CHANGELOG FAQ *.html
-%attr(755,root,root) /etc/rc.d/init.d/dnsmasq
+%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
 %{_mandir}/man8/*
 %attr(755,root,root) %{_sbindir}/dnsmasq
 %config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/dnsmasq
 %{_mandir}/man8/*
This page took 0.090725 seconds and 4 git commands to generate.