packages: dante/dante.spec - up to 1.3.2

adwol adwol at pld-linux.org
Sat Dec 3 11:36:08 CET 2011


Author: adwol                        Date: Sat Dec  3 10:36:08 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 1.3.2

---- Files affected:
packages/dante:
   dante.spec (1.38 -> 1.39) 

---- Diffs:

================================================================
Index: packages/dante/dante.spec
diff -u packages/dante/dante.spec:1.38 packages/dante/dante.spec:1.39
--- packages/dante/dante.spec:1.38	Mon Feb 12 22:23:52 2007
+++ packages/dante/dante.spec	Sat Dec  3 11:36:03 2011
@@ -2,13 +2,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
@@ -78,13 +77,17 @@
 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
@@ -122,11 +125,14 @@
 
 %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)
@@ -152,6 +158,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.39  2011/12/03 10:36:03  adwol
+- up to 1.3.2
+
 Revision 1.38  2007/02/12 21:23:52  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dante/dante.spec?r1=1.38&r2=1.39&f=u



More information about the pld-cvs-commit mailing list