diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-12-20 12:51:23 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-04-26 15:38:07 -0700 |
commit | c282b6944eb596bde9681ca5dce9c289f40012a3 (patch) | |
tree | d8bb91c9e2754878d76fcc99d9d09d60b83833dc | |
parent | 4fb57e8cd0997db6a21e928cd49a207bf48b8bcf (diff) | |
download | libsoup-c282b6944eb596bde9681ca5dce9c289f40012a3.tar.gz libsoup-c282b6944eb596bde9681ca5dce9c289f40012a3.tar.bz2 libsoup-c282b6944eb596bde9681ca5dce9c289f40012a3.zip |
cleanup spec
-rw-r--r-- | packaging/libsoup.spec | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packaging/libsoup.spec b/packaging/libsoup.spec index 1f7ed170..712f6c41 100644 --- a/packaging/libsoup.spec +++ b/packaging/libsoup.spec @@ -2,7 +2,7 @@ Name: libsoup Version: 2.41.2 -Release: 2.1 +Release: 0 License: LGPL-2.1+ Summary: HTTP client/server library for GNOME Url: http://www.gnome.org @@ -70,11 +70,11 @@ Features: %build %autogen\ %if %{with gnome} - --with-gnome \ - --enable-introspection \ + --with-gnome \ + --enable-introspection \ %else - --without-gnome \ - --enable-sqllite=yes \ + --without-gnome \ + --enable-sqllite=yes \ --disable-tls-check \ %endif --disable-static @@ -93,7 +93,7 @@ make %{?_smp_mflags} %files %defattr(-, root, root) -%license COPYING +%license COPYING %{_libdir}/*.so.* %files -n typelib-Soup |