From: Alexandru Cornea Date: Sat, 29 Jun 2013 01:43:24 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.214816^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_ivi_genivi;p=platform%2Fupstream%2Frecordproto.git resetting manifest requested domain to floor --- 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 @@ + + + + + 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