summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Ischo <bryan@ischo.com>2008-08-05 11:46:19 +0000
committerBryan Ischo <bryan@ischo.com>2008-08-05 11:46:19 +0000
commit14897e3e452f9e40073b79a476e2b7dc0bf870d8 (patch)
tree77185d8f8e51b24cf19fe1a48f6a6faece21a0ee
parentf791d91f13b1105ef2c70df385120e52dae4b7c7 (diff)
downloadceph-libs3-14897e3e452f9e40073b79a476e2b7dc0bf870d8.tar.gz
* Temporary workaround for curl dependency problem in libs3.spec. To be
properly fixed later when I have more time.
-rw-r--r--libs3.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/libs3.spec b/libs3.spec
index eaeb62f..c7f766b 100644
--- a/libs3.spec
+++ b/libs3.spec
@@ -7,11 +7,16 @@ Group: Development/Tools
URL: http://sourceforge.net/projects/reallibs3
Source0: libs3-trunk.tar.gz
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
-Buildrequires: curl-devel
+# Want to include curl dependencies, but older Fedora Core uses curl-devel,
+# and newer Fedora Core uses libcurl-devel ... have to figure out how to
+# handle this problem, but for now, just don't check for any curl libraries
+# Buildrequires: curl-devel
Buildrequires: libxml2-devel
+Buildrequires: openssl-devel
Buildrequires: make
-Requires: curl
+# Requires: libcurl
Requires: libxml2
+Requires: openssl
%define debug_package %{nil}