From 9a4d6f82703f3ba715604227475796c6d884038c Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 05:26:49 +0300 Subject: resetting manifest requested domain to floor --- packaging/xcb-proto.manifest | 5 +++++ packaging/xcb-proto.spec | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 packaging/xcb-proto.manifest diff --git a/packaging/xcb-proto.manifest b/packaging/xcb-proto.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/xcb-proto.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/xcb-proto.spec b/packaging/xcb-proto.spec index 4b1f34a..0761cc0 100644 --- a/packaging/xcb-proto.spec +++ b/packaging/xcb-proto.spec @@ -6,6 +6,7 @@ Summary: X C Binding - protocol descriptions Url: http://www.x.org Group: Development/X11 Protocols Source0: %{name}-%{version}.tar.bz2 +Source1001: xcb-proto.manifest BuildRequires: pkgconfig BuildRequires: python @@ -29,6 +30,7 @@ used by Python code generators in individual language bindings. %prep %setup -q +cp %{SOURCE1001} . %build %configure --disable-static \ @@ -45,6 +47,7 @@ make %{?_smp_mflags} %files +%manifest %{name}.manifest %license COPYING %{_datadir}/pkgconfig/xcb-proto.pc %dir %{_datadir}/xcb/ @@ -52,4 +55,5 @@ make %{?_smp_mflags} %{_datadir}/xcb/*.xml %files -n python-xcb-proto +%manifest %{name}.manifest %python_sitelib/xcbgen/ -- cgit v1.2.3