diff options
author | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-29 05:26:49 +0300 |
---|---|---|
committer | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-29 05:26:49 +0300 |
commit | 9a4d6f82703f3ba715604227475796c6d884038c (patch) | |
tree | 83457cbccce7031826ce64be08faa05bb27d1aeb | |
parent | b85fbc2233624a225703881dd04dc59e61a39667 (diff) | |
download | xcb-proto-9a4d6f82703f3ba715604227475796c6d884038c.tar.gz xcb-proto-9a4d6f82703f3ba715604227475796c6d884038c.tar.bz2 xcb-proto-9a4d6f82703f3ba715604227475796c6d884038c.zip |
resetting manifest requested domain to floorsubmit/tizen/20130710.135729accepted/tizen/20130710.214345
-rw-r--r-- | packaging/xcb-proto.manifest | 5 | ||||
-rw-r--r-- | packaging/xcb-proto.spec | 4 |
2 files changed, 9 insertions, 0 deletions
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 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> 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/ |