From 6dfdf48a72e6b34a7ff2a07db01c14de2f0a4687b5a15ab430aae23d4fcb1bd1 Mon Sep 17 00:00:00 2001 From: Daniel Rahn Date: Wed, 29 Jun 2011 13:07:51 +0000 Subject: [PATCH] - split off doc package OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=47 --- stunnel-4.38.tar.bz2 | 3 +++ stunnel-4.38.tar.gz | 3 --- stunnel.changes | 5 +++++ stunnel.spec | 27 ++++++++++++++++++++------- 4 files changed, 28 insertions(+), 10 deletions(-) create mode 100644 stunnel-4.38.tar.bz2 delete mode 100644 stunnel-4.38.tar.gz diff --git a/stunnel-4.38.tar.bz2 b/stunnel-4.38.tar.bz2 new file mode 100644 index 0000000..f4c9da3 --- /dev/null +++ b/stunnel-4.38.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a65dae77edac4c37bc6a677cc411bf0afd51b062df50f577f11d20fc965dd4 +size 453803 diff --git a/stunnel-4.38.tar.gz b/stunnel-4.38.tar.gz deleted file mode 100644 index fdd1247..0000000 --- a/stunnel-4.38.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa49012195fde4dc3e4bed2bb25283cb40a6e0ad8295a47e730652f611e2268c -size 550150 diff --git a/stunnel.changes b/stunnel.changes index ae2679d..9cc4cf3 100644 --- a/stunnel.changes +++ b/stunnel.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 29 13:01:51 UTC 2011 - daniel.rahn@novell.com + +- split off doc package + ------------------------------------------------------------------- Wed Jun 29 06:08:34 UTC 2011 - daniel.rahn@novell.com diff --git a/stunnel.spec b/stunnel.spec index cbf3f80..0ac1230 100644 --- a/stunnel.spec +++ b/stunnel.spec @@ -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