From 7706d5340a140e861e3c161b2e3921616a7b31eb Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 19:33:03 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/libsoup.manifest | 5 +++++ packaging/libsoup.spec | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 packaging/libsoup.manifest diff --git a/packaging/libsoup.manifest b/packaging/libsoup.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libsoup.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libsoup.spec b/packaging/libsoup.spec index cbd1146..112ab0f 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 -- 2.7.4