Changeset 38 for spec/trunk/SPECS/curl.spec
- Timestamp:
- Oct 5, 2010, 4:21:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/curl.spec
r33 r38 22 22 #BuildRequires: openssh-clients 23 23 #BuildRequires: openssh-server 24 BuildRequires: openssl-devel 24 25 BuildRequires: pkgconfig 25 26 #BuildRequires: stunnel … … 48 49 # this forces update of libssh2 before update of libcurl 49 50 #Requires: libssh2 >= 1.2 51 Requires: openssl 50 52 51 53 %description -n libcurl … … 98 100 --without-libidn \ 99 101 --without-libssh2 \ 100 --with out-ssl --without-nss \102 --with-ssl --without-nss \ 101 103 --enable-shared --disable-static \ 102 104 "--cache-file=%{_topdir}/cache/%{name}.cache" … … 131 133 132 134 install -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} 134 136 install -m 755 lib/.libs/curl_s.a $RPM_BUILD_ROOT/%{_libdir} 135 137 … … 166 168 %{_includedir}/curl 167 169 %{_libdir}/*.a 168 %{_libdir}/*.lib170 #%{_libdir}/*.lib 169 171 %{_libdir}/pkgconfig/*.pc 170 172 %{_mandir}/man1/curl-config.1*
Note:
See TracChangeset
for help on using the changeset viewer.