summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 06:09:51 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 06:09:51 +0300
commit7b577a98003e82610571f00c70a2554da3bba9af (patch)
tree600b9894d1b7da95134fd2cb945a05e4ee7cac8c
parentdff3fede09267646e6c86b94ffcd7124f8deba5f (diff)
downloadxextproto-submit/tizen/20130710.135838.tar.gz
xextproto-submit/tizen/20130710.135838.tar.bz2
xextproto-submit/tizen/20130710.135838.zip
-rw-r--r--packaging/xextproto.manifest5
-rw-r--r--packaging/xextproto.spec3
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/xextproto.manifest b/packaging/xextproto.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/xextproto.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/xextproto.spec b/packaging/xextproto.spec
index 4a6c6ea..d0c2cf7 100644
--- a/packaging/xextproto.spec
+++ b/packaging/xextproto.spec
@@ -6,6 +6,7 @@ Summary: X
Url: http://www.x.org
Group: Development/System
Source0: %{name}-%{version}.tar.bz2
+Source1001: xextproto.manifest
BuildRequires: pkgconfig
BuildRequires: pkgconfig(xorg-macros)
@@ -15,6 +16,7 @@ BuildRequires: pkgconfig(xorg-macros)
%prep
%setup -q
+cp %{SOURCE1001} .
%build
%configure --disable-static \
@@ -30,6 +32,7 @@ make %{?_smp_mflags}
%files
+%manifest %{name}.manifest
%license COPYING
%defattr(-,root,root,-)
%{_includedir}/X11/extensions/*.h