diff options
author | Zhang zhengguang <zhengguang.zhang@intel.com> | 2014-11-20 16:09:25 +0800 |
---|---|---|
committer | david <david@david-desktop.(none)> | 2014-11-21 09:50:06 +0800 |
commit | 2c4a6953465c907bfffbe718e42a78800cb286bb (patch) | |
tree | f4aac87f4fbba3c31ae380b98a458e809e917905 | |
parent | acdf5c0533b9a125baa3288a6524de4aa1e927f9 (diff) | |
download | libsoup-2c4a6953465c907bfffbe718e42a78800cb286bb.tar.gz libsoup-2c4a6953465c907bfffbe718e42a78800cb286bb.tar.bz2 libsoup-2c4a6953465c907bfffbe718e42a78800cb286bb.zip |
Update to 2.46.0submit/tizen/20141121.061742
-rw-r--r-- | packaging/libsoup.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packaging/libsoup.spec b/packaging/libsoup.spec index 372a530d..1c657c24 100644 --- a/packaging/libsoup.spec +++ b/packaging/libsoup.spec @@ -1,7 +1,7 @@ %bcond_with gnome Name: libsoup -Version: 2.42.2 +Version: 2.46.0 Release: 0 License: LGPL-2.1+ Summary: HTTP client/server library for GNOME @@ -49,7 +49,7 @@ This package provides the GObject Introspection bindings for libsoup. %package devel Summary: HTTP client/server library for GNOME - Development Files -Group: Development/Gnome +Group: Social & Content/GNOME Requires: %{name} = %{version} %if %{with gnome} Requires: typelib-Soup = %{version} @@ -73,6 +73,7 @@ Features: cp %{SOURCE1001} . %build +chmod +x autogen.sh %autogen\ %if %{with gnome} --with-gnome \ |