Bump to version 2.38.0 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/20141212.083249 accepted/tizen/ivi/20141220.084021 accepted/tizen/mobile/20141216.080719 accepted/tizen/tv/20141215.043940 accepted/tizen/wearable/20141215.104712 submit/tizen/20141212.043642 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620 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>
Wed, 5 Nov 2014 16:10:54 +0000 (17:10 +0100)
committerZhang zhengguang <zhengguang.zhang@intel.com>
Fri, 12 Dec 2014 04:28:22 +0000 (12:28 +0800)
Change-Id: I974ce5fedc7d4fd2caf0622f5d0c509ca3e0bf30
Bug-Tizen: TC-1824
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
packaging/glib-networking.spec

index bd2c071..0bd5df4 100644 (file)
@@ -1,13 +1,13 @@
 %bcond_with libproxy
 Name:           glib-networking
-Version:        2.36.2
+Version:        2.38.0
 Release:        0
 License:        LGPL-2.1+
 Summary:        Network-related GIO modules for glib
 Group:          System/Libraries
 Source:         http://download.gnome.org/sources/glib-networking/2.35/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
-Source1001:    glib-networking.manifest
+Source1001:     glib-networking.manifest
 Url:            http://www.gnome.org
 BuildRequires:  intltool
 BuildRequires:  libgcrypt-devel
@@ -31,14 +31,13 @@ Currently, there is only a proxy module based on libproxy.
 cp %{SOURCE1001} .
 
 %build
-NOCONFIGURE=1 ./autogen.sh
-%configure \
+%autogen \
     --disable-static \
 %if %{with libproxy}
     --with-libproxy  \
 %endif
     --with-ca-certificates=/etc/ssl/ca-bundle.pem
-make %{?_smp_mflags} V=1
+%__make %{?_smp_mflags} V=1
 
 %install
 %make_install
@@ -61,6 +60,3 @@ make %{?_smp_mflags} V=1
 %{_libexecdir}/glib-pacrunner
 %{_datadir}/dbus-1/services/org.gtk.GLib.PACRunner.service
 %endif
-
-
-%changelog