summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 04:25:20 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 04:25:20 +0300
commitd12d69687b89345ec24cd3f5aa6a40445e8aef2c (patch)
treece354973e04de0cbb60f43f16e7d8ec011978d3a
parent73c484f0cb5bdf467106ef9cbe5d9ecb1ff19104 (diff)
downloadrandrproto-submit/tizen_ivi_genivi/20140131.032137.tar.gz
randrproto-submit/tizen_ivi_genivi/20140131.032137.tar.bz2
randrproto-submit/tizen_ivi_genivi/20140131.032137.zip
-rw-r--r--packaging/randrproto.manifest5
-rw-r--r--packaging/randrproto.spec3
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/randrproto.manifest b/packaging/randrproto.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/randrproto.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/randrproto.spec b/packaging/randrproto.spec
index 31a8c11..be5861e 100644
--- a/packaging/randrproto.spec
+++ b/packaging/randrproto.spec
@@ -6,6 +6,7 @@ Summary: X
Url: http://www.x.org
Group: Development/System
Source0: %{name}-%{version}.tar.bz2
+Source1001: randrproto.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