- split off doc package

OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=47
This commit is contained in:
Daniel Rahn
2011-06-29 13:07:51 +00:00
committed by Git OBS Bridge
parent 9b570cba76
commit 6dfdf48a72
4 changed files with 28 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ Autoreqprov: on
%if %{?suse_version:%suse_version}%{?!suse_version:0} > 800
PreReq: /usr/sbin/useradd fileutils textutils %insserv_prereq %fillup_prereq
%endif
Source: ftp://ftp.stunnel.org/stunnel/%{name}-%{version}.tar.gz
Source: ftp://ftp.stunnel.org/stunnel/%{name}-%{version}.tar.bz2
Source1: stunnel.conf
Source2: stunnel.README
Source3: sysconfig.syslog-stunnel
@@ -47,7 +47,15 @@ secure SSL channel. Stunnel can be used to add SSL functionality to
commonly used inetd daemons, such as POP-2, POP-3, and IMAP servers,
without any changes to the program code.
%package doc
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: Productivity/Networking/Security
Summary: Documentation for the universal SSL Tunnel
Requires: stunnel = %{version}
%description doc
This package contains additional documentation of the universal SSL tunnel
stunnel.
%prep
%setup -q
@@ -130,12 +138,7 @@ fi
%files
%defattr(-, root, root)
%doc AUTHORS BUGS COPYING COPYRIGHT.GPL CREDITS ChangeLog INSTALL NEWS PORTS README TODO
%doc README.%VENDOR
%doc doc/stunnel.html
%doc doc/stunnel.*.html
%doc doc/en/*
%doc doc/pl
%doc COPYING COPYRIGHT.GPL CREDITS
%doc tools/ca.*
%doc tools/importCA.*
%doc tools/stunnel.cnf
@@ -155,6 +158,16 @@ fi
/var/adm/fillup-templates/sysconfig.syslog-stunnel
%config /etc/init.d/*
%files doc
%defattr(-,root,root)
%doc AUTHORS BUGS COPYING COPYRIGHT.GPL CREDITS ChangeLog INSTALL NEWS PORTS
%doc README TODO
%doc README.%VENDOR
%doc doc/stunnel.html
%doc doc/stunnel.*.html
%doc doc/en/*
%doc doc/pl
%changelog
* Wed Feb 18 2009 - vetter@physik.uni-wuerzburg.de
- updated to 4.26