diff options
author | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-07-01 19:33:03 +0300 |
---|---|---|
committer | david <david@david-desktop.(none)> | 2014-11-21 09:42:34 +0800 |
commit | 7706d5340a140e861e3c161b2e3921616a7b31eb (patch) | |
tree | 4701b1731a8ffc125debb0e53356e4948559b033 | |
parent | 80a5b08912eb2836787e7e1c6df3deef5be9c217 (diff) | |
download | libsoup-7706d5340a140e861e3c161b2e3921616a7b31eb.tar.gz libsoup-7706d5340a140e861e3c161b2e3921616a7b31eb.tar.bz2 libsoup-7706d5340a140e861e3c161b2e3921616a7b31eb.zip |
resetting manifest requested domain to floor
-rw-r--r-- | packaging/libsoup.manifest | 5 | ||||
-rw-r--r-- | packaging/libsoup.spec | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/packaging/libsoup.manifest b/packaging/libsoup.manifest new file mode 100644 index 00000000..017d22d3 --- /dev/null +++ b/packaging/libsoup.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/libsoup.spec b/packaging/libsoup.spec index cbd11462..112ab0f1 100644 --- a/packaging/libsoup.spec +++ b/packaging/libsoup.spec @@ -9,6 +9,7 @@ Url: http://www.gnome.org Group: System/Libraries Source: http://download.gnome.org/sources/libsoup/2.41/%{name}-%{version}.tar.xz Source99: baselibs.conf +Source1001: libsoup.manifest BuildRequires: gettext-tools BuildRequires: glib-networking %if %{with gnome} @@ -68,6 +69,7 @@ Features: %prep %setup -q +cp %{SOURCE1001} . %build %autogen\ @@ -94,18 +96,21 @@ make %{?_smp_mflags} %lang_package %files +%manifest %{name}.manifest %defattr(-, root, root) %license COPYING %{_libdir}/*.so.* %if %{with gnome} %files -n typelib-Soup +%manifest %{name}.manifest %defattr(-,root,root) %{_libdir}/girepository-1.0/Soup-2.4.typelib %{_libdir}/girepository-1.0/SoupGNOME-2.4.typelib %endif %files devel +%manifest %{name}.manifest %defattr(-,root,root) %{_includedir}/libsoup-2.4 %{_libdir}/*.so |