]> git.pld-linux.org Git - packages/dnsmasq.git/commitdiff
- 2.53test19 - fixes problem with IP with name on interface
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 27 Apr 2010 11:51:26 +0000 (11:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dnsmasq.spec -> 1.84

dnsmasq.spec

index 8a4604aa8c91eec7c393e14c3eb5923767de61db..1e2cac1eaea29914c1f3ff8959942f9533e5ed57 100644 (file)
@@ -4,12 +4,14 @@
 Summary:       A lightweight caching server (DNS, DHCP)
 Summary(pl.UTF-8):     Lekki buforujący serwer nazw (DNS) i DHCP
 Name:          dnsmasq
-Version:       2.52
-Release:       1
+Version:       2.53
+%define        _rc     test19
+Release:       0.%{_rc}.1
 License:       GPL v2
 Group:         Networking/Daemons
-Source0:       http://thekelleys.org.uk/dnsmasq/%{name}-%{version}.tar.gz
-# Source0-md5: 1bb32fffdb4f977ead607802b5d701d0
+#Source0:      http://thekelleys.org.uk/dnsmasq/%{name}-%{version}%{_rc}.tar.gz
+Source0:       http://thekelleys.org.uk/dnsmasq/test-releases/%{name}-%{version}%{_rc}.tar.gz
+# Source0-md5: 84b50571a7a2963fb2572643f9a41717
 Source1:       %{name}.init
 Source2:       %{name}.config
 URL:           http://www.thekelleys.org.uk/dnsmasq/doc.html
@@ -54,7 +56,7 @@ ale jest dobrym wyborem dla dowolnej małej sieci, gdzie ważne jest
 małe wykorzystanie zasobów i łatwa konfiguracja.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}%{_rc}
 
 %build
 %{__make} all-i18n \
This page took 0.094338 seconds and 4 git commands to generate.