*** stunnel.spec~	Sat Jul 22 21:55:53 2000
--- stunnel.spec	Sun Jul 23 18:42:00 2000
***************
*** 1,7 ****
  Summary: Program that wraps normal socket connections with SSL/TLS
  Name: stunnel
  Version: 3.8p4
! Release: 1
  Copyright: GPL
  Group: Applications/Networking
  Source: stunnel-%{version}.tgz
--- 1,7 ----
  Summary: Program that wraps normal socket connections with SSL/TLS
  Name: stunnel
  Version: 3.8p4
! Release: 2
  Copyright: GPL
  Group: Applications/Networking
  Source: stunnel-%{version}.tgz
***************
*** 33,39 ****
  # '-DNO_RSA' in USA
  CFLAGS="${RPM_OPT_FLAGS}" ./configure
  
! make
  make stunnel.html
  
  %install
--- 33,39 ----
  # '-DNO_RSA' in USA
  CFLAGS="${RPM_OPT_FLAGS}" ./configure
  
! make piddir=/var/run/ libdir=/usr/lib
  make stunnel.html
  
  %install
***************
*** 64,69 ****
--- 64,73 ----
  /usr/man/man8/stunnel.8
  
  %changelog
+ * Sun Jul 23 2000 Brent Baccala <baccala@freesoft.org>
+ - set piddir (default location of pid files) to /var/run
+ - set libdir (location of stunnel.so) to /usr/lib
+ 
  * Sun Jun 24 2000 Brian Hatch <bri@stunnel.org>
  - updated for 3.8p3
  
