diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-01-08 13:31:06 -0800 |
---|---|---|
committer | david <david@david-desktop.(none)> | 2014-11-21 09:41:02 +0800 |
commit | 3c3a2894b4a9f7a8fa4b5ef5af609ff8fd8e27a1 (patch) | |
tree | 4f16ccf71caf441fc430549c54ecd433370e4bbc /packaging/libsoup.spec | |
parent | 275c1477be369b5136db1099028d1027cf07d566 (diff) | |
download | libsoup-3c3a2894b4a9f7a8fa4b5ef5af609ff8fd8e27a1.tar.gz libsoup-3c3a2894b4a9f7a8fa4b5ef5af609ff8fd8e27a1.tar.bz2 libsoup-3c3a2894b4a9f7a8fa4b5ef5af609ff8fd8e27a1.zip |
fixed sqlite option
Diffstat (limited to 'packaging/libsoup.spec')
-rw-r--r-- | packaging/libsoup.spec | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packaging/libsoup.spec b/packaging/libsoup.spec index 6ac91ffb..539ebab2 100644 --- a/packaging/libsoup.spec +++ b/packaging/libsoup.spec @@ -9,7 +9,6 @@ Url: http://www.gnome.org Group: Development/Libraries/GNOME Source: http://download.gnome.org/sources/libsoup/2.40/%{name}-%{version}.tar.xz Source99: baselibs.conf -# Patches auto-generated by git-buildpackage: BuildRequires: gettext-tools BuildRequires: glib-networking %if %{with gnome} @@ -76,7 +75,7 @@ Features: --enable-introspection \ %else --without-gnome \ - --enable-sqllite=yes \ + --enable-sqlite=yes \ --disable-tls-check \ %endif --disable-static @@ -98,9 +97,9 @@ make %{?_smp_mflags} %license COPYING %{_libdir}/*.so.* +%if %{with gnome} %files -n typelib-Soup %defattr(-,root,root) -%if %{with gnome} %{_libdir}/girepository-1.0/Soup-2.4.typelib %{_libdir}/girepository-1.0/SoupGNOME-2.4.typelib %endif |