]> git.pld-linux.org Git - packages/dante.git/commitdiff
- up to 1.3.2 auto/th/dante-1.3.2-1
authorAdam Osuchowski <adwol@pld-linux.org>
Sat, 3 Dec 2011 10:36:03 +0000 (10:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dante.spec -> 1.39

dante.spec

index 77133b95fb6f1d4ef06fc8d4104b48555ecc8b01..9a81447f57181c15c7549df56b44937d9f3bc85f 100644 (file)
@@ -1,13 +1,12 @@
 Summary:       A free Socks v4/v5 client implementation
 Summary(pl.UTF-8):     Darmowa implementacja klienta Socks v4/5
 Name:          dante
-Version:       1.1.19
-%define pre pre1
-Release:       0.%{pre}.1
+Version:       1.3.2
+Release:       1
 License:       BSD-like
 Group:         Networking/Daemons
-Source0:       ftp://ftp.inet.no/pub/socks/%{name}-%{version}-%{pre}.tar.gz
-# Source0-md5: ef97770a0dd4f25b7a5bae2bb8972653
+Source0:       ftp://ftp.inet.no/pub/socks/%{name}-%{version}.tar.gz
+# Source0-md5: 250c6456cd3fefa17f07fa80c9ccf6bd
 Source1:       sockd.init
 URL:           http://www.inet.no/dante/
 BuildRequires: autoconf
@@ -77,13 +76,17 @@ Static libraries for socks.
 Statyczne biblioteki socks.
 
 %prep
-%setup -q -n %{name}-%{version}-%{pre}
+%setup -q
 
 %build
-cp -f /usr/share/automake/config.sub .
+%{__libtoolize}
+%{__aclocal}
 %{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
-       --disable-preload
+       --without-glibc-secure
+
 %{__make}
 
 %install
@@ -121,11 +124,14 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc BUGS CREDITS LICENSE NEWS README SUPPORT TODO
+%doc BUGS CREDITS LICENSE NEWS README SUPPORT
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/socks.conf
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/lib*.so.0
+%attr(755,root,root) %{_libdir}/libdsocks.so
 %attr(755,root,root) %{_bindir}/socksify
 %{_mandir}/man5/socks.conf.5*
+%{_mandir}/man1/socksify.1*
 
 %files server
 %defattr(644,root,root,755)
This page took 0.157468 seconds and 4 git commands to generate.