]> git.pld-linux.org Git - packages/curl.git/commitdiff
- rel 2; provide empty types.h for now auto/th/curl-7_21_7-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 28 Jun 2011 15:58:44 +0000 (15:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    curl.spec -> 1.192

curl.spec

index b42f8aae0c5253dbf40ac10b64b0bcb22be8449b..7e008a581d117f1c0f68bb205ac8128f732c66e9 100644 (file)
--- a/curl.spec
+++ b/curl.spec
@@ -16,7 +16,7 @@ Summary(ru.UTF-8):    Утилита для получения файлов с се
 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
@@ -222,6 +222,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__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
 
This page took 0.23913 seconds and 4 git commands to generate.