auto-import changelog data from stunnel-4.05-2.src.rpm
Thu May 27 2004 Nalin Dahyabhai <nalin@redhat.com> 4.05-2 - move the sample configuration to %doc, it shouldn't be used as-is (#124373)
This commit is contained in:
parent
a5f45f2830
commit
e1544167af
15
stunnel.spec
15
stunnel.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: An SSL-encrypting socket wrapper.
|
Summary: An SSL-encrypting socket wrapper.
|
||||||
Name: stunnel
|
Name: stunnel
|
||||||
Version: 4.05
|
Version: 4.05
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://stunnel.mirt.net/
|
URL: http://stunnel.mirt.net/
|
||||||
@ -15,6 +15,7 @@ Source6: pop3-redirect.xinetd
|
|||||||
Source7: stunnel-pop3s-client.conf
|
Source7: stunnel-pop3s-client.conf
|
||||||
Patch0: stunnel-4.02-authpriv.patch
|
Patch0: stunnel-4.02-authpriv.patch
|
||||||
Patch1: stunnel-4.05-nopem.patch
|
Patch1: stunnel-4.05-nopem.patch
|
||||||
|
Patch2: stunnel-4.05-sample.patch
|
||||||
Buildroot: %{_tmppath}/stunnel-root
|
Buildroot: %{_tmppath}/stunnel-root
|
||||||
BuildPrereq: automake14, autoconf, openssl-devel, perl, pkgconfig,
|
BuildPrereq: automake14, autoconf, openssl-devel, perl, pkgconfig,
|
||||||
BuildPrereq: tcp_wrappers, /usr/share/dict/words
|
BuildPrereq: tcp_wrappers, /usr/share/dict/words
|
||||||
@ -31,6 +32,7 @@ in conjunction with imapd to create an SSL secure IMAP server.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .authpriv
|
%patch0 -p1 -b .authpriv
|
||||||
%patch1 -p1 -b .nopem
|
%patch1 -p1 -b .nopem
|
||||||
|
%patch2 -p1 -b .sample
|
||||||
aclocal-1.4
|
aclocal-1.4
|
||||||
automake-1.4 -a
|
automake-1.4 -a
|
||||||
autoconf
|
autoconf
|
||||||
@ -42,15 +44,16 @@ if pkg-config openssl ; then
|
|||||||
fi
|
fi
|
||||||
%configure --with-tcp-wrappers
|
%configure --with-tcp-wrappers
|
||||||
export tagname=CC
|
export tagname=CC
|
||||||
make LIBTOOL=/usr/bin/libtool
|
make LIBTOOL=%{_bindir}/libtool
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
export tagname=CC
|
export tagname=CC
|
||||||
%makeinstall docdir=`pwd`/installed-docs LIBTOOL=/usr/bin/libtool
|
%makeinstall docdir=`pwd`/installed-docs LIBTOOL=%{_bindir}/libtool
|
||||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
|
||||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.so.?
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.so.?
|
||||||
|
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/stunnel/*sample*
|
||||||
# Move the translated man pages to the right subdirectories, and strip off the
|
# Move the translated man pages to the right subdirectories, and strip off the
|
||||||
# language suffixes.
|
# language suffixes.
|
||||||
for lang in fr pl ; do
|
for lang in fr pl ; do
|
||||||
@ -74,15 +77,19 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc $RPM_SOURCE_DIR/pop3-redirect.xinetd
|
%doc $RPM_SOURCE_DIR/pop3-redirect.xinetd
|
||||||
%doc $RPM_SOURCE_DIR/stunnel-pop3s-client.conf
|
%doc $RPM_SOURCE_DIR/stunnel-pop3s-client.conf
|
||||||
%doc $RPM_SOURCE_DIR/stunnel-sfinger.conf
|
%doc $RPM_SOURCE_DIR/stunnel-sfinger.conf
|
||||||
|
%doc tools/stunnel.conf-sample
|
||||||
%lang(en) %doc doc/en/*
|
%lang(en) %doc doc/en/*
|
||||||
%lang(po) %doc doc/pl/*
|
%lang(po) %doc doc/pl/*
|
||||||
%{_libdir}/libstunnel.so
|
%{_libdir}/libstunnel.so
|
||||||
%{_mandir}/man8/stunnel.8*
|
%{_mandir}/man8/stunnel.8*
|
||||||
%{_mandir}/*/man8/stunnel.8*
|
%{_mandir}/*/man8/stunnel.8*
|
||||||
%{_sbindir}/stunnel
|
%{_sbindir}/stunnel
|
||||||
%{_sysconfdir}/%{name}
|
%dir %{_sysconfdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 27 2004 Nalin Dahyabhai <nalin@redhat.com> 4.05-2
|
||||||
|
- move the sample configuration to %%doc, it shouldn't be used as-is (#124373)
|
||||||
|
|
||||||
* Thu Mar 11 2004 Nalin Dahyabhai <nalin@redhat.com> 4.05-1
|
* Thu Mar 11 2004 Nalin Dahyabhai <nalin@redhat.com> 4.05-1
|
||||||
- update to 4.05
|
- update to 4.05
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user