Revert "Update to 7.44.0"
[platform/upstream/curl.git] / packaging / curl.spec
index 56a2eaa..49de45d 100644 (file)
@@ -1,12 +1,13 @@
 Name:       curl
 Summary:    A utility for getting files from remote servers (FTP, HTTP, and others)
-Version:    7.40.1
+Version:    7.40.0
 Release:    1
 Group:      Applications/Internet
 License:    MIT
 URL:        http://curl.haxx.se/
 #Source0:    http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
 Source0:    %{name}-%{version}.tar.gz
+Source1001:     %{name}.manifest
 
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(libidn)
@@ -56,6 +57,7 @@ use cURL's capabilities internally.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 #%patch01 -p1
 #%patch02 -p1
@@ -64,7 +66,7 @@ use cURL's capabilities internally.
 
 export CPPFLAGS="-DHAVE_PK11_CREATEGENERICOBJECT"
 
-%if "%{?tizen_profile_name}" == "tv"
+%if "%{?profile}" == "tv"
 CFLAGS+=" -DTIZEN_TV_EXT"
 %reconfigure --without-nss --without-gnutls --with-openssl --disable-ipv6 \
 %else