summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 04:43:24 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 04:43:24 +0300
commita49e8ebaed34dfc230be6c197702bcca900662c8 (patch)
tree85368de3a380ec287ba7e31f5134fa42404427bf /packaging
parentf784600962ec06505d1ececa942d5a8898b552c5 (diff)
downloadrecordproto-accepted/tizen/ivi/genivi.tar.gz
recordproto-accepted/tizen/ivi/genivi.tar.bz2
recordproto-accepted/tizen/ivi/genivi.zip
Diffstat (limited to 'packaging')
-rw-r--r--packaging/recordproto.manifest5
-rw-r--r--packaging/recordproto.spec3
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/recordproto.manifest b/packaging/recordproto.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/recordproto.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/recordproto.spec b/packaging/recordproto.spec
index 6be2964..94a34de 100644
--- a/packaging/recordproto.spec
+++ b/packaging/recordproto.spec
@@ -6,6 +6,7 @@ Summary: X
Url: http://www.x.org
Group: Development/System
Source0: %{name}-%{version}.tar.bz2
+Source1001: recordproto.manifest
BuildRequires: pkgconfig
BuildRequires: pkgconfig(xorg-macros)
@@ -15,6 +16,7 @@ BuildRequires: pkgconfig(xorg-macros)
%prep
%setup -q
+cp %{SOURCE1001} .
%build
%configure --disable-static \
@@ -29,6 +31,7 @@ make %{?_smp_mflags}
%remove_docs
%files
+%manifest %{name}.manifest
%license COPYING
%defattr(-,root,root,-)
%{_includedir}/X11/extensions/*.h