Bump to version 7.37.1 tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0.m1_mobile tizen_3.0.m1_tv tizen_3.0_ivi accepted/tizen/common/20141219.103911 accepted/tizen/ivi/20141225.103508 accepted/tizen/mobile/20150105.022452 accepted/tizen/tv/20141222.013000 accepted/tizen/wearable/20141222.013058 submit/tizen/20141212.141744 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620 submit/tizen_ivi/20141225.222222 submit/tizen_mobile/20141231.012840 submit/tizen_mobile/20151202.000000 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release tizen_3.0_ivi_release
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Thu, 30 Oct 2014 15:26:04 +0000 (16:26 +0100)
committerNicolas Zingilé <nicolas.zingile@open.eurogiciel.org>
Fri, 12 Dec 2014 14:11:09 +0000 (15:11 +0100)
Use upstream git instead of pristin-tar.

Also use "%__make" and "%make_install" rpm macros.

Bug-Tizen: TC-1807
Change-Id: If52b5604533d6e03826eae8ce35c01184cf208ab
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
packaging/curl.spec

index 9ef85e2..6cd08ad 100644 (file)
@@ -1,5 +1,5 @@
 Name:           curl
-Version:        7.32.0
+Version:        7.37.1
 Release:        0
 License:        MIT
 Summary:        A utility for getting files from remote servers (FTP, HTTP, and others)
@@ -72,10 +72,10 @@ sed -i \
 -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
 -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
-make %{?_smp_mflags}
+%__make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} INSTALL="install -p" install
+%make_install INSTALL="install -p"
 
 rm -f %{buildroot}%{_libdir}/libcurl.la
 install -d %{buildroot}/%{_datadir}/aclocal
@@ -106,3 +106,4 @@ rm -rf %{buildroot}%{_datadir}/man
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 %{_datadir}/aclocal/libcurl.m4
+