summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 23:53:27 +0300
committerChanho Park <chanho61.park@samsung.com>2014-11-28 15:17:39 +0900
commit64fc0964b1d9325f3e42d5c47ac1d0b7a2153c93 (patch)
treec0588c21cf3519f509b6eda71226e3625d89203a
parent5967e548ef4cfb8552426a4ffb74519c3d3d6bb0 (diff)
downloaddbus-python-64fc0964b1d9325f3e42d5c47ac1d0b7a2153c93.tar.gz
dbus-python-64fc0964b1d9325f3e42d5c47ac1d0b7a2153c93.tar.bz2
dbus-python-64fc0964b1d9325f3e42d5c47ac1d0b7a2153c93.zip
resetting manifest requested domain to floor
-rw-r--r--packaging/dbus-python.manifest5
-rw-r--r--packaging/dbus-python.spec4
2 files changed, 9 insertions, 0 deletions
diff --git a/packaging/dbus-python.manifest b/packaging/dbus-python.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/dbus-python.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/dbus-python.spec b/packaging/dbus-python.spec
index 963ea50..bc53a51 100644
--- a/packaging/dbus-python.spec
+++ b/packaging/dbus-python.spec
@@ -6,6 +6,7 @@ License: MIT
Group: Development/Libraries/Python
Url: http://www.freedesktop.org/wiki/Software/DBusBindings/
Source0: http://dbus.freedesktop.org/releases/dbus-python/dbus-python-%{version}.tar.gz
+Source1001: dbus-python.manifest
BuildRequires: fdupes
BuildRequires: python-devel
BuildRequires: pkgconfig(dbus-1)
@@ -30,6 +31,7 @@ Developer files for Python bindings for D-Bus.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
export CFLAGS="%{optflags} -fstack-protector -fno-strict-aliasing -fPIC"
@@ -46,12 +48,14 @@ make DESTDIR=%{buildroot} install
%fdupes -s %{buildroot}
%files
+%manifest %{name}.manifest
%license COPYING
%defattr(-,root,root,-)
%{python_sitelib}/*
%{python_sitearch}/*
%files devel
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%{_includedir}/dbus-1.0/dbus/dbus-python.h
%{_libdir}/pkgconfig/dbus-python.pc