- split off doc package
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=47
This commit is contained in:
parent
9b570cba76
commit
6dfdf48a72
3
stunnel-4.38.tar.bz2
Normal file
3
stunnel-4.38.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:17a65dae77edac4c37bc6a677cc411bf0afd51b062df50f577f11d20fc965dd4
|
||||
size 453803
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa49012195fde4dc3e4bed2bb25283cb40a6e0ad8295a47e730652f611e2268c
|
||||
size 550150
|
@ -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
|
||||
|
||||
|
27
stunnel.spec
27
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user