resetting manifest requested domain to floor 88/4988/1 accepted/tizen/20130710.214345 submit/tizen/20130710.135729
authorAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 02:26:49 +0000 (05:26 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 02:26:49 +0000 (05:26 +0300)
packaging/xcb-proto.manifest [new file with mode: 0644]
packaging/xcb-proto.spec

diff --git a/packaging/xcb-proto.manifest b/packaging/xcb-proto.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 4b1f34a..0761cc0 100644 (file)
@@ -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/