]> git.pld-linux.org Git - packages/stunnel.git/blobdiff - stunnel.spec
- no // in paths, other cosmetics
[packages/stunnel.git] / stunnel.spec
index ebbdab6be49574ec25d437c58e91a60629dddf03..09f6209b651c1c0de67273635a3fa854a2bb5646 100644 (file)
@@ -1,64 +1,90 @@
+# TODO:
+# - fix /var/run/stunnel ownership (nobody must NOT own any files!)
 Summary:       Universal SSL tunnel
-Summary(pl):   Uniwersalne narzedzie do bezpiecznego tunelowania
+Summary(pl):   Uniwersalne narzêdzie do bezpiecznego tunelowania
 Name:          stunnel
-Version:       3.4a
-Release:       1
+Version:       4.04
+Release:       0.9
+License:       GPL v2
 Group:         Networking/Daemons
-Group(pl):     Sieciowe/Serwery
-Copyright:     GPL
-Source0:       http://mike.daewoo.com.pl/computer/stunnel/%{name}-%{version}.tar.gz
-Patch0:                stunnel-Makefile.patch
-URL:           http://mike.daewoo.com.pl/computer/stunnel/
-BuildRequires: openssl-devel
-BuildRoot:     /tmp/%{name}-%{version}-root
-
-%define                certsdir        /var/state/openssl/certs
+Source0:       ftp://stunnel.mirt.net/stunnel/%{name}-%{version}.tar.gz
+# Source0-md5: 2fcdf0311a0ab8a3223293c706a84e97
+Source1:       %{name}.init
+Source2:       %{name}.sysconfig
+Patch0:                %{name}-gethostbyname_is_in_libc_aka_no_libnsl.patch
+Patch1:                %{name}-authpriv.patch
+Patch2:                %{name}-ac_fixes.patch
+Patch3:                %{name}-am.patch
+Patch4:                %{name}-getgrnam.patch
+URL:           http://www.stunnel.org/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
+BuildRequires: openssl-devel >= 0.9.7
+BuildRequires: openssl-tools >= 0.9.7
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-The stunnel program is designed to work  as  SSL  encryption
-wrapper between remote client and local (inetd-startable) or
-remote server. The concept is that having non-SSL aware dae-
-mons  running  on  your  system you can easily setup them to
-communicate with clients over secure SSL channel.
-
-stunnel can be used to add  SSL  functionality  to  commonly
-used  inetd  daemons  like  POP-2,  POP-3  and  IMAP servers
-without any changes in the programs' code.
+The stunnel program is designed to work as SSL encryption wrapper
+between remote client and local (inetd-startable) or remote server.
+The concept is that having non-SSL aware daemons running on your
+system you can easily setup them to communicate with clients over
+secure SSL channel. stunnel can be used to add SSL functionality to
+commonly used inetd daemons like POP-2, POP-3 and IMAP servers without
+any changes in the programs' code.
 
 %description -l pl
-Stunnel umo¿linia stawianie silnie kodowanych tuneli pomiedzy serwerem 
-a komputeram klienta. Przy jego u¿yciu mo¿na ³atwo zrealizoweaæ 
-us³ugi pop3s lub https.
+Stunnel umo¿liwia stawianie silnie kodowanych tuneli pomiêdzy serwerem
+a komputerem klienta. Przy jego u¿yciu mo¿na ³atwo zrealizowaæ us³ugi
+pop3s lub https.
 
 %prep
-%setup  -q -n %{name}
+%setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
 
 %build
-LDFLAGS="-s" ; export LDFLAGS
-%configure 
-       
-make \
-       SSLLIBS="-lssl -lsslcrypto" \
-       SSLINCDIR="%{_includedir}/openssl" 
+rm -f missing
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{/etc/{rc.d/init.d,sysconfig},%{_mandir}/pl/man8,%{_var}/run/stunnel}
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
-make install \
-       DESTDIR="$RPM_BUILD_ROOT%{_prefix}" \
-       CERTDIR="$RPM_BUILD_ROOT%{certsdir}"
-       
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
-       FAQ HISTORY README BUGS 
+mv -f $RPM_BUILD_ROOT%{_mandir}/man8/stunnel.pl.8* $RPM_BUILD_ROOT%{_mandir}/pl/man8
+
+install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/stunnel
+install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/stunnel
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
-%doc {FAQ,HISTORY,README,BUGS}.gz 
-%doc %lang(pl) doc.polish/*
+# note: this COPYING contains general information not GPL text
+%doc AUTHORS BUGS COPYING CREDITS ChangeLog NEWS PORTS README TODO doc/en/* doc/stunnel.html
+%doc src/stunnel.exe  tools/{ca.*,importCA.*}
+%doc %lang(pl) doc/pl/* doc/stunnel.pl.html
+%dir /etc/stunnel
+%attr(754,root,root) /etc/rc.d/init.d/stunnel
+%attr(600,root,root) /etc/sysconfig/stunnel
+%attr(700,nobody,nobody) %{_var}/run/stunnel
+%config(noreplace) %verify(not size mtime md5) /etc/stunnel/*
 %attr(755,root,root) %{_sbindir}/*
+%attr(755,root,root) %{_libdir}/*
 %{_mandir}/man8/*
-%attr(600,root,root) %{certsdir}/stunnel.pem
+%lang(pl) %{_mandir}/pl/man8/*
This page took 0.087244 seconds and 4 git commands to generate.