diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-01-08 13:48:11 -0800 |
---|---|---|
committer | david <david@david-desktop.(none)> | 2014-11-21 09:41:02 +0800 |
commit | 275c1477be369b5136db1099028d1027cf07d566 (patch) | |
tree | dbe0d149d32f6d17f74a29362732251b1861225f /packaging/libsoup.spec | |
parent | 95754a90c9b70d97afe60eb38c48061266203f81 (diff) | |
download | libsoup-275c1477be369b5136db1099028d1027cf07d566.tar.gz libsoup-275c1477be369b5136db1099028d1027cf07d566.tar.bz2 libsoup-275c1477be369b5136db1099028d1027cf07d566.zip |
do not require typelib w/o gnome enabled
Diffstat (limited to 'packaging/libsoup.spec')
-rw-r--r-- | packaging/libsoup.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/libsoup.spec b/packaging/libsoup.spec index 712f6c41..6ac91ffb 100644 --- a/packaging/libsoup.spec +++ b/packaging/libsoup.spec @@ -49,7 +49,9 @@ This package provides the GObject Introspection bindings for libsoup. Summary: HTTP client/server library for GNOME - Development Files Group: Development/Libraries/GNOME Requires: %{name} = %{version} +%if %{with gnome} Requires: typelib-Soup = %{version} +%endif %description devel Libsoup is an HTTP client/server library for GNOME. It uses GObjects |