]> git.pld-linux.org Git - packages/stunnel.git/blobdiff - stunnel.spec
- updated to 4.48
[packages/stunnel.git] / stunnel.spec
index bfc9d54798c09a5487d493183daf292e9fd6220f..65b83293b3e3bd9af9b009d87536eea16eaa0fdf 100644 (file)
 Summary:       Universal SSL tunnel
-Summary(pl):   Uniwersalne narzedzie do bezpiecznego tunelowania
+Summary(pl.UTF-8):     Uniwersalne narzędzie do bezpiecznego tunelowania
 Name:          stunnel
-Version:       3.8
-Release:       3
-License:       GPL
+Version:       4.48
+Release:       1
+License:       GPL v2+ with OpenSSL exception
 Group:         Networking/Daemons
-Group(pl):     Sieciowe/Serwery
-Source0:       http://mike.daewoo.com.pl/computer/stunnel/%{name}-%{version}.tar.gz
-Patch1:                stunnel-DESTDIR.patch
-Patch2:                stunnel-dirs.patch
-Patch3:                stunnel-fixargs.patch
-URL:           http://mike.daewoo.com.pl/computer/stunnel/
-BuildRequires: openssl-devel >= 0.9.4-2
+Source0:       ftp://ftp.stunnel.org/stunnel/%{name}-%{version}.tar.gz
+# Source0-md5: b2f4dddfb3415d42bf4ed8f1feb7af19
+Source1:       %{name}.init
+Source2:       %{name}.sysconfig
+Source3:       %{name}.inet
+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}-libwrap_srv_name_log.patch
+Patch5:                %{name}-config.patch
+URL:           http://www.stunnel.org/
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake
+BuildRequires: libtool >= 2:2.0
+BuildRequires: libwrap-devel
+BuildRequires: openssl-devel >= 0.9.7d
+BuildRequires: openssl-tools >= 0.9.7d
+BuildRequires: rpmbuild(macros) >= 1.268
+Requires(postun):      /sbin/ldconfig
+Requires(postun):      /usr/sbin/groupdel
+Requires(postun):      /usr/sbin/userdel
+Requires(pre): /bin/id
+Requires(pre): /usr/bin/getgid
+Requires(pre): /usr/sbin/groupadd
+Requires(pre): /usr/sbin/useradd
+Provides:      group(stunnel)
+Provides:      user(stunnel)
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                certdir         /var/lib/openssl/certs
-
 %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 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¿liwia stawianie silnie kodowanych tuneli pomiêdzy serwerem a
-komputerem klienta. Przy jego u¿yciu mo¿na ³atwo zrealizowaæ us³ugi pop3s
-lub https.
+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.UTF-8
+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.
+
+%package standalone
+Summary:       stunnel acts as standalone server
+Summary(pl.UTF-8):     stunnel działający jako samodzielny serwer
+Group:         Networking/Daemons
+Requires(post,preun):  /sbin/chkconfig
+Requires:      %{name} = %{version}-%{release}
+Requires:      rc-scripts
+Obsoletes:     stunnel-inetd
+
+%description standalone
+stunnel acts as standalone server.
+
+%description standalone -l pl.UTF-8
+stunnel działający jako samodzielny serwer.
+
+%package inetd
+Summary:       stunnel acts as inetd service
+Summary(pl.UTF-8):     stunnel działający jako usługa inetd
+Group:         Networking/Daemons
+Requires:      %{name} = %{version}-%{release}
+Requires:      rc-inetd
+Obsoletes:     stunnel-standalone
+
+%description inetd
+stunnel acts as inetd service.
+
+%description inetd -l pl.UTF-8
+stunnel działający jako usługa inetd.
 
 %prep
 %setup -q
-%patch1 -p1 
-%patch2 -p1 
-%patch3 -p0 
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
 
 %build
-autoconf
-CFLAGS="$RPM_OPT_FLAGS -DHAVE_GETOPT"
-LDFLAGS="-s"
-export CFLAGS LDFLAGS
-%configure 
-       
-make certdir=%{certdir}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{/etc/{rc.d/init.d,sysconfig/rc-inetd},%{_mandir}/{pl,fr}/man8,%{_var}/run/stunnel}
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+mv -f $RPM_BUILD_ROOT%{_mandir}/man8/stunnel.fr.8 $RPM_BUILD_ROOT%{_mandir}/fr/man8/stunnel.8
+mv -f $RPM_BUILD_ROOT%{_mandir}/man8/stunnel.pl.8 $RPM_BUILD_ROOT%{_mandir}/pl/man8/stunnel.8
+mv -f $RPM_BUILD_ROOT%{_sysconfdir}/stunnel/stunnel.conf-sample $RPM_BUILD_ROOT%{_sysconfdir}/stunnel/stunnel.conf
 
-make install \
-       DESTDIR=$RPM_BUILD_ROOT \
-       certdir=$RPM_BUILD_ROOT/%{certdir}
-       
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
-       FAQ HISTORY README BUGS 
+install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/stunnel
+install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/stunnel
+install %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/stunnel
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+rm -rf $RPM_BUILD_ROOT%{_libdir}/stunnel
+rm -f $RPM_BUILD_ROOT%{_sysconfdir}/stunnel/stunnel.pem
+rm -rf $RPM_BUILD_ROOT%{_docdir}/stunnel
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%pre
+%groupadd -g 130 stunnel
+%useradd -u 130 -d /var/run/stunnel -s /bin/false -c "stunnel User" -g stunnel stunnel
+
+%post  -p /sbin/ldconfig
+
+%postun
+/sbin/ldconfig
+if [ "$1" = "0" ]; then
+       %userremove stunnel
+       %groupremove stunnel
+fi
+
+%post standalone
+/sbin/chkconfig --add stunnel
+%service stunnel restart "stunnel daemon"
+
+%preun standalone
+if [ "$1" = "0" ]; then
+       %service stunnel stop
+       /sbin/chkconfig --del stunnel
+fi
+
+%post inetd
+%service -q rc-inetd reload
+
+%postun inetd
+if [ "$1" = "0" ]; then
+       %service -q rc-inetd reload
+fi
+
 %files
 %defattr(644,root,root,755)
-%doc {FAQ,HISTORY,README,BUGS}.gz 
-%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
+# note: this COPYING contains general information not GPL text
+%doc AUTHORS BUGS COPYING CREDITS ChangeLog NEWS PORTS README TODO doc/en/* doc/stunnel.html tools/{ca.*,importCA.*}
+%doc %lang(fr) doc/stunnel.fr.html
+%doc %lang(pl) doc/pl/* doc/stunnel.pl.html
+%attr(755,root,root) %{_bindir}/stunnel
+%attr(755,root,root) %{_bindir}/stunnel3
+%dir %{_sysconfdir}/stunnel
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/stunnel/stunnel.conf
+%attr(750,stunnel,stunnel) %{_var}/run/stunnel
+%{_mandir}/man8/stunnel.8*
+%lang(fr) %{_mandir}/fr/man8/stunnel.8*
+%lang(pl) %{_mandir}/pl/man8/stunnel.8*
+
+%files standalone
+%defattr(644,root,root,755)
+%attr(754,root,root) /etc/rc.d/init.d/stunnel
+%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/stunnel
+
+%files inetd
+%defattr(644,root,root,755)
+%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/stunnel
This page took 0.051229 seconds and 4 git commands to generate.