base-specs/w3m.spec
changeset 12514 26b3af71424e
parent 12109 b84e142ba214
child 12589 392f358f1197
--- a/base-specs/w3m.spec	Wed May 28 08:50:29 2008 +0000
+++ b/base-specs/w3m.spec	Wed May 28 08:56:13 2008 +0000
@@ -5,7 +5,7 @@
 # This file and all modifications and additions to the pristine
 # package are under the same license as the package itself.
 #
-# Owner:halton
+# Owner:rickju
 #
 
 Name:			w3m
@@ -27,6 +27,9 @@
 BuildPreReq: gdk-pixbuf-devel >= 0.16.0
 BuildPreReq: libpng-devel >= 1.2.2, gc-devel
 
+%define openssl_version 0.9.8a
+BuildRequires: openssl-devel >= %{openssl_version}
+
 %description
 W3m is a pager adapted to World Wide Web. W3m is a text-based WWW
 browser as well as a pager.
@@ -87,6 +90,8 @@
 %{_datadir}/w3m/w3mhelp.html
 
 %changelog
+* Mon May 26 2008 - [email protected]
+- Add openssl dependency
 * Mon Apr 14 2008 - [email protected]
 - Remove %gtk_doc_option when configure because there is no this option.
 * Thu Feb 21 2008 - [email protected]