]> git.pld-linux.org Git - packages/stunnel.git/commitdiff
- updated to new version
authorArtur Frysiak <artur@frysiak.net>
Mon, 28 Feb 2000 14:23:18 +0000 (14:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    stunnel.spec -> 1.21

stunnel.spec

index 7ccc860a75ef30aef0f3b8719c1faede89f95e1d..180e2fda2bebcc211aaa11ff9d2e0e0155efa454 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Universal SSL tunnel
 Summary(pl):   Uniwersalne narzedzie do bezpiecznego tunelowania
 Name:          stunnel
-Version:       3.7
+Version:       3.8
 Release:       1
 License:       GPL
 Group:         Networking/Daemons
@@ -30,8 +30,8 @@ lub https.
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
+%patch1 -p1 
+%patch2 -p1 
 
 %build
 autoconf
@@ -52,6 +52,9 @@ make install \
 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
        FAQ HISTORY README BUGS 
 
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -61,5 +64,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc %lang(pl) doc.polish/*
 %doc stunnel.exe
 %attr(755,root,root) %{_sbindir}/*
+%attr(755,root,root) %{_libdir}/*
+
 %{_mandir}/man8/*
 %config(noreplace) %verify(not size mtime md5) %attr(600,root,root) %{certdir}/stunnel.pem
This page took 0.135858 seconds and 4 git commands to generate.