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