Changeset 38 for spec/trunk/SPECS


Ignore:
Timestamp:
Oct 5, 2010, 4:21:37 PM (15 years ago)
Author:
Yuri Dario
Message:

spec: added openssl build.

Location:
spec/trunk/SPECS
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/curl.spec

    r33 r38  
    2222#BuildRequires: openssh-clients
    2323#BuildRequires: openssh-server
     24BuildRequires: openssl-devel
    2425BuildRequires: pkgconfig
    2526#BuildRequires: stunnel
     
    4849# this forces update of libssh2 before update of libcurl
    4950#Requires: libssh2 >= 1.2
     51Requires: openssl
    5052
    5153%description -n libcurl
     
    98100    --without-libidn \
    99101    --without-libssh2 \
    100     --without-ssl --without-nss \
     102    --with-ssl --without-nss \
    101103    --enable-shared --disable-static \
    102104    "--cache-file=%{_topdir}/cache/%{name}.cache"
     
    131133
    132134install -m 755 lib/curl7.dll $RPM_BUILD_ROOT/%{_libdir}
    133 install -m 755 lib/.libs/curl.lib $RPM_BUILD_ROOT/%{_libdir}
     135#install -m 755 lib/.libs/curl.lib $RPM_BUILD_ROOT/%{_libdir}
    134136install -m 755 lib/.libs/curl_s.a $RPM_BUILD_ROOT/%{_libdir}
    135137
     
    166168%{_includedir}/curl
    167169%{_libdir}/*.a
    168 %{_libdir}/*.lib
     170#%{_libdir}/*.lib
    169171%{_libdir}/pkgconfig/*.pc
    170172%{_mandir}/man1/curl-config.1*
  • spec/trunk/SPECS/python.spec

    r36 r38  
    7878BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    7979#BuildRequires: readline-devel, openssl-devel, gmp-devel
    80 BuildRequires: readline-devel
     80BuildRequires: readline-devel, openssl-devel
    8181#BuildRequires: gdbm-devel, zlib-devel, expat-devel
    8282BuildRequires: ncurses-devel, zlib-devel
Note: See TracChangeset for help on using the changeset viewer.