rpms/stunnel/devel stunnel.spec,1.20,1.21

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Apr 26 20:42:24 UTC 2005


Author: nalin

Update of /cvs/dist/rpms/stunnel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv17831

Modified Files:
	stunnel.spec 
Log Message:
- add buildprereqs on libtool, util-linux; change textutils/fileutils dep to
  coreutils (#133961)



Index: stunnel.spec
===================================================================
RCS file: /cvs/dist/rpms/stunnel/devel/stunnel.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- stunnel.spec	16 Mar 2005 21:25:01 -0000	1.20
+++ stunnel.spec	26 Apr 2005 20:42:22 -0000	1.21
@@ -1,7 +1,7 @@
 Summary: An SSL-encrypting socket wrapper.
 Name: stunnel
 Version: 4.08
-Release: 1
+Release: 2
 License: GPL
 Group: Applications/Internet
 URL: http://stunnel.mirt.net/ 
@@ -17,9 +17,10 @@
 Patch1: stunnel-4.05-nopem.patch
 Patch2: stunnel-4.08-sample.patch
 Buildroot: %{_tmppath}/stunnel-root
-BuildPrereq: automake14, autoconf, openssl-devel, perl, pkgconfig,
-BuildPrereq: tcp_wrappers, /usr/share/dict/words
-Prereq: textutils, fileutils, /bin/mktemp, /sbin/ldconfig
+BuildPrereq: automake, autoconf, libtool, openssl-devel, perl, pkgconfig,
+# util-linux is needed for rename
+BuildPrereq: tcp_wrappers, /usr/share/dict/words, util-linux
+Prereq: coreutils, /bin/mktemp, /sbin/ldconfig
 Prereq: /usr/share/dict/words, /bin/hostname, /usr/bin/id, /usr/bin/getent
 Requires: make
 
@@ -39,9 +40,7 @@
 iconv -f iso-8859-2 -t utf-8 < doc/stunnel.pl.8 > doc/stunnel.pl.8_
 mv doc/stunnel.pl.8_ doc/stunnel.pl.8
 
-aclocal-1.4
-automake-1.4 -a
-autoconf
+autoreconf
 
 %build
 CFLAGS="$RPM_OPT_FLAGS -fPIC"; export CFLAGS
@@ -95,6 +94,10 @@
 %dir %{_sysconfdir}/%{name}
 
 %changelog
+* Tue Apr 26 2005 Nalin Dahyabhai <nalin at redhat.com> 4.08-2
+- add buildprereqs on libtool, util-linux; change textutils/fileutils dep to
+  coreutils (#133961)
+
 * Wed Mar 16 2005 Nalin Dahyabhai <nalin at redhat.com> 4.08-1
 - update to 4.08
 - build stunnel as a PIE binary




More information about the fedora-cvs-commits mailing list