]> git.pld-linux.org Git - packages/dante.git/commitdiff
- updated to 1.1.15-pre1
authoraverne <averne@pld-linux.org>
Sun, 3 Oct 2004 09:00:14 +0000 (09:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dante.spec -> 1.30

dante.spec

index dc96eba4cb7ddb4107fe2595028392701b0c9e46..eebe85bb5bff073b40afef6bd9db9032bd949961 100644 (file)
@@ -1,12 +1,13 @@
+%define                pre     pre1
 Summary:       A free Socks v4/v5 client implementation
 Summary(pl):   Darmowa implementacja klienta Socks v4/5
 Name:          dante
-Version:       1.1.14
-Release:       1
+Version:       1.1.15
+Release:       0.%{pre}.1
 License:       BSD-like
 Group:         Networking/Daemons
-Source0:       ftp://ftp.inet.no/pub/socks/%{name}-%{version}.tar.gz
-# Source0-md5: 465c2c615c1aa64afd328feee97ba007
+Source0:       ftp://ftp.inet.no/pub/socks/%{name}-%{version}-%{pre}.tar.gz
+# Source0-md5: 1dc7cbd260c7a171cacc49d314845806
 Source1:       sockd.init
 URL:           http://www.inet.no/dante/
 BuildRequires: autoconf
@@ -76,12 +77,13 @@ Static libraries for socks.
 Statyczne biblioteki socks.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}-%{pre}
 
 %build
 cp -f /usr/share/automake/config.sub .
 %{__autoconf}
-%configure
+%configure \
+       --disable-preload
 %{__make}
 
 %install
This page took 0.093477 seconds and 4 git commands to generate.