packages: curl/curl.spec - rel 2; provide empty types.h for now

arekm arekm at pld-linux.org
Tue Jun 28 17:58:49 CEST 2011


Author: arekm                        Date: Tue Jun 28 15:58:49 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 2; provide empty types.h for now

---- Files affected:
packages/curl:
   curl.spec (1.191 -> 1.192) 

---- Diffs:

================================================================
Index: packages/curl/curl.spec
diff -u packages/curl/curl.spec:1.191 packages/curl/curl.spec:1.192
--- packages/curl/curl.spec:1.191	Fri Jun 24 22:41:46 2011
+++ packages/curl/curl.spec	Tue Jun 28 17:58:44 2011
@@ -17,7 +17,7 @@
 Summary(uk.UTF-8):	Утиліта для отримання файлів з серверів FTP, HTTP та інших
 Name:		curl
 Version:	7.21.7
-Release:	1
+Release:	2
 License:	MIT-like
 Group:		Applications/Networking
 Source0:	http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
@@ -223,6 +223,9 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+# no longer in upstream but a lot of apps tries to include it so we create fake one
+touch $RPM_BUILD_ROOT%{_includedir}/curl/types.h
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -262,6 +265,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.192  2011/06/28 15:58:44  arekm
+- rel 2; provide empty types.h for now
+
 Revision 1.191  2011/06/24 20:41:46  marti
 - up to 7.21.7
 - resolves CVE-2011-2192 (inappropriate GSSAPI delegation)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/curl/curl.spec?r1=1.191&r2=1.192&f=u



More information about the pld-cvs-commit mailing list