SPECS: tcl-tls.spec - up to 1.6

arekm arekm at pld-linux.org
Wed Jan 21 21:16:32 CET 2009


Author: arekm                        Date: Wed Jan 21 20:16:32 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 1.6

---- Files affected:
SPECS:
   tcl-tls.spec (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: SPECS/tcl-tls.spec
diff -u SPECS/tcl-tls.spec:1.17 SPECS/tcl-tls.spec:1.18
--- SPECS/tcl-tls.spec:1.17	Wed Apr 25 23:06:59 2007
+++ SPECS/tcl-tls.spec	Wed Jan 21 21:16:27 2009
@@ -2,15 +2,13 @@
 Summary:	OpenSSL Tcl extension
 Summary(pl.UTF-8):	Rozszerzenie OpenSSL dla Tcl
 Name:		tcl-tls
-Version:	1.5.0
-Release:	4
+Version:	1.6
+Release:	1
 License:	distributable
 Group:		Development/Languages/Tcl
 Source0:	http://dl.sourceforge.net/tls/tls%{version}-src.tar.gz
-# Source0-md5:	9eeab472475773b3810acc808ebec759
-Patch0:		%{name}-DESTDIR.patch
-Patch1:		%{name}-load-ssl-config.patch
-Patch2:		%{name}-pkgIndex.patch
+# Source0-md5:	eb326ff9e6fc3b9885aa5c72fb8df3bf
+Patch0:		%{name}-load-ssl-config.patch
 URL:		http://tls.sourceforge.net/
 BuildRequires:	openssl-devel >= 0.9.7d
 BuildRequires:	tcl-devel >= 8.4.3
@@ -27,13 +25,11 @@
 można zmieścić zapytanie serwera HTTPS.
 
 %prep
-%setup -qn tls1.5
+%setup -qn tls%{version}
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
-%configure2_13 \
+%configure \
 	--with-ssl-dir=/usr
 %{__make}
 
@@ -52,8 +48,9 @@
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog README.txt license.terms
-%{_libdir}/lib*.so
-%{_libdir}/tls*
+%dir %{_libdir}/tls%{version}
+%attr(755,root,root) %{_libdir}/tls%{version}/lib*.so
+%{_libdir}/tls%{version}/*.tcl
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -61,6 +58,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.18  2009/01/21 20:16:27  arekm
+- up to 1.6
+
 Revision 1.17  2007/04/25 21:06:59  arekm
 - rel 4; fix version in pkgIndex; apply ssl engines patch (both from debian)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tcl-tls.spec?r1=1.17&r2=1.18&f=u



More information about the pld-cvs-commit mailing list