rpms/mingw32-curl/EL-5 mingw32-curl.spec,1.1,1.2

epienbro epienbro at fedoraproject.org
Sun May 16 13:07:43 UTC 2010


Author: epienbro

Update of /cvs/pkgs/rpms/mingw32-curl/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv995

Modified Files:
	mingw32-curl.spec 
Log Message:
Dropped the libssh2 and libidn dependencies as these aren't available yet on EL-5



Index: mingw32-curl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-curl/EL-5/mingw32-curl.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- mingw32-curl.spec	16 May 2010 12:56:44 -0000	1.1
+++ mingw32-curl.spec	16 May 2010 13:07:43 -0000	1.2
@@ -7,7 +7,7 @@
 
 Name:           mingw32-curl
 Version:        7.20.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        MinGW Windows port of curl and libcurl
 
 License:        MIT
@@ -76,8 +76,8 @@ BuildRequires:  mingw32-binutils
 BuildRequires:  mingw32-gettext
 BuildRequires:  mingw32-iconv
 BuildRequires:  mingw32-zlib
-BuildRequires:  mingw32-libidn
-BuildRequires:  mingw32-libssh2
+#BuildRequires:  mingw32-libidn
+#BuildRequires:  mingw32-libssh2
 
 # See nss/README for the status of this package.
 #BuildRequires:  mingw32-nss
@@ -152,8 +152,7 @@ sed -i s/899\\\([0-9]\\\)/%{?__isa_bits}
 %{_mingw32_configure} \
   --with-ssl --enable-ipv6 \
   --with-ca-bundle=%{_mingw32_sysconfdir}/pki/tls/certs/ca-bundle.crt \
-  --with-libidn \
-  --enable-static --with-libssh2 \
+  --enable-static \
   --without-random
 
 # It's not clear where to set the --with-ca-bundle path.  This is the
@@ -216,6 +215,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun May 16 2010 Erik van Pienbroek <epienbro at fedoraproject.org> - 7.20.1-2
+- Dropped the libssh2 and libidn dependencies as these aren't available yet on EL-5
+
 * Thu May 13 2010 Erik van Pienbroek <epienbro at fedoraproject.org> - 7.20.1-1
 - Update to 7.20.1
 - Merged the patches of the native .spec file (7.20.1-5)



More information about the scm-commits mailing list