From: Alexandru Cornea Date: Mon, 1 Jul 2013 17:04:00 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/unified/20240109.155348~51 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=54af68f7cfaf0ceeff1ecc05afbc7f130506aad6;hp=31856b4d6cb9214dca230f8112ba26f2ff54d21e;p=platform%2Fupstream%2Flibxkbcommon.git resetting manifest requested domain to floor --- diff --git a/packaging/libxkbcommon.manifest b/packaging/libxkbcommon.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libxkbcommon.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libxkbcommon.spec b/packaging/libxkbcommon.spec index de0a465..0f2c9a2 100644 --- a/packaging/libxkbcommon.spec +++ b/packaging/libxkbcommon.spec @@ -9,6 +9,7 @@ Group: Development/Libraries #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libxkbcommon #Git-Web: http://cgit.freedesktop.org/xorg/lib/libxkbcommon/ Source: %{name}-%{version}.tar.xz +Source1001: libxkbcommon.manifest BuildRequires: autoconf >= 2.60 BuildRequires: automake BuildRequires: bison @@ -35,6 +36,7 @@ in %{name}. %prep %setup -qn %{name} +cp %{SOURCE1001} . %build %autogen @@ -49,11 +51,13 @@ make %{?_smp_mflags} V=1; %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root) %license COPYING %{_libdir}/libxkbcommon.so.0* %files devel +%manifest %{name}.manifest %defattr(-,root,root) %{_includedir}/xkbcommon %{_libdir}/libxkbcommon.so